[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: modifying isolinux.iso / Red Hat 9
- From: "Aaron Bennett" <Aaron Bennett olin edu>
- To: <kickstart-list redhat com>
- Subject: RE: modifying isolinux.iso / Red Hat 9
- Date: Thu, 3 Jul 2003 08:37:10 -0400
Thank you. That's the ticket. I didn't know about this at all, but it
seems reasonable. What I'll do is create a Makefile so I can do make
iso. If there is interest, email me and I'll post the makefile here
later.
- Aaron
-----Original Message-----
From: Jason L Tibbitts III [mailto:tibbs math uh edu]
Sent: Wednesday, July 02, 2003 2:51 PM
To: kickstart-list redhat com
Subject: Re: modifying isolinux.iso / Red Hat 9
>>>>> "AB" == Aaron Bennett <aaron bennett olin edu> writes:
AB> How would you go about modifying isolinux.iso for Red Hat
AB> 9?
Here's how I do it. There's probably a simpler way but this does seem
to work. Make a directory and put this script in it:
#!/bin/sh
mkisofs -o boot.iso -b isolinux/isolinux.bin -c isolinux/boot.cat
-no-emul-boot -boot-load-size 4 -boot-info-table -R -J -V -T image
Then make a directory "image" and in it a directory "isolinux". In
there put the contents of your CD:
~/iso> ls image/isolinux
boot.cat initrd8.img isolinux.cfg options.msg snake.msg
vmlinuz8
boot.msg initrd9.img isolinux.cfg.orig param.msg splash.lss
vmlinuz9
general.msg isolinux.bin memtest.img* rescue.msg TRANS.TBL
Tweak to your liking, then run the script.
- J<
_______________________________________________
Kickstart-list mailing list
Kickstart-list redhat com
https://www.redhat.com/mailman/listinfo/kickstart-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]