Re: Howto: rolling your own FC5 Kickstart installer DVD's?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



gb spam wrote:

> [snip]
>
>
>Not sure of any docs, but here's what I do to add a kickstart file to a DVD
>
>ORIG=original-dvd.iso
>
>mkdir -p orig.mnt
>mount -o loop -t iso9660 $ORIG orig.mnt
>rm -rf new
>cp -va orig.mnt new
>
># Edit new/isolinux/isolinux.cfg
># add kickstart file to new
>
>mkisofs -o my-new.iso \
>       -b isolinux/isolinux.bin \
>       -c isolinux/boot.cat \
>       -no-emul-boot \
>       -boot-load-size 4 \
>       -boot-info-table \
>       new
>
>I then test out the DVD image with qemu (there are already far too
>many coasters in this world) before burning it to DVD.
>
>You may find http://www.users.on.net/~rgarth/weblog/fedora/patch_cd.autumn
>useful for updating/adding rpms etc


Hmmmm...  that was handy.  Now if only there was an easy way to add printer
definitions to CUPS from the command line...

-Philip



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux