|
Re: Making a Kick Start CD (Enterprise Linux ES 3): msg#00021linux.redhat.kickstart.general
On Wed, Mar 03, 2004 at 11:28:24AM -0700, Mac McClellan wrote: > purpose: > > cp -Rav /mnt/iso/* /root/isofilesys/ > > I add the ks.cfg file to the root of this new 'filesystem' > > Here's the part that fails. I try to create a new iso image from that > new directory structure. Here's the command I'm trying to use: > > mkisofs -o new.iso -b /root/isofilesys/isolinux/isolinux.bin -c > /root/isofilesys/isolinux/boot.cat -no-emul-boot -boot-load-size 4 > -boot-info-table -R -J -v -T /root/isofilesys/ > The argument to -b has to be relative to the root of the filesystem you are creating, so use '-b isolinux/isolinux.bin' and it should work. The same thing applies to -c, you need '-c isolinux/boot.cat'. -- Jason Kohles A witty saying proves nothing. email@xxxxxxxxxxxxxxx -- Voltaire (1694 - 1778) http://www.jasonkohles.com/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Making a Kick Start CD (Enterprise Linux ES 3): 00021, Mac McClellan |
|---|---|
| Next by Date: | Re: Package Selection Question: 00021, Brian Long |
| Previous by Thread: | Making a Kick Start CD (Enterprise Linux ES 3)i: 00021, Mac McClellan |
| Next by Thread: | Re: Making a Kick Start CD (Enterprise Linux ES 3): 00021, Brett Schwarz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |