Skip to content

Commit

Permalink
fixup! Fix #73: OpenBSD VM fails during "Initializing VM" with QEMU o…
Browse files Browse the repository at this point in the history
…n macOS
  • Loading branch information
jacob-carlborg committed Jan 3, 2024
1 parent 3703e1d commit d546b10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/qemu_vm.ts
Expand Up @@ -48,9 +48,9 @@ export abstract class Vm extends vm.Vm {
// '-nographic',

'-boot', 'strict=off',
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
'-bios', this.configuration.firmware!.toString()
].concat(this.hardDriverFlags)
...this.firmwareFlags,
...this.hardDriverFlags
]
}

protected abstract get hardDriverFlags(): string[]
Expand Down

0 comments on commit d546b10

Please sign in to comment.