blob: d112da4d28fcdc1a58d8d79d077add8a01edf89b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
dontChroot: true
timeout: 999
script:
- "-rm -r ${ROOT}/home/${USER}/.config/alci-dwm"
- "-rm ${ROOT}/etc/sudoers.d/g_wheel"
- "-rm -r ${ROOT}/etc/mkinitcpio.conf.d/"
- "-rm -r ${ROOT}/etc/systemd/system/getty@tty1.service.d"
- "-rm -r ${ROOT}/etc/systemd/system/multi-user.target.wants/pacman-init.service"
- "-rm -r ${ROOT}/etc/systemd/system/pacman-init.service"
- "-rm ${ROOT}/etc/systemd/system/etc-pacman.d-gnupg.mount"
- "-rm ${ROOT}/root/.automated_script.sh"
- "-rm ${ROOT}/root/.zlogin"
- "-rm ${ROOT}/etc/polkit-1/rules.d/49-nopasswd_global.rules"
- "-rm ${ROOT}/etc/polkit-1/rules.d/49-nopasswd-calamares.rules"
- "install -Dm755 /etc/calamares/modules/calamares-microcode-fix.sh ${ROOT}/root/calamares-microcode-fix.sh"
- "chroot ${ROOT} /bin/bash /root/calamares-microcode-fix.sh"
- "install -Dm755 /etc/calamares/modules/calamares-gpu-drivers.sh ${ROOT}/root/calamares-gpu-drivers.sh"
- "chroot ${ROOT} /bin/bash /root/calamares-gpu-drivers.sh"
- "-cp /etc/resolv.conf ${ROOT}/etc/resolv.conf"
- "if [ -x ${ROOT}/usr/lib/raveos-gnome-theme/auto-apply.sh ]; then arch-chroot ${ROOT} /usr/lib/raveos-gnome-theme/auto-apply.sh; fi"
- "if [ -x ${ROOT}/usr/lib/raveos-cosmic-theme/auto-apply.sh ]; then arch-chroot ${ROOT} /usr/lib/raveos-cosmic-theme/auto-apply.sh; fi"
- "if [ -x ${ROOT}/usr/lib/raveos-kde-theme/auto-apply.sh ]; then arch-chroot ${ROOT} /usr/lib/raveos-kde-theme/auto-apply.sh; fi"
- "if [ -x ${ROOT}/usr/lib/raveos-hyprland-theme/auto-apply.sh ]; then arch-chroot ${ROOT} /usr/lib/raveos-hyprland-theme/auto-apply.sh; fi"
- "arch-chroot ${ROOT} /bin/bash -c 'pacman -Qi plasma-bigscreen &>/dev/null && pacman -Rns --noconfirm plasma-bigscreen || true'"
- "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'"
|