new commit

This commit is contained in:
Manuel 2022-11-15 09:15:45 -01:00
parent 6155c0dc63
commit f6f6f1313d
5 changed files with 7 additions and 5 deletions

View File

@ -57,7 +57,8 @@ echo "# Install software to the squashfs for calamares to unpack to the OS.
linux-headers-generic
locales
language-selector-gnome
update-manager
#update-manager
gnome-packagekit
adwaita-icon-theme-full
dkms
dbus-x11

View File

@ -57,7 +57,8 @@ echo "# Install software to the squashfs for calamares to unpack to the OS.
linux-headers-generic
locales
language-selector-gnome
update-manager
#update-manager
gnome-packagekit
adwaita-icon-theme-full
dkms
dbus-x11

View File

@ -6,7 +6,7 @@
# Remove software
# apt remove -y firefox-esr
# apt remove -y termit
apt --purge --yes autoremove vim vim-tiny murrine-themes termit gnome-shell gdm3 ubuntu-session mutter gnome-control-center gnome-control-center-data gnome-control-center-faces gnome-online-accounts gedit*
apt --purge --yes autoremove vim vim-tiny murrine-themes termit gnome-shell gdm3 ubuntu-session mutter gnome-control-center gnome-control-center-data gnome-control-center-faces gnome-online-accounts gedit* apport
# Lowers the footprint in RAM at the small expense of added size to the ISO.
update-icon-caches /usr/share/icons/*

View File

@ -4,4 +4,4 @@
### Missing files no longer cause builds to fail.
# Remove installer recommended packages not necessary to save space
apt --purge --yes autoremove plasma* kwin* xwayland kde*
#apt --purge --yes autoremove plasma* kwin* xwayland kde*

View File

@ -3,4 +3,4 @@
# Create user group for live autologin
sudo groupadd -r autologin
sudo adduser user autologin