Merge "Increase size for security hardened images"

This commit is contained in:
Zuul
2018-10-19 18:55:36 +00:00
committed by Gerrit Code Review
3 changed files with 9 additions and 2 deletions
@@ -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'
+1 -1
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'
@@ -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.