File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
boot-source = {
23
23
kernel_image_path = kernelPath ;
24
24
initrd_path = initrdPath ;
25
- boot_args = "console=ttyS0 noapic acpi=off reboot=k panic=1 verbose i8042.noaux i8042.nomux i8042.nopnp i8042.dumbkbd ${ builtins . unsafeDiscardStringContext ( toString microvmConfig . kernelParams ) } " ;
25
+ boot_args = "console=ttyS0 noapic acpi=off reboot=k panic=1 i8042.noaux i8042.nomux i8042.nopnp i8042.dumbkbd ${ builtins . unsafeDiscardStringContext ( toString microvmConfig . kernelParams ) } " ;
26
26
} ;
27
27
machine-config = {
28
28
vcpu_count = vcpu ;
Original file line number Diff line number Diff line change 89
89
90
90
"-kernel" "${ kernel } /bzImage"
91
91
"-initrd" initrdPath
92
- "-append" "console=${ console } edd=off reboot=t panic=-1 verbose ${ builtins . unsafeDiscardStringContext ( toString microvmConfig . kernelParams ) } "
92
+ "-append" "console=${ console } edd=off reboot=t panic=-1 ${ builtins . unsafeDiscardStringContext ( toString microvmConfig . kernelParams ) } "
93
93
94
94
"-serial" "stdio"
95
95
"-object" "rng-random,id=rng,filename=/dev/random"
You can’t perform that action at this time.
0 commit comments