Update init to handle directories
This commit is contained in:
parent
e3f3f27fbc
commit
cda17ce4c1
9 changed files with 49 additions and 18 deletions
3
filesystem/etc/init.d/00_base
Normal file
3
filesystem/etc/init.d/00_base
Normal file
|
@ -0,0 +1,3 @@
|
|||
/sbin/randd
|
||||
/sbin/ptyd
|
||||
/sbin/pcid /etc/pcid.toml
|
5
filesystem/etc/init.d/10_net
Normal file
5
filesystem/etc/init.d/10_net
Normal file
|
@ -0,0 +1,5 @@
|
|||
/sbin/ethernetd
|
||||
/sbin/ipd
|
||||
/sbin/tcpd
|
||||
/sbin/udpd
|
||||
dhcpd -b
|
2
filesystem/etc/init.d/20_console
Normal file
2
filesystem/etc/init.d/20_console
Normal file
|
@ -0,0 +1,2 @@
|
|||
getty display:2
|
||||
getty display:3
|
1
filesystem/etc/init.d/30_orbital
Normal file
1
filesystem/etc/init.d/30_orbital
Normal file
|
@ -0,0 +1 @@
|
|||
/sbin/orbital display:4/activate /ui/bin/orblogin /ui/bin/launcher
|
1
filesystem/etc/init.d/40_serial
Normal file
1
filesystem/etc/init.d/40_serial
Normal file
|
@ -0,0 +1 @@
|
|||
getty debug: -J
|
|
@ -1,12 +0,0 @@
|
|||
/sbin/randd
|
||||
/sbin/ptyd
|
||||
/sbin/pcid /etc/pcid.toml
|
||||
/sbin/ethernetd
|
||||
/sbin/ipd
|
||||
/sbin/tcpd
|
||||
/sbin/udpd
|
||||
dhcpd -b
|
||||
getty display:2
|
||||
getty display:3
|
||||
/sbin/orbital display:4/activate /ui/bin/orblogin /ui/bin/launcher
|
||||
getty debug: -J
|
Loading…
Add table
Add a link
Reference in a new issue