Skip to content

Instantly share code, notes, and snippets.

@mdhorn
Last active April 28, 2020 18:05
Show Gist options
  • Save mdhorn/7cf0e929a619e25e4ad89eb743e258e6 to your computer and use it in GitHub Desktop.
Save mdhorn/7cf0e929a619e25e4ad89eb743e258e6 to your computer and use it in GitHub Desktop.
Example YAML for creating an installed image using LVM
# Assumes Advanced Mode is used
# /boot labeled CLR_BOOT_F
# / labeled CLR_ROOT_F on an lvm partition
keyboard: us
language: en_US.UTF-8
bundles: [os-core, os-core-update, openssh-server, storage-utils, curl]
telemetry: false
timezone: UTC
users: [{login: foobar, password: $6$1GLlYvBQt15eqAJ7$5pGpzXZKLgV.WTP9GYztBC19GZUgx6hEPVyjDkegqmvMWjZbmvprzHnyMK2RL9teIicSyqhe.Us89y1Az/3PC1,
admin: true}]
kernel: kernel-native
postArchive: true
autoUpdate: true
copyNetwork: true
copySwupd: true
keepImage: true
hostname: lvm-test
#legacyBios: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment