From 293f5a5fbddda083360034e1e0db90fb27ab6a19 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 2 Jul 2016 23:11:31 +0300 Subject: finish-install: drop dm-reload hack --- perl-install/NEWS | 3 +++ perl-install/standalone/finish-install.xsetup | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index e8c80f34f..beb99735c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- finish-install: + o drop reload-dm hack + Version 17.47 - 30 June 2016 - recognize some missing wireless drivers (mga#16768) diff --git a/perl-install/standalone/finish-install.xsetup b/perl-install/standalone/finish-install.xsetup index 890560c28..740c7814c 100755 --- a/perl-install/standalone/finish-install.xsetup +++ b/perl-install/standalone/finish-install.xsetup @@ -34,7 +34,5 @@ if [ -f /etc/sysconfig/finish-install -a -x /usr/sbin/finish-install ]; then LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT \ LC_IDENTIFICATION fi - # used in live systems, so that dm gets restarted with the new defaults - touch /run/lock/reload-dm fi fi -- cgit v1.2.1