From a8b764d115168852654249fdc15bd786115c768f Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Tue, 12 Sep 2023 07:08:28 +0200 Subject: [PATCH] Butane: mon1 --- restore-tests/butane/mon1.hel1.chaoswg.org.bu | 27 +++++++++++++++---- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/restore-tests/butane/mon1.hel1.chaoswg.org.bu b/restore-tests/butane/mon1.hel1.chaoswg.org.bu index d919f79..4d2f95e 100644 --- a/restore-tests/butane/mon1.hel1.chaoswg.org.bu +++ b/restore-tests/butane/mon1.hel1.chaoswg.org.bu @@ -56,11 +56,28 @@ systemd: [Install] WantedBy=timers.target storage: + disks: + - device: /dev/disk/by-id/coreos-boot-disk + wipe_table: false + partitions: + - number: 4 + label: root + size_mib: 8192 + resize: true + - label: swap + size_mib: 3072 + - label: var # not specifying "number", so this will go after the root partition + size_mib: 0 # means "use the rest of the space on the disk" filesystems: - - device: /dev/disk/by-partlabel/root - wipe_filesystem: true - format: ext4 - label: root + - path: /var + device: /dev/disk/by-partlabel/var + format: xfs + wipe_filesystem: true # preserve /var on reinstall (this is the default, but be explicit) + with_mount_unit: true # mount this filesystem in the real root + - device: /dev/disk/by-partlabel/swap + format: swap + wipe_filesystem: true # preserve /var on reinstall (this is the default, but be explicit) + with_mount_unit: true # mount this filesystem in the real root files: # Set vim as default editor # We use `zz-` as prefix to make sure this is processed last in order to @@ -80,7 +97,7 @@ storage: [updates] strategy = "periodic" [[updates.periodic.window]] - days = [ "Fri", "Sat" ] + days = [ "Wed", "Mon" ] start_time = "23:30" length_minutes = 60 links: