I made a change to my script.
#!/bin/bash
out_args=( )
while (( $# ))
do if [[ "$1" = "-drive" ]]
then out_args+=( "$1" "$(<<<"$2" sed \
-e s/,boot=on//g \
-e s/boot=on,//g \
-e s/boot=on//g \
)" )
shift 2
else out_args+=( "$1" )
shift
fi
done
exec -a "$0" "${0}-original" "${out_ar...@]}"
--
qemu -drive boot=on flag causes boot to hang.
https://bugs.launchpad.net/bugs/591423
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs