Skip to content

Commit

Permalink
quickemu default disk size increse
Browse files Browse the repository at this point in the history
this increases the default disk size from 16 to 32, fixing issues quickemu-project#738  and quickemu-project#944
  • Loading branch information
guyosi authored and zen0bit committed Apr 9, 2024
1 parent 73f6027 commit 48313a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickemu
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ function vm_boot() {
fi

if [ -z "${disk_size}" ]; then
disk_size="16G"
disk_size="32G"
fi
;;
kolibrios|reactos)
Expand Down

0 comments on commit 48313a9

Please sign in to comment.