mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Merge pull request #9853 from HiassofT/le13-generic-legacy-system-size
Generic: use a minimum SYSTEM_SIZE of 1GB
This commit is contained in:
commit
34ce02cb53
@ -72,3 +72,8 @@
|
||||
|
||||
# Default size of the ova image, in MB, eg. 4096
|
||||
OVA_SIZE="4096"
|
||||
|
||||
# ensure system size is at least 1 GB
|
||||
if [ ${SYSTEM_SIZE} -lt 1024 ]; then
|
||||
SYSTEM_SIZE=1024
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user