Add gnome

This commit is contained in:
Daniel
2026-07-18 17:29:23 +02:00
parent 42236cf97a
commit 2eed7da707
2 changed files with 6 additions and 2 deletions
Vendored
+1 -1
View File
@@ -4,7 +4,7 @@ pipeline {
environment {
ROOTFS_ARTIFACT = "espos-openrc-rootfs.tar.zst"
ROOTFS_ARTIFACT = "espos-openrc-gnome-rootfs.tar.zst"
}
+5 -1
View File
@@ -217,11 +217,15 @@ echo "[+] Enabling OpenRC base services"
chroot "$ROOTFS" rc-update add devfs sysinit || true
chroot "$ROOTFS" rc-update add procfs boot || true
chroot "$ROOTFS" rc-update add sysfs boot || true
chroot "$ROOTFS" rc-update add elogind default || true
chroot "$ROOTFS" rc-update add dbus default || true
chroot "$ROOTFS" rc-update add NetworkManager default || true
echo "[+] Installing Linux"
chroot "$ROOTFS" apt install espos-kernel -y
echo "[+] Installing GNOME"
chroot "$ROOTFS" apt install gnome-shell gnome-session gnome-control-center gnome-terminal nautilus mutter -y
echo "[+] Cleaning"