diff options
-rw-r--r-- | hurd/running/qemu.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index d710dae3..11e176eb 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -25,7 +25,7 @@ volunteers and may not have been tested extensively. # Installing Debian/Hurd with QEMU -First off you will need to create a disk image using `qemu-img`. I have set mine to 2 gigabytes, although you should be able to get away with less. +First off you will need to create a disk image using `qemu-img`. I have set mine to 2 gigabytes, although you should be able to get away with less(Currently, the maximum disk image size one can create with QEMU is 4.5G). $ qemu-img create hd0.img 2G |