From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Brielmaier Subject: bug#39199: Edit in installer doesn't work Date: Mon, 20 Jan 2020 12:43:02 +0100 Message-ID: <4ffdcd4d-f641-6693-0a5a-2082c85af340@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48225) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itVTR-0005SE-GZ for bug-guix@gnu.org; Mon, 20 Jan 2020 06:44:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itVTN-0006ET-RC for bug-guix@gnu.org; Mon, 20 Jan 2020 06:44:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38463) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1itVTN-0006EL-OC for bug-guix@gnu.org; Mon, 20 Jan 2020 06:44:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1itVTN-00068p-LC for bug-guix@gnu.org; Mon, 20 Jan 2020 06:44:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:48104) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itVSX-0005FS-Ka for bug-guix@gnu.org; Mon, 20 Jan 2020 06:43:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itVSU-0005p2-2B for bug-guix@gnu.org; Mon, 20 Jan 2020 06:43:09 -0500 Received: from mout.web.de ([212.227.15.3]:45801) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1itVST-0005oI-Kw for bug-guix@gnu.org; Mon, 20 Jan 2020 06:43:06 -0500 Received: from [10.160.5.184] ([195.135.221.2]) by smtp.web.de (mrweb001 [213.165.67.108]) with ESMTPSA (Nemesis) id 0LdVdS-1jKLlV0XTO-00ijDY for ; Mon, 20 Jan 2020 12:43:03 +0100 Content-Language: en-US List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 39199@debbugs.gnu.org Hi, I followed Ludo's call for testing the installer. I built an installer image from commit da76518. I couldn't find anything installer related on master branch since then. You can found the image here: https://brielmaier.net/guix-system-install-1.0.1-1.da76518.x86_64-linux.is= o I'm testing in the Hetzner "Cloud", so basically in a VM with VGA/Display-output over HTTP. Everything is smooth until I click "Edit" at the end. I add some stuff (vim, screen packages) to the config.scm in nano, save it and then I click on "OK". Instead of the starting the actual installation, I get back to the very beginning of the installation proccess (choose locale). You can't do the same again as the hard disk doesn't show up in the partitioner anymore. ~Jonathan