From 2b691a0907a362bfa2e8a312c1c52078d46c1db4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 17 Jan 2026 12:59:48 -0600 Subject: Initial commit: archzfs ISO build system Build scripts for creating custom Arch Linux ISO with ZFS support. Includes installer scripts and VM testing setup. --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e19341 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Build artifacts +work/ +out/ +profile/ + +# Downloaded packages +zfs-packages/ + +# Session notes (private) +docs/ -- cgit v1.2.3