From bf62150d61d3e52b07095be21aff9ac5abe9d03f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 23 Jan 2026 23:58:07 -0600 Subject: Fix btrfs bugs from VM testing - Fix GRUB config path (remove GRUB_BTRFS_GRUB_DIRNAME, use default) - Create snapper config manually (D-Bus not available in chroot) - Create genesis snapshot with btrfs command (not snapper) - Add btrfs-single.conf test config - Update test-install.sh to copy lib/ directory - Update test-install.sh to handle btrfs verification VM test now passes for btrfs single-disk installation. --- scripts/test-configs/btrfs-single.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/test-configs/btrfs-single.conf (limited to 'scripts/test-configs/btrfs-single.conf') diff --git a/scripts/test-configs/btrfs-single.conf b/scripts/test-configs/btrfs-single.conf new file mode 100644 index 0000000..44b0f26 --- /dev/null +++ b/scripts/test-configs/btrfs-single.conf @@ -0,0 +1,13 @@ +# Test config: Btrfs single disk install + +HOSTNAME=test-btrfs +TIMEZONE=UTC +LOCALE=en_US.UTF-8 +KEYMAP=us + +FILESYSTEM=btrfs +DISKS=/dev/vda + +ROOT_PASSWORD=testpass + +ENABLE_SSH=yes -- cgit v1.2.3