summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root/customize_root_image.sh
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-02-16 00:03:55 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2020-03-27 19:32:36 -0400
commit66ad6fa683aa6b05e4f6fbd1bbbbb799f4b9cd93 (patch)
treeba4b3c08667fde10ce8672a6a53658f8494cbf64 /configs/profile/root-image/root/customize_root_image.sh
parent859b25f8af367b2e4e3dabc236c099ca85fe77ac (diff)
boot calamares from .xinitrc
Diffstat (limited to 'configs/profile/root-image/root/customize_root_image.sh')
-rwxr-xr-xconfigs/profile/root-image/root/customize_root_image.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/profile/root-image/root/customize_root_image.sh b/configs/profile/root-image/root/customize_root_image.sh
index 92e4617..7dc98ef 100755
--- a/configs/profile/root-image/root/customize_root_image.sh
+++ b/configs/profile/root-image/root/customize_root_image.sh
@@ -72,6 +72,20 @@ case "${ISO_WMDE}" in
sed -i "s|_DESKTOP_SESSION_||" /root/.bash_profile
;;
+'mini' ) # configure installer-only session
+ cp ${ROOT_SKEL_FILES} /root/
+ cp ${MINI_SKEL_FILES} /root/
+# sed -i "s|_DESKTOP_SESSION_|mini|" /root/.bash_profile
+sed -i "s|_DESKTOP_SESSION_||" /root/.bash_profile
+ cat > /root/.gtkrc-2.0 << END
+gtk-theme-name="parabola-blackmate"
+gtk-icon-theme-name="Adwaita"
+gtk-font-name="Sans 10"
+gtk-cursor-theme-name="FlatbedCursors-Blue"
+gtk-cursor-theme-size=18
+END
+ ;;
+
* ) # configure GUI login session
# configure live user