Butane: mon1
This commit is contained in:
parent
e12daba2bd
commit
a8b764d115
@ -56,11 +56,28 @@ systemd:
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
storage:
|
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:
|
filesystems:
|
||||||
- device: /dev/disk/by-partlabel/root
|
- path: /var
|
||||||
wipe_filesystem: true
|
device: /dev/disk/by-partlabel/var
|
||||||
format: ext4
|
format: xfs
|
||||||
label: root
|
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:
|
files:
|
||||||
# Set vim as default editor
|
# Set vim as default editor
|
||||||
# We use `zz-` as prefix to make sure this is processed last in order to
|
# We use `zz-` as prefix to make sure this is processed last in order to
|
||||||
@ -80,7 +97,7 @@ storage:
|
|||||||
[updates]
|
[updates]
|
||||||
strategy = "periodic"
|
strategy = "periodic"
|
||||||
[[updates.periodic.window]]
|
[[updates.periodic.window]]
|
||||||
days = [ "Fri", "Sat" ]
|
days = [ "Wed", "Mon" ]
|
||||||
start_time = "23:30"
|
start_time = "23:30"
|
||||||
length_minutes = 60
|
length_minutes = 60
|
||||||
links:
|
links:
|
||||||
|
Loading…
Reference in New Issue
Block a user