Skip to content

Commit ced58b3

Browse files
committed
#63 feat: enhance build efficiency and update package installations in common recipes
1 parent 6cf68e8 commit ced58b3

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ jobs:
4141

4242
# enabled by default, disable if your image is small and you want faster builds
4343
maximize_build_space: true
44+
rechunk: true # re-chunk the final image to be more efficient for distribution, disable if you want faster builds and don't care about distribution size

recipes/common-dnf.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ modules:
1414
- type: dnf
1515
install:
1616
packages:
17+
- nmap
18+
- net-snmp-utils
19+
- telnet
20+
- screen
21+
- libvirt-devel
22+
- tilix
23+
- plymouth-plugin-script
24+
- fish
25+
- waydroid
26+
- gssntlmssp
1727
- https://github.com/ramboxapp/download/releases/download/v2.5.2/Rambox-2.5.2-linux-x64.rpm
1828
- wezterm
1929
- https://cdn.zoom.us/prod/6.7.2.6498/zoom_x86_64.rpm

recipes/common-scripts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ modules:
66
scripts:
77
- disable_service_tailscale.sh
88
- enable_user_ydotool.sh
9-
- install_system_tools.sh
109
- reconfigure_plymouth.sh
1110
- set_fix_blurry_wayland_apps.sh
1211
- set_sddm_start_numlock.sh

0 commit comments

Comments
 (0)