summary refs log tree commit diff
path: root/os/etc/s6-rc/src/console/up
blob: 21da75a7299dfdd2ba5e9c9642b16fe47f07c027 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/execlineb -P

# loop over tty1-6
pipeline { seq 1 6 }
forstdin ttyN
foreground {
	importas -iu ttyN ttyN
	foreground { redirfd -w 1 /dev/null setfont "default8x16" -C /dev/tty${ttyN} }
	foreground { kbd_mode -u /dev/tty${ttyN} }
	foreground { redirfd -w 1 /dev/tty${ttyN} printf "\033%s" "%G" }
}

# set key layout
foreground { loadkeys -q -u us }