Attempt rechunking again #30
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -18,7 +18,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
bluebuild:
|
bluebuild:
|
||||||
name: Build Custom Image
|
name: Build Custom Image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
@@ -42,4 +42,5 @@ jobs:
|
|||||||
pr_event_number: ${{ github.event.number }}
|
pr_event_number: ${{ github.event.number }}
|
||||||
|
|
||||||
# enabled by default, disable if your image is small and you want faster builds
|
# enabled by default, disable if your image is small and you want faster builds
|
||||||
maximize_build_space: true
|
maximize_build_space: "true"
|
||||||
|
rechunk: "true"
|
||||||
|
|||||||
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