diff options
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf index ab65751..14cc003 100644 --- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf +++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf @@ -25,10 +25,12 @@ script: - "if [ -x ${ROOT}/usr/lib/raveos-hyprland-theme/auto-apply.sh ]; then arch-chroot ${ROOT} /usr/lib/raveos-hyprland-theme/auto-apply.sh; fi" - "bash /etc/calamares/modules/raveos-chown-homes.sh ${ROOT}" - "arch-chroot ${ROOT} /bin/bash -c 'pacman -Qi plasma-bigscreen &>/dev/null && pacman -Rcns --noconfirm plasma-bigscreen || true'" - - "arch-chroot ${ROOT} sed -i '/^HOOKS=/ s/udev /udev plymouth /' /etc/mkinitcpio.conf" + - "arch-chroot ${ROOT} sed -i 's|^HOOKS=.*|HOOKS=(base udev plymouth autodetect microcode kms keyboard keymap consolefont block filesystems fsck)|' /etc/mkinitcpio.conf" + - "arch-chroot ${ROOT} sed -i -e '/^#COMPRESSION=/d' -e '/^COMPRESSION=/d' -e '/^#COMPRESSION_OPTIONS=/d' -e '/^COMPRESSION_OPTIONS=/d' /etc/mkinitcpio.conf" + - "printf 'COMPRESSION=zstd\\nCOMPRESSION_OPTIONS=(-19 -T0)\\n' >> ${ROOT}/etc/mkinitcpio.conf" - "arch-chroot ${ROOT} mkinitcpio -P" - "install -Dm644 /etc/systemd/system/reflector-once.service ${ROOT}/etc/systemd/system/reflector-once.service" - "chroot ${ROOT} systemctl enable reflector-once.service" - - "gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-olive-dark'" - - "gsettings set org.gnome.desktop.interface icon-theme 'Adwaitaru-olive'" - - "sh -c 'echo \"MESA_SHADER_CACHE_MAX_SIZE=12G\" >> ${ROOT}/etc/environment; echo \"__GL_SHADER_DISK_CACHE_SIZE=12884901888\" >> ${ROOT}/etc/environment'"
\ No newline at end of file + - "arch-chroot ${ROOT} sed -i 's/^ENABLED=no/ENABLED=yes/' /etc/ufw/ufw.conf || true" + - "arch-chroot ${ROOT} systemctl enable ufw.service || true" + - "printf 'MESA_SHADER_CACHE_MAX_SIZE=12G\\n__GL_SHADER_DISK_CACHE_SIZE=12884901888\\n' >> ${ROOT}/etc/environment"
\ No newline at end of file |