Help With Install Script


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Help With Install Script
# 1  
Old 03-22-2010
Help With Install Script

I have an installation script that my customer has been using for some time that exists on a DVD image I send to my customers. The DVD image I send to my customer has now reached the point of becoming multiple DVDs. My customer is in the habit of executing the installation script using the following method.

cd /DVD/mountpoint
./installation.sh

I would like the installation script to prompt the customer to mount the second DVD and all the customer needs to do is hit enter once the DVD is mounted. The issue is that if the customer executes the script using this method they are sitting within the mount point. I recalled a way to re-execute the script after copying to /tmp/subdir, but what is the most seamless way to do this so that the customer can continue executing the installation in the same way? The installation script is a Korn shell script. Any feedback is greatly appreciated. Thanks very much.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Driver Install Script

Hi, I am faily new to linux and bash scripting. But essentially what I am trying to do is create a small bash script that will automatically install a driver I want. I can do it manually but I want to create a script so I won't forget, since it is an internet driver I won't be able to get help when... (0 Replies)
Discussion started by: dmacmillan
0 Replies

2. Shell Programming and Scripting

Install Script

Say I want to install x on 10 different machines. Is there a script that will do it for me install of going to each machines and doing it manually ? (6 Replies)
Discussion started by: ice2257
6 Replies

3. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

4. Shell Programming and Scripting

Script to install jdk

Hi, I need a shell script that would do silent installation of jdk on a linux machine. Can anyone help me with this? Thanx Sunny (6 Replies)
Discussion started by: eamani_sun
6 Replies

5. UNIX for Advanced & Expert Users

Running Script after Preseed Install

Hello there, If you don't want to here the long version, but still want to answer my question, please skip down to THE BOTTOM! You can probably tell what I want to do already from the title, so I'll sum up what I have already done real quick: First off, for those that don't know, a preseed... (1 Reply)
Discussion started by: Curtor
1 Replies

6. Shell Programming and Scripting

Install script

Hi, During an install script I modify the config file several times renamed as conffile.cfg_new. Each time I need to restore it to conffile.cfg. INSTALLDIR=/app/MyAPP USERNAME=bianca RESTORE='rename conffile.cfg_new conffile.cfg ${INSTALLDIR}/conffile.cfg_new' #example sed -e... (2 Replies)
Discussion started by: potro
2 Replies

7. Shell Programming and Scripting

Help with an install script

Hello all. I have a script I have written which runs a silent install of Mcafee AV and ePO for Mac OS X. The issue I am wondering about is what happens when the script launches the installers. The script is fairly simple, and just invokes the shell installer for each app: #! /bin/sh ... (1 Reply)
Discussion started by: dhs23
1 Replies

8. Shell Programming and Scripting

Install a cron from a Perl script

Hello Everyone, How do I go about if I want to install a cron from a Perl script? Please advice :) (2 Replies)
Discussion started by: garric
2 Replies

9. UNIX for Dummies Questions & Answers

Can't install a soft with a script .sh

Hello ! I just want to install Oreon (it's a plugin for Nagios) but I can't, I have this error when I run the script install.sh # ./install.sh functions: 21: Syntax error: "(" unexpected Have you got an idea ? Tx (10 Replies)
Discussion started by: wappyboy
10 Replies
Login or Register to Ask a Question
BOOTCDBACKUP(1) 						   bootcd utils 						   BOOTCDBACKUP(1)

NAME
bootcdbackup - create a bootable offline backup of a unix system SYNOPSIS
bootcdbackup [-i] [-v] [-s] [-c <config directory>] [-url <url] [-nomount] [-2diskconf <file>] <dev> <name> <builddir> DESCRIPTION
bootcdbackup creates a offline backup from a installed system. You need a running bootcd to boot the system with. This CD/DVD is booted on the system and bootcdbackup creates a bootable CD/DVD with the bootcd kernel and the backup disk as tar-file. To restore or clone the system, boot the CD/DVD image and install it with bootcd2disk -c <name> on the system. bootcdbackup can try to discover the disk partition by searching for fstab on the given partition. A other way to backup the partition ta- ble is the program bootcdmk2diskconf which creates a configuration file on a running system. OPTIONS
-i The bootcdbackup runs in interactive mode and you can run each function manually. This option is useful for debugging. -v The option "-v" (verbose) adds messages on running. -s This option can be used to disable interactive questions and to try to ignore errors. -c <config directory> The configuration directory which includes the file "bootcdbackup.conf", default is "/etc/bootcd". -url <url> If bootcdbackup is slow on your system (because of a slow CD/DVD drive or the HP ILO virtual CD interface), you can use an image server to get the image from. bootcdbackup use the SWAP partition of your upcoming system as temporary space and copy the image from the configured image server to this partition and use it as image. The image server url is configured with this option. -nomount The target disk should not be mounted and no search for fstab is done. --cpio Normally as backup tool star will be used if selinux files have to be backed up and cpio will be used if not. With this option the usage of cpio can be forced. --star Normally as backup tool star will be used if selinux files have to be backed up and cpio will be used if not. With this option the usage of star can be forced. -2diskconf <file> The parameter configures a bootcd2disk.conf for the restore of the system done by bootcd2disk. The configuration file can be created with the command bootcdmk2diskconf. <dev> Configures the device where bootcdbackup finds the file "fstab" and discover the configuration for the restore. <name> The name of the backup (no blanks!) is used on the creation time and to restore the backup with bootcd2disk -c <name>. <builddir> Builddir is an directory on the backup system where bootcdbackup build the backup CD/DVD. Space for the CD/DVD image, for compression and the data is needed! All other configuration has to be done in the config files. FILES
/etc/bootcd/bootcdbackup.conf Configuration for bootcdbackup. SEE ALSO
Documentation in bootcdbackup.conf bootcdbackup.conf(5), bootcd(1), bootcdflopcp(1), bootcdwrite(1) AUTHOR
This manual page was written by Bernd Schumacher <bernd.schumacher@hp.com> and Carsten Dinkelmann <Carsten.Dinkelmann@foobar-cpa.de> for the Debian GNU/Linux system (but may be used by others). bootcdbackup 2007-07-05 BOOTCDBACKUP(1)