Increase size for security hardened images

With the move to containers there has been an increase of
demand on the /var volume. Increase the global size.

Change-Id: Ib806bac815077c2508060719469b5d0f1acc0f99
(cherry picked from commit 83c7887ffb)
This commit is contained in:
Yolanda Robla 2018-10-04 18:07:43 +02:00
parent 01bb3b1621
commit a32cbdee41
3 changed files with 9 additions and 2 deletions

View File

@ -42,6 +42,6 @@ disk_images:
DIB_PYTHON_VERSION: '2'
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf bluetooth'
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'nofb nomodeset vga=normal console=tty0 console=ttyS0,115200 audit=1 nousb'
DIB_IMAGE_SIZE: '23'
DIB_IMAGE_SIZE: '40'
COMPRESS_IMAGE: '1'
DIB_BLOCK_DEVICE: 'efi'

View File

@ -42,5 +42,5 @@ disk_images:
DIB_PYTHON_VERSION: '2'
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf vfat bluetooth'
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'nofb nomodeset vga=normal console=tty0 console=ttyS0,115200 audit=1 nousb'
DIB_IMAGE_SIZE: '23'
DIB_IMAGE_SIZE: '40'
COMPRESS_IMAGE: '1'

View File

@ -0,0 +1,7 @@
---
features:
- |
Increase the size of the security hardened images to 40G. With the move
to containers more disk space is needed and the disk layout has been
modified. It needs a global size of 40G to work.