Merge branch 'odin' of git.hitchhiker-linux.org:hitchhiker/src into odin
This commit is contained in:
commit
85d105fd46
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,4 +2,4 @@
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/getty-tty1/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty1
|
||||
exec getty /dev/tty1
|
||||
|
@ -2,4 +2,4 @@
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/getty-tty2/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty2
|
||||
exec getty /dev/tty2
|
||||
|
@ -2,4 +2,4 @@
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/getty-tty3/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty3
|
||||
exec getty /dev/tty3
|
||||
|
@ -2,4 +2,4 @@
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/getty-tty4/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty4
|
||||
exec getty /dev/tty4
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/agetty-tty5/conf
|
||||
envfile /etc/s6/sv/getty-tty5/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty5
|
||||
exec getty /dev/tty5
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/agetty-tty6/conf
|
||||
envfile /etc/s6/sv/getty-tty6/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty6
|
||||
exec getty /dev/tty6
|
||||
|
@ -2,4 +2,4 @@
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/getty-tty1/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty1
|
||||
exec getty /dev/tty1
|
||||
|
@ -2,4 +2,4 @@
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/getty-tty2/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty2
|
||||
exec getty /dev/tty2
|
||||
|
@ -2,4 +2,4 @@
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/getty-tty3/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty3
|
||||
exec getty /dev/tty3
|
||||
|
@ -2,4 +2,4 @@
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/getty-tty4/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty4
|
||||
exec getty /dev/tty4
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/agetty-tty5/conf
|
||||
envfile /etc/s6/sv/getty-tty5/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty5
|
||||
exec getty /dev/tty5
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||
envfile /etc/s6/sv/agetty-tty6/conf
|
||||
envfile /etc/s6/sv/getty-tty6/conf
|
||||
importas -iu SPAWN SPAWN
|
||||
exec getty tty6
|
||||
exec getty /dev/tty6
|
||||
|
@ -1,6 +1,5 @@
|
||||
hostname
|
||||
hwclock
|
||||
modules
|
||||
kmod-static-nodes
|
||||
tmpfiles-dev
|
||||
rc-local
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
foreground { mount -a -t nonfs,nocifs }
|
||||
foreground { mount -a -o no_netdev }
|
||||
foreground { if { test -x /usr/bin/zfs } zfs mount -a }
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/execlineb -P
|
||||
exec mount -a -t nfs,cifs
|
||||
exec mount -a -o netdev
|
||||
|
@ -4,7 +4,6 @@ getty
|
||||
net-lo
|
||||
swap
|
||||
random-seed
|
||||
tmpfiles-setup
|
||||
dmesg
|
||||
sysctl
|
||||
binfmt
|
||||
|
@ -1 +0,0 @@
|
||||
0
|
Loading…
Reference in New Issue
Block a user