From 6128c46c4d7f8d9eba315ac247aca3c1865fb4ec Mon Sep 17 00:00:00 2001 From: oxmc Date: Mon, 4 Aug 2025 16:46:32 -0700 Subject: [PATCH] Update stage3/02-setup-system/00-run.sh --- stage3/02-setup-system/00-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stage3/02-setup-system/00-run.sh b/stage3/02-setup-system/00-run.sh index f119dca..3297401 100755 --- a/stage3/02-setup-system/00-run.sh +++ b/stage3/02-setup-system/00-run.sh @@ -14,6 +14,7 @@ sed -i 's/#WaylandEnable=false/WaylandEnable=false/' /etc/gdm3/daemon.conf touch /var/lib/gdm/run-initial-setup EOF +# Create required directorys for dconf mkdir -p "${ROOTFS_DIR}/etc/dconf/db/local.d" mkdir -p "${ROOTFS_DIR}/etc/dconf/profile" install -m 644 files/dconf-profile "${ROOTFS_DIR}/etc/dconf/profile/user" @@ -24,6 +25,7 @@ install -m 644 files/gnome-extensions "${ROOTFS_DIR}/etc/dconf/db/local.d/00-ext # Set default Wallpaper mkdir -p "${ROOTFS_DIR}/usr/local/share/backgrounds" install -m 644 files/loveimage.png "${ROOTFS_DIR}/usr/local/share/backgrounds/loveimage.png" +install -m 644 files/neon-forest.png "${ROOTFS_DIR}/usr/local/share/backgrounds/neon-forest.png" # Set default gnome settings install -m 644 files/gnome-default-settings "${ROOTFS_DIR}/etc/dconf/db/local.d/00-default-settings"