From 92e6774b777c825714d3f74edb1a4bd00971d995 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 27 Jun 2022 11:49:41 +0200 Subject: [PATCH] remove gwenview from cd and change menu --- live-cd.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/live-cd.mk b/live-cd.mk index b2ec095..b617ec5 100644 --- a/live-cd.mk +++ b/live-cd.mk @@ -1,9 +1,9 @@ iso=live-cd.iso -packages=aqemu,debian-installer-launcher,debootstrap,dnsutils,dosfstools,exfat-fuse,exfat-utils,firefox-esr,firefox-esr-l10n-de,git,gparted,gwenview,make,man-db,manpages-de,mousepad,ncat,network-manager-gnome,ntfs-3g,okular,pavucontrol,pulseaudio,pulseaudio-module-bluetooth,qemu-kvm,qemu-system-gui,qemu-utils,ssh,synaptic,telnet,tmux,vlc,xinput +packages=aqemu,debian-installer-launcher,debootstrap,dnsutils,dosfstools,exfat-fuse,exfat-utils,firefox-esr,firefox-esr-l10n-de,git,gparted,make,man-db,manpages-de,mousepad,ncat,network-manager-gnome,ntfs-3g,okular,pavucontrol,pulseaudio,pulseaudio-module-bluetooth,qemu-kvm,qemu-system-gui,qemu-utils,ssh,synaptic,telnet,tmux,vlc,xinput packages+=linux-image-amd64 packages+=firmware-atheros,firmware-brcm80211,firmware-iwlwifi,firmware-misc-nonfree -# packages+=firmware-ipw2x00 +packages+=firmware-ipw2x00 release=bullseye @@ -32,7 +32,7 @@ _live_initrd: cfg_root _live_modules .PHONY: _favorites _config: _favorites _favorites: _xfce - printf 'favorites=debian-installer-launcher.desktop,libreoffice-startcenter.desktop,firefox-esr.desktop,xfce4-terminal.desktop,org.kde.dolphin.desktop,mousepad.desktop,synaptic.desktop,aqemu.desktop,gparted.desktop' \ + printf 'favorites=debian-installer-launcher.desktop,libreoffice-startcenter.desktop,firefox-esr.desktop,xfce4-terminal.desktop,thunar.desktop,mousepad.desktop,synaptic.desktop,aqemu.desktop,gparted.desktop' \ >"$${CFGROOT}/etc/xdg/xfce4/panel/whiskermenu-10.rc" # Place some helpers in bash history ;-) -- 2.39.2