summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/parted-usb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parted-usb.sh b/src/parted-usb.sh
index fca8988..bd8eeae 100755
--- a/src/parted-usb.sh
+++ b/src/parted-usb.sh
@@ -276,7 +276,7 @@ boot_vm()
276 -k en-us \ 276 -k en-us \
277 -net nic,model=virtio,macaddr="$MAC" \ 277 -net nic,model=virtio,macaddr="$MAC" \
278 -net tap,ifname=tap0,script=no,downscript=no \ 278 -net tap,ifname=tap0,script=no,downscript=no \
279 -vga qxl \ 279 -curses \
280 -drive file="$boot_drive",format=raw \ 280 -drive file="$boot_drive",format=raw \
281 -drive file="$installer_target",format=raw 281 -drive file="$installer_target",format=raw
282} 282}