We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eb732 commit eb7b7a8Copy full SHA for eb7b7a8
runcvm-scripts/runcvm-ctr-qemu
@@ -200,6 +200,11 @@ APPEND+=(ipv6.disable=1 panic=-1)
200
# Disable unneeded functionality
201
APPEND+=(scsi_mod.scan=none tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k cryptomgr.notests pci=lastbus=0 selinux=0)
202
203
+# Enable systemd startup logging by default:
204
+# - Only effective when --env=RUNCVM_KERNEL_DEBUG=1
205
+# - Override this by launching with --env='RUNCVM_KERNEL_APPEND=systemd.show_status=0'
206
+APPEND+=(systemd.show_status=1)
207
+
208
if [ "$RUNCVM_KERNEL_DEBUG" = "1" ]; then
209
APPEND+=(console=$CONSOLE_DEV)
210
else
0 commit comments