Update calamares-modules-cereus from 20221603_2 to 2022.08.17_1
This commit is contained in:
parent
4c154ccd33
commit
dc13ecfbfd
2 changed files with 6 additions and 1 deletions
|
@ -78,6 +78,8 @@ class ConfigController:
|
||||||
# Remove calamares
|
# Remove calamares
|
||||||
self.remove_pkg("calamares-cereus")
|
self.remove_pkg("calamares-cereus")
|
||||||
target_env_call(["find", "*", "-name", "calamares.desktop", "-delete"])
|
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
|
# Copy skel to root
|
||||||
self.copy_folder('etc/skel', 'root')
|
self.copy_folder('etc/skel', 'root')
|
||||||
|
@ -90,6 +92,9 @@ class ConfigController:
|
||||||
if exists(join(self.root, "usr/bin/grub-set-bootflag")):
|
if exists(join(self.root, "usr/bin/grub-set-bootflag")):
|
||||||
target_env_call(["grub-editenv", "-", "set", "menu_auto_hide=1", "boot_success=1"])
|
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():
|
def run():
|
||||||
""" Misc postinstall configurations """
|
""" Misc postinstall configurations """
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'calamares-modules-cereus'
|
# Template file for 'calamares-modules-cereus'
|
||||||
pkgname=calamares-modules-cereus
|
pkgname=calamares-modules-cereus
|
||||||
version=20221603
|
version=2022.08.17
|
||||||
revision=1
|
revision=1
|
||||||
modules_dir="usr/lib/calamares/modules/"
|
modules_dir="usr/lib/calamares/modules/"
|
||||||
repository="cereus-core"
|
repository="cereus-core"
|
||||||
|
|
Loading…
Add table
Reference in a new issue