From 1803a9d15f4052b0dbd1a25893f293e479fa4e89 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Sun, 25 Feb 2024 19:46:42 +0900 Subject: [PATCH] Update: testing deploy calamares script Signed-off-by: debianpepper --- iso_configs/hooks/live/0050-set-misc-permissions | 3 +++ python_modules/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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'