mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
parent
565e9e5b5e
commit
95531abbcd
@ -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