summarylogtreecommitdiffstats
path: root/xlsh.install
blob: c8dc33318b199036fbb598560a29f279c26fcf52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}