aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2012-03-08 01:23:59 +0000
committerColin Guthrie <colin@mageia.org>2012-03-08 21:59:23 +0000
commitd26713c9fc8e91c27e6a2c6ee6ac22cfd036310d (patch)
tree96f4242a620cab0c1b054ea450874cb7dc1ed685 /Makefile
parent35ab457e5221a404eeb79be9a00712c74545feba (diff)
downloadinitscripts-d26713c9fc8e91c27e6a2c6ee6ac22cfd036310d.tar
initscripts-d26713c9fc8e91c27e6a2c6ee6ac22cfd036310d.tar.gz
initscripts-d26713c9fc8e91c27e6a2c6ee6ac22cfd036310d.tar.bz2
initscripts-d26713c9fc8e91c27e6a2c6ee6ac22cfd036310d.tar.xz
initscripts-d26713c9fc8e91c27e6a2c6ee6ac22cfd036310d.zip
Add a simple message for systemd users when X11 fails to initialise.
This system is rather crude and uses mingetty to ensure the tty is properly reset and initialised. A more complete solution would do all this internally and perhaps offer some options to e.g. enter the root password and automatically run drakx11. https://bugs.mageia.org/show_bug.cgi?id=4769
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05fde230..ebb3a397 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,8 @@ install:
mkdir -p $(ROOT)/etc/X11
install -m755 prefdm $(ROOT)/etc/X11/prefdm
+ mkdir -p $(ROOT)/usr/bin
+ install -m755 display-manager-failure-message $(ROOT)/usr/bin/display-manager-failure-message
install -m755 -d $(ROOT)/etc/rc.d $(ROOT)/etc/sysconfig
install -m755 rc.d/rc rc.d/rc.local rc.d/rc.sysinit $(ROOT)/etc/rc.d/