Re: mkisofs for build_netboot

2004-03-01 Thread Joey Hess
Geert Stappers wrote: > mkisofs -r -J -b isolinux.bin -c boot.cat \ > -no-emul-boot -boot-load-size 4 -boot-info-table \ > -o ./tmp/netboot/mini.iso ./tmp/netboot/cd_tree > make[2]: mkisofs: Command not found > > > Installing mkisofs fixed it. > > For what does the netboot need t

Re: mkisofs for build_netboot

2004-03-01 Thread Joshua Kwan
On Mon, 01 Mar 2004 08:07:14 +0100, Geert Stappers wrote: > For what does the netboot need the mini.iso ? On i386, build_netboot will spit out an initrd.gz, vmlinuz, and a related ISO image. On sparc it will always generate a.out tftp boot images. Such is how the cookie crumbles :) -- Joshua Kwa

mkisofs for build_netboot

2004-02-29 Thread Geert Stappers
Hello, At a make build_netboot I got mkisofs -r -J -b isolinux.bin -c boot.cat \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -o ./tmp/netboot/mini.iso ./tmp/netboot/cd_tree make[2]: mkisofs: Command not found Installing mkisofs fixed it. For what does the netboot n