mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/mkimage: use 256MB system partition for all platforms
closes #3677
This commit is contained in:
parent
2c64c37bdb
commit
ae42436eb3
@ -27,11 +27,7 @@
|
|||||||
OE_TMP=$(mktemp -d)
|
OE_TMP=$(mktemp -d)
|
||||||
LOOP=$(losetup -f)
|
LOOP=$(losetup -f)
|
||||||
|
|
||||||
if [ "$BOOTLOADER" = "bcm2835-bootloader" ]; then
|
SYSTEM_SIZE=256
|
||||||
SYSTEM_SIZE=128
|
|
||||||
else
|
|
||||||
SYSTEM_SIZE=256
|
|
||||||
fi
|
|
||||||
STORAGE_SIZE=32 # STORAGE_SIZE must be >= 32 !
|
STORAGE_SIZE=32 # STORAGE_SIZE must be >= 32 !
|
||||||
|
|
||||||
DISK_SIZE=$(( $SYSTEM_SIZE + $STORAGE_SIZE + 4 ))
|
DISK_SIZE=$(( $SYSTEM_SIZE + $STORAGE_SIZE + 4 ))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user