mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Increase OVA disk image default size to 32GB (#1009)
The current default size of 6GB can fill up pretty quickly. Since most disk images we offer resize dynamically its not really problem to ship with a bigger default size. It avoids support cases when people forget to increase the disk image size.
This commit is contained in:
parent
08cbbe8988
commit
300986f129
@ -5,6 +5,6 @@ BOOTLOADER=barebox
|
||||
KERNEL_FILE=bzImage
|
||||
BOOT_SYS=efi
|
||||
BOOT_SPL=false
|
||||
DISK_SIZE=6
|
||||
DISK_SIZE=32
|
||||
SUPERVISOR_MACHINE=qemux86-64
|
||||
SUPERVISOR_ARCH=amd64
|
||||
|
Loading…
x
Reference in New Issue
Block a user