Re: [suse-autoinstall] /info files on boot CDs
Used directories ./x86 ( Contains all the suse stuff ) ./x86isoimage ( Contains the newly created iso image and auxillery files ) Contents of ./x86isoimage $ cat mkisoimage #!/bin/sh /usr/bin/mkisofs -o SuSE-93.iso \ -b boot/loader/isolinux.bin \ -c boot/boot.cat \ -no-emul-boot \ -boot-load-size 4 \ -boot-info-table \ -hide-joliet-trans-tbl \ -hide-rr-moved \ -allow-leading-dots \ -l -r -J \ -V "SuSE 9.3 DVD" \ -publisher "SuSE" \ -p "stock" \ -A "SuSE 9.3 DVD" \ -exclude-list mkisoimage.i386.excl \ ../x86/ $ cat mkisoimage.i386.excl *.x86_64.rpm *.src.rpm *.nosrc.rpm *.iso iso jonas-*.rpm rfc-*.rpm fillets-ng-*.rpm kde3-i18n-sv*.rpm FlightGear-*.rpm jboss-*.rpm */suse/src */suse/nosrc */suse/x86_64 */suse/noarch */suse/i586 */suse/i686 */boot/loader/initrd*orig* Ajust the excl to your needs. The above excl. file is for is a minimal x86 CD ( 300 MB) for network installation ( boot from CD, install from network ) hth Hajo
Ian Grant <Ian.Grant@cl.cam.ac.uk> 13/02/06 18:07:31 >>> Dear suse-autoinstall people,
We have machines without floppies and we want to use an /info file. I understand I can make one and put it in the /initrd on the boot CD. I can probably manage this using the mkinitrd scripts etc, but how would I then create a boot CD ISO image? I am hoping there is a magic mkisofs command line that will fetch what I need out of the boot/loader directory of the SuSE 9.3 distribution and make me a new boot CD. Can anyone point me at more info? Thanks Ian -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (1)
-
Hans-Joachim Ehlers