]> git.plutz.net Git - blast/commitdiff
remove gwenview from cd and change menu
authorPaul Hänsch <paul@plutz.net>
Mon, 27 Jun 2022 09:49:41 +0000 (11:49 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 27 Jun 2022 09:49:41 +0000 (11:49 +0200)
live-cd.mk

index b2ec095c06814d8b8441fa0484c9f4cb5fd674bb..b617ec5ff5ccd1a1578e50729a1c6b033ab246ff 100644 (file)
@@ -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 ;-)