Displaying 1 result from an estimated 1 matches for "distvers".
Did you mean:
discovers
2006 Feb 22
1
isolinux cd does not boot
...roblem: the cd didn't boot on some machines where it
previously did.
We build the cd using this command:
bootimg='isolinux/isolinux.bin'
bootcat='isolinux/boot.cat'
#mkisopts='-r -N -L -d -D -J'
mkisopts='-r -J'
mkisofs $mkisopts \
-V "$distname $distvers" \
-A "$distname created on $today" \
-b "$bootimg" \
-c "$bootcat" \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-x lost+found \
-x CVS \
-o "../smeserver-$distvers".iso \
....