From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Merging =?utf-8?Q?=E2=80=98wip-newt-installer=E2=80=99?= in master? Date: Wed, 16 Jan 2019 19:25:11 +0100 Message-ID: <87zhs0tq7s.fsf@gnu.org> References: <87lg6sejwa.fsf@gmail.com> <878t1rygfu.fsf@gmail.com> <877ehbydmz.fsf@gmail.com> <87sgzykmyx.fsf@gnu.org> <877eh9245u.fsf@gmail.com> <87efbgx0p0.fsf@gnu.org> <87sgzw5ylb.fsf@gmail.com> <87zhu1cw4p.fsf_-_@gnu.org> <875zwp17od.fsf@gmail.com> <87lg5j6h00.fsf@gnu.org> <87pnuv26jv.fsf@gmail.com> <87efbb4xpt.fsf@gnu.org> <871s7bm8k5.fsf@gmail.com> <8736rl6049.fsf@gmail.com> <874lc15opg.fsf@gnu.org> <87r2f4smlk.fsf@gmail.com> <8736rk6ui1.fsf@gnu.org> <87d0qgt8ej.fsf@gmail.com> <871s5q1zyv.fsf@gnu.org> <874ladwudb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjpse-0000ec-Vu for guix-devel@gnu.org; Wed, 16 Jan 2019 13:25:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gjpsd-0000qB-Sg for guix-devel@gnu.org; Wed, 16 Jan 2019 13:25:36 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:52670) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gjpsd-0000YB-Kr for guix-devel@gnu.org; Wed, 16 Jan 2019 13:25:35 -0500 In-Reply-To: <874ladwudb.fsf@gmail.com> (Mathieu Othacehe's message of "Sat, 12 Jan 2019 20:25:52 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mathieu Othacehe Cc: Guix-devel Hi again! I pushed a few commits to =E2=80=98wip-newt-installer=E2=80=99. I was able to test it with (roughly): guix system disk-image --file-system-type=3Diso9660 gnu/system/install.scm qemu-img create -f qcow2 /tmp/t.img 2100M qemu-system-x86_64 -enable-kvm -m 512 -cdrom /gnu/store/=E2=80=A6-image.i= so \ -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=E2=80=99d expected the download fallback to work, dunno what happened.) Anyway, can we rebase the branch on =E2=80=98master=E2=80=99? It seems to me that it=E2=80=99s in a good shape. The installer is really pleasant to use! Thanks, Ludo=E2=80=99.