Skip to content

Commit

Permalink
supermin-shell: Support passing through qemu arguments
Browse files Browse the repository at this point in the history
So I can more easily debug an attached disk image via e.g.:
```
$ cosa supermin-shell -drive if=virtio,read-only,file=(pwd)/builds/latest/x86_64/rhcos-46.82.202005261954-0-qemu.x86_64.qcow2,format=qcow2
```
  • Loading branch information
cgwalters authored and openshift-merge-robot committed May 26, 2020
1 parent 560c2dc commit 021b6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd-supermin-shell
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dn=$(dirname "$0")

prepare_build

RUNVM_SHELL=1 runvm -- bash
RUNVM_SHELL=1 runvm "$@" -- bash

0 comments on commit 021b6c8

Please sign in to comment.