Skip to content

Commit 671078f

Browse files
committed
add -nodefaults back
Signed-off-by: Ishaan Gupta <ishaankone@gmail.com>
1 parent 0400290 commit 671078f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/unikontainers/unikernels/linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func (l *Linux) MonitorCli() types.MonitorCliArgs {
190190
switch l.Monitor {
191191
case "qemu":
192192
extraCliArgs := types.MonitorCliArgs{
193-
OtherArgs: " -no-reboot",
193+
OtherArgs: " -no-reboot -nodefaults",
194194
}
195195
if l.InitrdConf && l.RootFsType != "initrd" {
196196
extraCliArgs.ExtraInitrd = urunitConfPath

0 commit comments

Comments
 (0)