From 77b9caac5a6bb5c338f691fdadd2f781557a9d7b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 10 Apr 2026 11:26:56 -0500 Subject: 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. --- installer/velox-zfs.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 installer/velox-zfs.conf (limited to 'installer/velox-zfs.conf') 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 -- cgit v1.2.3