archinstall/scripts
Softer 868d6d1c13 Share /var/log/archinstall via 9p in dev VM and clear it per run
Replace the plain `archinstall` alias with a function that wipes the log
directory contents before each run, and add a third 9p share so the guest
log directory is backed by .dev-logs/ on the host. The host can now tail
install.log live without re-entering the VM, and successive iterations
start with an empty log without rebooting.

The wipe uses find -mindepth 1 -delete because /var/log/archinstall is
a 9p mountpoint - removing the directory itself would unmount the share.

Cleanup: dev_vm.sh clean now also removes .dev-logs/.
2026-04-28 13:33:50 +03:00
..
derive_packages.py Move dev_vm.sh under scripts/ and split out Python helper 2026-04-26 14:20:15 +03:00
dev_vm.sh Share /var/log/archinstall via 9p in dev VM and clear it per run 2026-04-28 13:33:50 +03:00