Butane: mon1
This commit is contained in:
parent
e12daba2bd
commit
a8b764d115
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user