[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
disk order
From: |
Fox |
Subject: |
disk order |
Date: |
Wed, 24 May 2017 11:24:42 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
referring to
https://www.gnu.org/software/guix/manual/guix.html#Installing-GuixSD-in-a-VM
qemu-system-x86_64 -m 1024 -smp 1 \
-net user -net nic,model=virtio -boot menu=on \
-drive file=guixsd.img \
-drive file=guixsd-usb-install-0.13.0.system
will not boot in qemu unless you change it to
qemu-system-x86_64 -m 1024 -smp 1 \
-net user -net nic,model=virtio -boot menu=on \
-drive file=guixsd-usb-install-0.13.0.system
-drive file=guixsd.img \
Re: The broken 0.13 release for GuixSD, Ricardo Wurmus, 2017/05/24