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,6 +245,8 @@ EOF
|
||||
MBR="/usr/share/syslinux/mbr.bin" # example: fedora
|
||||
elif [ -f /usr/lib/syslinux/bios/mbr.bin ]; then
|
||||
MBR="/usr/lib/syslinux/bios/mbr.bin" # example: arch
|
||||
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
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user