mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
parent
dbe33687bb
commit
da121952cc
@ -225,6 +225,8 @@ echo "storage size: $STORAGE_SIZE MB"
|
|||||||
MBR="/usr/lib/syslinux/mbr.bin" # example: debian, ubuntu
|
MBR="/usr/lib/syslinux/mbr.bin" # example: debian, ubuntu
|
||||||
elif [ -f /usr/share/syslinux/mbr.bin ]; then
|
elif [ -f /usr/share/syslinux/mbr.bin ]; then
|
||||||
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
|
||||||
|
MBR="/usr/lib/syslinux/bios/mbr.bin"
|
||||||
else
|
else
|
||||||
echo "Can't find syslinux's mbr.bin on Host OS"
|
echo "Can't find syslinux's mbr.bin on Host OS"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user