Compare commits

..

2 Commits

Author SHA1 Message Date
98e905910f Switching back to ubuntu-latest to attempt to use rechunk
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m47s
2025-10-10 12:11:28 -04:00
2dc225bece Attempt rechunking again 2025-10-10 12:11:28 -04:00
5 changed files with 11 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ concurrency:
jobs: jobs:
bluebuild: bluebuild:
name: Build Custom Image name: Build Custom Image
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
packages: write packages: write
@@ -42,5 +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" rechunk: true

View File

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

View File

@@ -4,7 +4,6 @@ modules:
enabled: enabled:
- bootc-fetch-updates.timer - bootc-fetch-updates.timer
- flatpak-system-update.timer - flatpak-system-update.timer
- lactd.service
user: user:
enabled: enabled:
- flatpak-user-update.timer - flatpak-user-update.timer

View File

@@ -2,8 +2,6 @@ modules:
- type: dnf - type: dnf
repos: repos:
nonfree: rpmfusion nonfree: rpmfusion
copr:
- ilyaz/LACT
install: install:
packages: packages:
# applications # applications
@@ -24,6 +22,14 @@ modules:
# text editor # text editor
- neovim - neovim
# software store
- gnome-software
# disk management
- gnome-disk-utility
- qdirstat
# kdeconnect # kdeconnect
- kde-connect - kde-connect
@@ -35,19 +41,6 @@ modules:
# gtk # gtk
- nwg-look - nwg-look
# software store
- gnome-software
# disk management
- gnome-disk-utility
# diagnostics
- qdirstat
- lact
- btop
# zsh # zsh
- zsh - zsh

View File

@@ -17,7 +17,6 @@ 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