From 72abc70a42a505af365fc5a892009ebeeba524ec Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 19 Jan 2026 13:16:33 -0600 Subject: Add comprehensive installation tests and ZFS script deployment - Add scripts/full-test.sh for automated install testing (single, mirror, raidz1) - Add --full-test option to build-release workflow - Install zfssnapshot and zfsrollback to target system during install - Simplify .gitignore to exclude entire vm/ directory --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3397767..dce47fe 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,5 @@ profile/ # Downloaded packages zfs-packages/ -vm/*.qcow2 -vm/OVMF_VARS.fd +vm/ test-logs/ -- cgit v1.2.3