[email protected] (Ludovic Courtès) writes:
[...]
> Did you eventually gather more info?
In addition to previous message.
--- /home/natsu/r/bootstrap.sh 2017-10-22 04:48:42.992394510 +0300
+++ ./bootstrap.sh 2017-10-22 23:33:54.113495658 +0300
@@ -11,7 +11,7 @@
SIG=guixsd-vm-image-$VERSION.$KERNEL.xz.sig
pull_release () {
- if [ ! -f $RELEASE ] || [ ! -f $RELEASE.xz ] || ! gpg --verify $SIG
+ if [ ! -f $RELEASE ] || [ ! -f $RELEASE.xz ]
then
gpg --keyserver pgp.mit.edu --recv-keys $GPG_KEY
wget --output-document=$RELEASE.xz
https://alpha.gnu.org/gnu/guix/$RELEASE.xz
@@ -23,6 +23,7 @@
if pull_release
then qemu-system-x86_64 \
+ -enable-kvm \
-daemonize \
-m 1024 \
-virtfs local,path=$PWD,security_model=none,mount_tag=TAG_pwd \
Also need to increase a size of qemu image. I don't know how I
reconfigured successfully in previous message.