diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-29 06:53:36 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-29 06:53:36 -0600 |
| commit | f742d41837756743629a4a7bf2f1932e919f77a8 (patch) | |
| tree | 3ddf48eed73948e7de6deaf72bd5a57a258ea078 /scripts/testing/archsetup-test.conf | |
| parent | e70e2359e6c3bfd703b2fdc11ab69a5cef7bc133 (diff) | |
| download | archsetup-f742d41837756743629a4a7bf2f1932e919f77a8.tar.gz archsetup-f742d41837756743629a4a7bf2f1932e919f77a8.zip | |
feat(test,hyprland): improve test infrastructure and fix easyeffects
Test Infrastructure:
- Add make test-keep target to keep VM running after test
- Add make test-vm-base target for creating base VM only
- Update make test to auto-create VM if missing
- Remove manual user creation from create-base-vm.sh (archsetup handles it)
- Remove unused USERNAME/USER_PASSWORD from archsetup-test.conf
Archsetup:
- Add snapper-gui-git for btrfs snapshot GUI
- Add SYNC_ACL=yes for snapper permissions
- Add setfacl for wheel group access to /.snapshots
Hyprland:
- Remove easyeffects scratchpad (keep auto-launch)
- Remove ecosystem permissions (caused too many popups)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'scripts/testing/archsetup-test.conf')
| -rw-r--r-- | scripts/testing/archsetup-test.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/testing/archsetup-test.conf b/scripts/testing/archsetup-test.conf index d6a8d69..a7f1364 100644 --- a/scripts/testing/archsetup-test.conf +++ b/scripts/testing/archsetup-test.conf @@ -2,6 +2,9 @@ # Used by create-base-vm.sh for fully automated base VM creation # # Usage: archangel --config-file /root/archsetup-test.conf +# +# Note: User creation is handled by archsetup, not archangel. +# See archsetup-vm.conf for archsetup configuration. FILESYSTEM=btrfs HOSTNAME=archsetup-test |
