This is done in every single test job, so do it at the initrd build time. Signed-off-by: Marek Marczykowski-Górecki <marma...@invisiblethingslab.com> --- scripts/x86_64-rootfs-alpine.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/scripts/x86_64-rootfs-alpine.sh b/scripts/x86_64-rootfs-alpine.sh index f8b04c5..b70b3a5 100755 --- a/scripts/x86_64-rootfs-alpine.sh +++ b/scripts/x86_64-rootfs-alpine.sh @@ -50,6 +50,7 @@ echo "ttyS0" >> /etc/securetty echo "hvc0" >> /etc/securetty echo "ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100" >> /etc/inittab echo "hvc0::respawn:/sbin/getty -L hvc0 115200 vt100" >> /etc/inittab +echo "rc_verbose=yes" >> /etc/rc.conf echo > /etc/modules passwd -d "root" root -- 2.48.1