This commit is contained in:
iceBear67
2026-06-05 16:42:56 +08:00
commit 87e76877ca
23 changed files with 662 additions and 0 deletions

26
image/.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Build artifacts
*.qcow2
*.raw
*.img
# Extracted kernel / initramfs
*-vmlinuz
*-initramfs
*-boot/
# Downloaded tool
alpine-make-vm-image
# Generated GPG keys (secrets)
overlay/root/gpg-key.asc
overlay/root/gpg-pubkey.asc
# Build marker
.gpg-done
# Editor / OS
.DS_Store
*.swp
*.swo
*~
.reasonix/**