Update stage3/02-setup-system/00-run.sh
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user