15G is the way to go

This commit is contained in:
Mahdi Dibaiee 2021-11-06 21:25:20 +00:00
parent fbe5909507
commit 9db46ad662

View File

@ -13,7 +13,7 @@ Create a virtual machine for Archlinux on my macOS using QEMU:
- [Download the Archlinux iso image](https://archlinux.org/download/)
- Create a qemu disk:
{% highlight bash %}
qemu-img create disk.img 10G
qemu-img create disk.img 15G
{% endhighlight %}
- Start the machine and [install Archlinux](https://wiki.archlinux.org/title/Installation_guide)
{% highlight bash %}