mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #4604 from chewitt/image_size
image: increase img to 512MB for 6.0.1
This commit is contained in:
commit
3996323d5e
@ -27,7 +27,7 @@
|
||||
OE_TMP=$(mktemp -d)
|
||||
LOOP=$(losetup -f)
|
||||
|
||||
SYSTEM_SIZE=256
|
||||
SYSTEM_SIZE=512
|
||||
STORAGE_SIZE=32 # STORAGE_SIZE must be >= 32 !
|
||||
|
||||
DISK_SIZE=$(( $SYSTEM_SIZE + $STORAGE_SIZE + 4 ))
|
||||
|
Loading…
x
Reference in New Issue
Block a user