diff --git a/build-lite.sh b/build-lite.sh index 8ec62020..554272f7 100755 --- a/build-lite.sh +++ b/build-lite.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 diff --git a/build.sh b/build.sh index 69752608..c9df67b4 100755 --- a/build.sh +++ b/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 diff --git a/hooks/normal/0520-applications.hook.chroot b/hooks/normal/0520-applications.hook.chroot index e7a9ce70..2453a06f 100755 --- a/hooks/normal/0520-applications.hook.chroot +++ b/hooks/normal/0520-applications.hook.chroot @@ -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/* diff --git a/hooks/normal/0550-remove-installer-recommends.hook.chroot b/hooks/normal/0550-remove-installer-recommends.hook.chroot index 0d5a7ad4..6f966c1b 100755 --- a/hooks/normal/0550-remove-installer-recommends.hook.chroot +++ b/hooks/normal/0550-remove-installer-recommends.hook.chroot @@ -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* diff --git a/hooks/normal/0630-add-user-group-for-autologin.hook.chroot b/hooks/normal/0630-add-user-group-for-autologin.hook.chroot index c804f6ef..da6169ba 100755 --- a/hooks/normal/0630-add-user-group-for-autologin.hook.chroot +++ b/hooks/normal/0630-add-user-group-for-autologin.hook.chroot @@ -3,4 +3,4 @@ # Create user group for live autologin sudo groupadd -r autologin - +sudo adduser user autologin