aboutsummaryrefslogtreecommitdiff
path: root/system/lightdm/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/lightdm/README')
-rw-r--r--system/lightdm/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/lightdm/README b/system/lightdm/README
new file mode 100644
index 0000000000..0402df175a
--- /dev/null
+++ b/system/lightdm/README
@@ -0,0 +1,16 @@
+LightDM is a lightweight, cross-desktop display manager.
+
+A "lightdm" user and group must be set up prior to running this script.
+That is - please run the following commands:
+ groupadd -g 380 lightdm
+ useradd -d /var/lib/lightdm -s /bin/false -u 380 -g 380 lightdm
+
+
+To load lightdm upon boot:
+
+Edit /etc/inittab. Change the default runlevel from 3 to 4.
+Then, edit /etc/rc.d/rc.4 and add the following section:
+
+if [ -x /usr/bin/lightdm ]; then
+ exec /usr/bin/lightdm
+fi