Update calamares-modules-cereus from 20221603_2 to 2022.08.17_1

This commit is contained in:
KF-Art 2022-08-17 22:32:43 -04:00
parent 4c154ccd33
commit dc13ecfbfd
2 changed files with 6 additions and 1 deletions

View file

@ -78,6 +78,8 @@ class ConfigController:
# Remove calamares
self.remove_pkg("calamares-cereus")
target_env_call(["find", "*", "-name", "calamares.desktop", "-delete"])
target_env_call(["unlink", "root/Desktop/calamares.desktop"])
target_env_call(["unlink", "home/*/Desktop/calamares.desktop"])
# Copy skel to root
self.copy_folder('etc/skel', 'root')
@ -90,6 +92,9 @@ class ConfigController:
if exists(join(self.root, "usr/bin/grub-set-bootflag")):
target_env_call(["grub-editenv", "-", "set", "menu_auto_hide=1", "boot_success=1"])
# Enable plymouth
target_env_call(["plymouth-set-default-theme", "-R", "cereus_simply"])
def run():
""" Misc postinstall configurations """

View file

@ -1,6 +1,6 @@
# Template file for 'calamares-modules-cereus'
pkgname=calamares-modules-cereus
version=20221603
version=2022.08.17
revision=1
modules_dir="usr/lib/calamares/modules/"
repository="cereus-core"