aboutsummaryrefslogtreecommitdiff
path: root/installer/velox-zfs.conf
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-10 11:26:56 -0500
committerCraig Jennings <c@cjennings.net>2026-04-10 11:26:56 -0500
commit77b9caac5a6bb5c338f691fdadd2f781557a9d7b (patch)
tree20cfffc9c6a315cd46db87418cc20c88475e0171 /installer/velox-zfs.conf
parent4833969e73e45c5880065d164dc87252809735b3 (diff)
downloadarchangel-77b9caac5a6bb5c338f691fdadd2f781557a9d7b.tar.gz
archangel-77b9caac5a6bb5c338f691fdadd2f781557a9d7b.zip
session: first bare metal install on velox, multiple fixes
ZFS and Btrfs tested on bare metal. Fixed archzfs repo URL, LUKS pbkdf2 for GRUB, no-color default, and missing inetutils. Tagged v0.8.
Diffstat (limited to 'installer/velox-zfs.conf')
-rw-r--r--installer/velox-zfs.conf15
1 files changed, 15 insertions, 0 deletions
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