mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
create_installstick: update mbr for Debian Jessie
This commit is contained in:
parent
3fc409080e
commit
760e3c11e9
@ -245,7 +245,9 @@ EOF
|
|||||||
MBR="/usr/share/syslinux/mbr.bin" # example: fedora
|
MBR="/usr/share/syslinux/mbr.bin" # example: fedora
|
||||||
elif [ -f /usr/lib/syslinux/bios/mbr.bin ]; then
|
elif [ -f /usr/lib/syslinux/bios/mbr.bin ]; then
|
||||||
MBR="/usr/lib/syslinux/bios/mbr.bin" # example: arch
|
MBR="/usr/lib/syslinux/bios/mbr.bin" # example: arch
|
||||||
else
|
elif [ -f /usr/lib/syslinux/mbr/mbr.bin ]; then
|
||||||
|
MBR="/usr/lib/syslinux/mbr/mbr.bin" # example: Debian Jessie
|
||||||
|
else
|
||||||
echo "ERROR: Can't find syslinux's mbr.bin on Host OS" >&2
|
echo "ERROR: Can't find syslinux's mbr.bin on Host OS" >&2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user