search for: fscode

Displaying 1 result from an estimated 1 matches for "fscode".

Did you mean: vscode
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
...inux/isolinux.cfg genisoimage -r -J -l -V "ISOboot" -input-charset iso8859-1 \ -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -o ${RDIR}/SD.iso CDroot echo "ISO image generated: ${RDIR}/SD.iso" exit fi FSCode="c" ; if test $1 == "ext" ; then FSCode="83" ; fi PART="1" ; if test $1 == "zip" ; then PART="4" ; fi echo "Creating HD image" cat > /tmp/fdisk.cmd << EOF o n p $PART t $FSCode a $PART p w EOF cd ${RDIR} if test...