summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS3
-rwxr-xr-xperl-install/standalone/finish-install.xsetup2
2 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index a96eec7b6..da2ed7168 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- finish-install: touch reload-dm lock file
+ (used in live systems to restart gdm with new defaults )
+
Version 13.43
- Change text to grey
diff --git a/perl-install/standalone/finish-install.xsetup b/perl-install/standalone/finish-install.xsetup
index 3eaf1349c..aebe4db28 100755
--- a/perl-install/standalone/finish-install.xsetup
+++ b/perl-install/standalone/finish-install.xsetup
@@ -13,5 +13,7 @@ if [ -f /etc/sysconfig/finish-install -a -x /usr/sbin/finish-install ]; then
. /etc/profile.d/10mageia-release.sh
xsetroot -cursor_name left_ptr
/usr/sbin/finish-install
+ # used in live systems, so that dm gets restarted with the new defaults
+ touch /var/lock/reload-dm
fi
fi