Use nowait for sudo, getty and dhcpd

This commit is contained in:
bjorn3 2025-11-30 11:20:11 +01:00
parent d0d00fc239
commit 56967cc5ce
8 changed files with 14 additions and 14 deletions

View File

@ -29,7 +29,7 @@ mkdir -m a=rwxt /tmp
ipcd
ptyd
sudo --daemon
nowait sudo --daemon
"""
[[files]]

View File

@ -28,6 +28,6 @@ unset VT
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
getty 2
getty /scheme/debug/no-preserve -J
nowait getty 2
nowait getty /scheme/debug/no-preserve -J
"""

View File

@ -41,6 +41,6 @@ unset VT
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
getty 2
getty /scheme/debug/no-preserve -J
nowait getty 2
nowait getty /scheme/debug/no-preserve -J
"""

View File

@ -22,7 +22,7 @@ kibi = {}
path = "/usr/lib/init.d/30_console"
data = """
inputd -A 2
getty 2
getty /scheme/debug -J
nowait getty 2
nowait getty /scheme/debug -J
"""

View File

@ -18,6 +18,6 @@ kibi = {}
path = "/usr/lib/init.d/30_console"
data = """
inputd -A 2
getty 2
getty /scheme/debug/no-preserve -J
nowait getty 2
nowait getty /scheme/debug/no-preserve -J
"""

View File

@ -13,7 +13,7 @@ netutils = {}
path = "/usr/lib/init.d/10_net"
data = """
smolnetd
dhcpd -b
nowait dhcpd
"""
## Default net configuration (optimized for QEMU)

View File

@ -29,6 +29,6 @@ redoxfs = {}
path = "/usr/lib/init.d/30_console"
data = """
inputd -A 2
getty 2
getty /scheme/debug/no-preserve -J
nowait getty 2
nowait getty /scheme/debug/no-preserve -J
"""

View File

@ -27,8 +27,8 @@ unset VT
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
getty --contain 2
getty --contain /scheme/debug/no-preserve -J
nowait getty --contain 2
nowait getty --contain /scheme/debug/no-preserve -J
"""
[[files]]