Skip to content

Commit

Permalink
fixup! test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jan 8, 2024
1 parent 6ba5d99 commit aad5058
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 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.

3 changes: 2 additions & 1 deletion src/operating_systems/openbsd/qemu_vm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export class QemuVm extends Vm {
protected override get firmwareFlags(): string[] {
return [
'-drive',
`if=pflash,format=raw,unit=0,file=${this.configuration.firmware},readonly=on`
'if=pflash,format=raw,unit=0,file=/usr/local/Cellar/qemu/8.1.3_2/bin/../share/qemu/edk2-x86_64-code.fd,readonly=on'
// `if=pflash,format=raw,unit=0,file=${this.configuration.firmware},readonly=on`
]
}
}

0 comments on commit aad5058

Please sign in to comment.