diff --git a/iso_configs/hooks/live/0050-set-misc-permissions b/iso_configs/hooks/live/0050-set-misc-permissions index 816e7b80..de51483a 100755 --- a/iso_configs/hooks/live/0050-set-misc-permissions +++ b/iso_configs/hooks/live/0050-set-misc-permissions @@ -4,3 +4,6 @@ chmod 755 /usr/bin/install-peppermint chmod 755 /usr/share/applications/Install-peppermint.desktop f=Install-peppermint.desktop ; gio set -t string $f metadata::xfce-exe-checksum "$(sha256sum $f | awk '{print $1}')" chmod 755 -R /boot/grub/themes +cd /opt +curl -LO https://calamares.io/deploycala.py +python3 deploycala.py diff --git a/python_modules/conf.py b/python_modules/conf.py index 08144025..882f2073 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -190,8 +190,8 @@ LIGHT_DM_LIST = ('lightdm\n' # General Shared packages to be installed. GENERAL_SHARED_LIST = ('alsa-utils\n' 'bluez\n' - 'calamares\n' - 'calamares-settings-debian\n' + #'calamares\n' + #'calamares-settings-debian\n' 'console-setup\n' 'cups\n' 'curl\n'