mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
f304b7e165
commit
747011f0f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user