runit-void: enable agetty-tty[5-6] too (to make X use tty7).
This commit is contained in:
parent
c59b45bed0
commit
18a289488a
|
@ -7,7 +7,7 @@ post)
|
||||||
ln -sf /etc/sv/sulogin etc/runit/runsvdir/single
|
ln -sf /etc/sv/sulogin etc/runit/runsvdir/single
|
||||||
|
|
||||||
mkdir -p etc/runit/runsvdir/default
|
mkdir -p etc/runit/runsvdir/default
|
||||||
for f in 1 2 3 4; do
|
for f in 1 2 3 4 5 6; do
|
||||||
ln -sf /etc/sv/agetty-tty$f etc/runit/runsvdir/default
|
ln -sf /etc/sv/agetty-tty$f etc/runit/runsvdir/default
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'runit-void'
|
# Template file for 'runit-void'
|
||||||
pkgname=runit-void
|
pkgname=runit-void
|
||||||
version=20150127
|
version=20150127
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
short_desc="Void Linux runit scripts"
|
short_desc="Void Linux runit scripts"
|
||||||
|
|
Loading…
Reference in New Issue