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
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
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
3 matches
Mail list logo