Attempt rechunking again #30

Open
eriq12 wants to merge 35 commits from local-podman-setup-rechunk into main
2 changed files with 6 additions and 0 deletions
Showing only changes of commit fbb1362bcb - Show all commits

View File

@@ -0,0 +1,5 @@
modules:
- type: script
snippets:
- "sudo cp -n -r /usr/etc /etc"
- "sudo rm -rf /usr/etc"

View File

@@ -17,6 +17,7 @@ modules:
- from-file: components/sys-files-module.yml - from-file: components/sys-files-module.yml
- from-file: components/systemd-module.yml - from-file: components/systemd-module.yml
- from-file: components/chezmoi-module.yml - from-file: components/chezmoi-module.yml
- from-file: components/cleanup-usr-etc.yml
- type: signing - type: signing