Merge "Set root mount options on debian buster image"

This commit is contained in:
Zuul 2020-01-23 07:58:06 +00:00 committed by Gerrit Code Review
commit 238e009da3
1 changed files with 19 additions and 0 deletions

View File

@ -214,6 +214,25 @@ diskimages:
GIT_HTTP_LOW_SPEED_TIME: '300'
GIT_HTTP_LOW_SPEED_LIMIT: '1000'
DIB_SHOW_IMAGE_USAGE: '1'
DIB_BLOCK_DEVICE_CONFIG: |
# Default single partition loopback
- local_loop:
name: image0
- partitioning:
base: image0
label: mbr
partitions:
- name: root
flags: [ boot, primary ]
size: 100%
mkfs:
mount:
mount_point: /
fstab:
options: "defaults,nobarrier,noatime"
fsck-passno: 1
- name: fedora-29
pause: false
elements: