Cleanup /usr/etc for linter
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33m51s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33m51s
This commit is contained in:
5
recipes/components/cleanup-usr-etc.yml
Normal file
5
recipes/components/cleanup-usr-etc.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
modules:
|
||||||
|
- type: script
|
||||||
|
snippets:
|
||||||
|
- "sudo cp -n -r /usr/etc /etc"
|
||||||
|
- "sudo rm -rf /usr/etc"
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user