Skip to content

Instantly share code, notes, and snippets.

@matti
Created December 15, 2020 16:24
Show Gist options
  • Save matti/737a45425ca365397403c4a511280ee0 to your computer and use it in GitHub Desktop.
Save matti/737a45425ca365397403c4a511280ee0 to your computer and use it in GitHub Desktop.
passwd:
users:
- name: core
ssh_authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJn/Y0Iw1lsUSQkQK/GeMUQDv/+VjEZ2sGWlFWMz/iGv mpa
storage:
disks:
- device: /dev/sda
wipe_table: true
partitions:
- label: ROOT
filesystems:
- name: fs
mount:
device: "/dev/disk/by-partlabel/ROOT"
format: "ext4"
wipe_filesystem: true
label: ROOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment