ks.cfg + cdrom

Stephen Mah steve.mah at oracle.com
Mon Oct 25 17:14:49 UTC 2004


I usually use this instead:

ks=file:/tmp/ks.cfg

then uncompress the initrd and place the kickstart file in the file system:

ie:
cd $BUILD_FOLDER/i386-disc1/isolinux
gunzip -c initrd.img >initrd.img.unzip
mkdir -p loop
mount -o loop initrd.img.unzip loop/
cp $BUILD_FOLDER/CD_KS.CFG/*.cfg ./loop/tmp/
umount loop/
gzip -9 -c initrd.img.unzip > initrd.img
rm -rf initrd.img.unzip
cd $BUILD_FOLDER/i386-disc1/isolinux
rmdir loop

-steve

Edgar Chillón 'Chillux' wrote:

>I put in my isolinux.cfg the next lines:
>
>label testks2
>  kernel vmlinuz
>  append ks=/dev/cdrom/ks.cfg initrd=initrd.img
>ramdisk_size=8192
>
>but when I begin the installation proccess it told me
>that it couldn't find the ks.cfg and exit abnormally
>installation, what that I am doing rong ?
>
>Another, where can I change the label Fedora (in all
>the installation proccess for another Label ?)
>
>Regards
>
>=====
>-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
>Edgar Alberto Chillón Escárcega
>Security Cunsultant - Pfizer OS
>Mobile: 04455-1951-9194
>-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
>PublicKeyID: 0x584CF620 [DH/DSS]  http://keyserver.noreply.org/ 
>FingerPrint: 1EDE EF26 C6AA 17DC 1A59  97C8 5270 1942 584C F620
>-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
>
>_________________________________________________________
>Do You Yahoo!?
>La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
>
>_______________________________________________
>Kickstart-list mailing list
>Kickstart-list at redhat.com
>https://www.redhat.com/mailman/listinfo/kickstart-list
>  
>




More information about the Kickstart-list mailing list