mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
elif [ -f /usr/share/syslinux/mbr.bin ]; then
|
||||
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
|
||||
echo "Can't find syslinux's mbr.bin on Host OS"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user