-----Ursprüngliche Nachricht----- Von: Patrick J Okui [mailto:pokui@psg.com] Gesendet: Samstag, 19. April 2003 14:18 An: Anas Nashif Cc: suse-autoinstall@suse.com Betreff: [suse-autoinstall] "Self made CD-ROMS"
Hi all,
I've read the docs at http://www.suse.de/~nashif/autoinstallation/ and they keep referring to "self made cd-roms". does anyhone have a link etc to where I can find docs on how to do this? Specificaly, I need to create a _*_BOOTABLE_*_ CDrom similar to the SUSE CD1 that will have my configured autoyast stuff.
Ther is an articel in the German Linux-Magazin 10/2002 that explains how to build an own CD. I m using such a CD with prepared boot-paramters for installing full automated via http. The mkiso part is a liitle bit tricky because of relative and absolue pathes. The artikel isn t online until now. Here in shortform 1) copy Cd 1 to your harddisk cp -va /cdrom /tmp/SuSE-Install-CD 2) edit file isolinux.cfg 3) build a new iso (take care of the pathes) cd /tmp mkisofs -V SU -J -R -o /tmp/install_cd_image.iso -b suse/images/boot/isolinux.bin -no-emul-boo -boot-load-size 4 -boot-info-table SuSE-Install-CD
On Tue, 22 Apr 2003, Prengel, Ralf wrote:
Date: Tue, 22 Apr 2003 09:31:49 +0200 From: "Prengel, Ralf" <ralf.prengel@comline.de> To: 'Patrick J Okui' <pokui@psg.com>, Anas Nashif <nashif@suse.de> Cc: suse-autoinstall@suse.com Subject: AW: [suse-autoinstall] "Self made CD-ROMS"
<snip>
Ther is an articel in the German Linux-Magazin 10/2002 that explains how to build an own CD. I m using such a CD with prepared boot-paramters for installing full automated via http. The mkiso part is a liitle bit tricky because of relative and absolue pathes. The artikel isn t online until now.
Here in shortform
1) copy Cd 1 to your harddisk cp -va /cdrom /tmp/SuSE-Install-CD
2) edit file isolinux.cfg
3) build a new iso (take care of the pathes) cd /tmp mkisofs -V SU -J -R -o /tmp/install_cd_image.iso -b suse/images/boot/isolinux.bin -no-emul-boo -boot-load-size 4 -boot-info-table SuSE-Install-CD
thanks, will try it.
-- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
-- patrick
participants (2)
-
Patrick J Okui
-
Prengel, Ralf