guix-devel
[Top][All Lists]
Advanced

[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 \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]