syslinux. nope nope nope. revert part of 7322b4

under ubuntu (syslinux 4.05) there is NO libcom32.c32.
this does not mean my sislinux install is broken
so create_livestick should *never* fail!
This commit is contained in:
Stefan Saraev 2013-10-22 14:33:07 +03:00
parent f304b7e165
commit 747011f0f8

View File

@ -271,9 +271,6 @@ EOF
cp /usr/share/syslinux/libcom32.c32 /tmp/usb_install
elif [ -f /usr/lib/syslinux/bios/libcom32.c32 ]; then
cp /usr/lib/syslinux/bios/libcom32.c32 /tmp/usb_install
else
echo "ERROR: Can't find syslinux's libcom32.c32 on Host OS" >&2
exit 1
fi
if [ -f /usr/lib/syslinux/libutil.c32 ]; then
@ -282,9 +279,6 @@ EOF
cp /usr/share/syslinux/libutil.c32 /tmp/usb_install
elif [ -f /usr/lib/syslinux/bios/libutil.c32 ]; then
cp /usr/lib/syslinux/bios/libutil.c32 /tmp/usb_install
else
echo "ERROR: Can't find syslinux's libutil.c32 on Host OS" >&2
exit 1
fi
# sync disk