guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Merging ‘wip-newt-installer’ in master?


From: Ludovic Courtès
Subject: Re: Merging ‘wip-newt-installer’ in master?
Date: Wed, 16 Jan 2019 19:25:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi again!

I pushed a few commits to ‘wip-newt-installer’.

I was able to test it with (roughly):

  guix system disk-image --file-system-type=iso9660 gnu/system/install.scm
  qemu-img create -f qcow2  /tmp/t.img 2100M
  qemu-system-x86_64 -enable-kvm -m 512 -cdrom /gnu/store/…-image.iso \
    -hda /tmp/t.img

The config file was properly generated (hurray!).  The actual
installation eventually failed because substitutes are taken from
hydra.gnu.org, and somehow at one point it would try to download
linux-libre, which would fail (quite surprisingly: I’d expected the
download fallback to work, dunno what happened.)

Anyway, can we rebase the branch on ‘master’?

It seems to me that it’s in a good shape.  The installer is really
pleasant to use!

Thanks,
Ludo’.



reply via email to

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