Skip to content
Snippets Groups Projects
Commit b44d41b8 authored by dkg's avatar dkg
Browse files

add support for an alternate BIOS path

parent 00aeacdf
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ up() {
/usr/bin/kvm $KVMARGS \
-smp "${SMP:-1}" \
-nographic \
-L "${BIOS_PATH:-/usr/share/kvm/}" \
-name "$VMNAME" \
-m "$RAM" \
-net nic,"macaddr=$MAC" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment