Update f-coreos.bu
Added disk layout
This commit is contained in:
18
f-coreos.bu
18
f-coreos.bu
@@ -27,6 +27,24 @@ passwd:
|
|||||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ4G1BFBIcYZroqWvjC7ZlT0rL5cSGg1JQK1BtWCFgff cphipps@basement-pc.home.cahaa.net
|
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ4G1BFBIcYZroqWvjC7ZlT0rL5cSGg1JQK1BtWCFgff cphipps@basement-pc.home.cahaa.net
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
|
disks:
|
||||||
|
- # The link to the block device the OS was booted from.
|
||||||
|
device: /dev/sda
|
||||||
|
# We do not want to wipe the partition table since this is the primary
|
||||||
|
# device.
|
||||||
|
wipe_table: false
|
||||||
|
partitions:
|
||||||
|
- number: 4
|
||||||
|
label: root
|
||||||
|
# Allocate at least 8 GiB to the rootfs. See NOTE above about this.
|
||||||
|
size_mib: 0
|
||||||
|
resize: true
|
||||||
|
filesystems:
|
||||||
|
- device: /dev/disk/by-partlabel/root
|
||||||
|
wipe_filesystem: true
|
||||||
|
format: btrfs
|
||||||
|
label: root
|
||||||
|
|
||||||
files:
|
files:
|
||||||
# Set the machine hostname
|
# Set the machine hostname
|
||||||
- path: /etc/hostname
|
- path: /etc/hostname
|
||||||
|
|||||||
Reference in New Issue
Block a user