search for: syslinux_src_dir

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

2005 Jun 01
0
no menu.c32, no problem...
...epic100 sis900" for d in $DRVS ; do DRIVERS="${DRIVERS}--${d}" done ; DRIVERS=`echo ${DRIVERS} | sed s/^--//` make bin/$DRIVERS.zlilo cp -vf bin/$DRIVERS.zlilo /tmp/alldrvrs.lil make clean ) # now make the syslinux boot floppy export SYSLINUX_SRC_DIR=/usr/local/src/syslinux-3.08 rm -f /tmp/etherboot.img drivex='drive x: file="/tmp/etherboot.img"' ( grep -v -i "drive.*x:" ~/.mtoolsrc 2>/dev/null ; echo "$drivex" ) > ~/.mtoolsrc.new /bin/mv -f ~/.mtoolsrc.new ~/.mtoolsrc mforma...