summarylogtreecommitdiffstats
path: root/xlsh.install
diff options
context:
space:
mode:
authorjjacky2012-02-07 15:41:26 +0100
committerOlivier Brunel2015-06-08 19:26:10 +0200
commit55e3caf1bf0cbc9ff4c4cf6c1a982d32f94f4e4e (patch)
tree85f8318ac9c011b9a8cde8aaf0d08ef927c8cd4b /xlsh.install
downloadaur-55e3caf1bf0cbc9ff4c4cf6c1a982d32f94f4e4e.tar.gz
first commit
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'xlsh.install')
-rw-r--r--xlsh.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/xlsh.install b/xlsh.install
new file mode 100644
index 000000000000..c8dc33318b19
--- /dev/null
+++ b/xlsh.install
@@ -0,0 +1,19 @@
+# xlsh post-install info
+post_install() {
+ cat <<EOF
+
+To use xlsh as /bin/login replacement edit /etc/inittab file and replace
+your usual agetty invocations with:
+
+c1:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty1 linux
+c2:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty2 linux
+c3:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty3 linux
+c4:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty4 linux
+c5:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty5 linux
+c6:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty6 linux
+
+For more information see:
+ https://github.com/Nadrin/xlsh/wiki/Arch-Installation
+
+EOF
+}