new commit
This commit is contained in:
parent
6155c0dc63
commit
f6f6f1313d
|
@ -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
|
||||
|
|
3
build.sh
3
build.sh
|
@ -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
|
||||
|
|
|
@ -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/*
|
||||
|
||||
|
|
|
@ -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*
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
# Create user group for live autologin
|
||||
|
||||
sudo groupadd -r autologin
|
||||
|
||||
sudo adduser user autologin
|
||||
|
|
Loading…
Reference in New Issue