diff --git a/README.md b/README.md index 7edb0a4..2c7b348 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ snap connect qemu-virgil:removable-media ``` iso="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.iso" -disk_img="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.qcow2 +disk_img="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.qcow2" disk=128G ``` @@ -99,4 +99,4 @@ You can also pass optional parameters - [x] Improve snapshot management - [ ] Create desktop launcher for a VM - [x] Fix Virgil 3D on EFI boot - - [x] Get QEMU `-audiodev` working for audio input, something like: \ No newline at end of file + - [x] Get QEMU `-audiodev` working for audio input, something like: diff --git a/quickemu b/quickemu index c7c6ce9..4289b05 100755 --- a/quickemu +++ b/quickemu @@ -1,4 +1,5 @@ #!/usr/bin/env bash +export LC_ALL=C function disk_delete() { if [ -e "${disk_img}" ]; then @@ -362,4 +363,4 @@ if [ -n "${SNAPSHOT_ACTION}" ]; then esac fi -vm_boot \ No newline at end of file +vm_boot