diff options
Diffstat (limited to 'raveos-calamares-theme/etc/calamares')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml | 1 | ||||
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml b/raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml index 6d3b256..5739a20 100644 --- a/raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml +++ b/raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml @@ -346,6 +346,7 @@ - simplescreenrecorder - smplayer - vlc + - vlc-plugins-all - youtube-dl - name: "Virtualbox" description: "Virtualbox Package" diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf index fc06d93..d37b8c3 100644 --- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf +++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf @@ -29,4 +29,5 @@ script: - "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'"
\ No newline at end of file + - "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 |