From 27384a18728fb720ba90336050a5dec4c3d449fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 3 Jul 2023 18:29:50 +0200 Subject: [PATCH] additional default packages --- modules/default.mk | 2 +- modules/xfce.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/default.mk b/modules/default.mk index cf29d46..fa1d840 100644 --- a/modules/default.mk +++ b/modules/default.mk @@ -2,7 +2,7 @@ ifdef imagesize ROOT_MB := $(shell printf '%i\n' "$$(( ${imagesize} - ${BOOT_MB} - 3 ))") endif -PACKAGES += btrfs-progs bzip2 ca-certificates cron deborphan firmware-linux-free gzip htop ifupdown iputils-ping irqbalance isc-dhcp-client less make net-tools nmap ntpdate openssh-client psmisc rsync sshfs sudo traceroute unzip vim wget wireless-tools wpasupplicant xz-utils zip +PACKAGES += btrfs-progs bzip2 ca-certificates cron deborphan dnsutils file firmware-linux-free gzip htop ifupdown iputils-ping irqbalance isc-dhcp-client less make net-tools nmap ntpdate openssh-client pciutils psmisc rsync sshfs sudo traceroute unzip vim wget wireless-tools wpasupplicant xz-utils zip ifdef packages PACKAGES += $(subst ${comma_},${space_},${packages}) diff --git a/modules/xfce.mk b/modules/xfce.mk index 2067281..e4e0e19 100644 --- a/modules/xfce.mk +++ b/modules/xfce.mk @@ -1,4 +1,4 @@ -PACKAGES += blueman gvfs gvfs-backends gvfs-fuse policykit-1 thunar x11-xserver-utils x2x xauth xfce4 xfce4-clipman-plugin xfce4-terminal xfce4-whiskermenu-plugin xscreensaver xvkbd +PACKAGES += ark blueman breeze-icon-theme gtk3-engines-breeze gvfs gvfs-backends gvfs-fuse policykit-1 policykit-1-gnome pulseaudio pulseaudio-module-bluetooth thunar x11-xserver-utils x2x xauth xinput xfce4 xfce4-clipman-plugin xfce4-terminal xfce4-whiskermenu-plugin xscreensaver xvkbd zenity .PHONY: _xfce -- 2.39.2