s6-linux-init
- Run
s6-linux-init-maker
inbuild
:
- Do not use
-G "agetty -8 -a root -L tty1 115200"
for early getty because we wanttty1
to depend onhostname
(to use it with different kernels that might hardcodehostname
) - Use higher baudrates
115200
over38400
for faster data transfer - Do not use
-n
and-N
withs6-linux-init-maker
as we have a clean initramfs - Do not use
-1
withs6-linux-init-maker
because it pollutes/dev/console
- Do not use
-f /etc/s6/skel
withs6-linux-init-maker
ifs6-linux-init
has already been configured; on glaucus s6-linux-init-maker
does not create early utmpd scripts anymore and users are expected to handle utmpd with wtmpd (first thing in stage 2)- We have a new
-V boot_verbosity
fors6-linux-init-maker
which adds-v boot_verbosity
tos6-linux-init
(Default is 1, which means that only important warnings will be printed. Increasing this value may yield more, but usually harmless, warning messages.) - There is no test suite