diff options
Diffstat (limited to 'installer')
| -rw-r--r-- | installer/velox-btrfs.conf | 15 | ||||
| -rw-r--r-- | installer/velox-zfs.conf | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/installer/velox-btrfs.conf b/installer/velox-btrfs.conf new file mode 100644 index 0000000..af7c0c0 --- /dev/null +++ b/installer/velox-btrfs.conf @@ -0,0 +1,15 @@ +# velox - Unattended archangel installation config (Btrfs) +# Usage: archangel --config-file /root/velox-btrfs.conf + +FILESYSTEM=btrfs +HOSTNAME=velox +TIMEZONE=America/Chicago +LOCALE=en_US.UTF-8 +KEYMAP=us + +DISKS=/dev/nvme0n1 +RAID_LEVEL= + +LUKS_PASSPHRASE=welcome +ROOT_PASSWORD=welcome +ENABLE_SSH=yes diff --git a/installer/velox-zfs.conf b/installer/velox-zfs.conf new file mode 100644 index 0000000..a309843 --- /dev/null +++ b/installer/velox-zfs.conf @@ -0,0 +1,15 @@ +# velox - Unattended archangel installation config +# Usage: archangel --config-file /root/velox.conf + +FILESYSTEM=zfs +HOSTNAME=velox +TIMEZONE=America/Chicago +LOCALE=en_US.UTF-8 +KEYMAP=us + +DISKS=/dev/nvme0n1 +RAID_LEVEL= + +ZFS_PASSPHRASE=welcome +ROOT_PASSWORD=welcome +ENABLE_SSH=yes |
