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/. |
||
|---|---|---|
| .. | ||
| derive_packages.py | ||
| dev_vm.sh | ||