LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kickstart file written for cdrom to be modified for USB (https://www.linuxquestions.org/questions/linux-newbie-8/kickstart-file-written-for-cdrom-to-be-modified-for-usb-745683/)

niravshah 08-06-2009 07:21 PM

Kickstart file written for cdrom to be modified for USB
 
Hi,

I have a cfg file which install a my software. This cfg file was written for DVD and has cdrom all over the place.

Now I have made a bootable flash drive from the iso.
The flash drive boots fine and I get the same menu as I used to get with the DVD

But the kickstart file run in to problem its has
# Installation media available at:
cdrom


This is changed to
# Installation media available at:
hd:sdc

dont know if this is correct !!!!!!!!!!!!!1

Then --------------
%post --nochroot
#!/bin/sh
# Copy files to the system
mkdir -p /mnt/cdrom
mount -t iso9660 /tmp/cdrom /mnt/cdrom
mkdir /mnt/sysimage/tempInstall
I don't know how to modify this for a flash drive
Any help appreciated

niravshah 08-10-2009 11:52 AM

Quote:

Originally Posted by niravshah (Post 3634213)
Hi,

I have a cfg file which install a my software. This cfg file was written for DVD and has cdrom all over the place.

Now I have made a bootable flash drive from the iso.
The flash drive boots fine and I get the same menu as I used to get with the DVD

But the kickstart file run in to problem its has
# Installation media available at:
cdrom


This is changed to
# Installation media available at:
hd:sdc

dont know if this is correct !!!!!!!!!!!!!1

Then --------------
%post --nochroot
#!/bin/sh
# Copy files to the system
mkdir -p /mnt/cdrom
mount -t iso9660 /tmp/cdrom /mnt/cdrom
mkdir /mnt/sysimage/tempInstall
I don't know how to modify this for a flash drive
Any help appreciated

----

Any help ?


All times are GMT -5. The time now is 09:37 AM.