From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45038) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hablE-0007To-95 for guix-patches@gnu.org; Tue, 11 Jun 2019 04:04:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hablD-0004Wg-8J for guix-patches@gnu.org; Tue, 11 Jun 2019 04:04:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44417) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hablD-0004Wc-5H for guix-patches@gnu.org; Tue, 11 Jun 2019 04:04:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hablC-0000YS-WB for guix-patches@gnu.org; Tue, 11 Jun 2019 04:04:03 -0400 Subject: [bug#36132] [PATCH 1/2] installer: Partition as the last step. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87y32c663d.fsf@nckx> <20190608044729.14700-1-me@tobias.gr> Date: Tue, 11 Jun 2019 10:02:57 +0200 In-Reply-To: <20190608044729.14700-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Sat, 8 Jun 2019 06:47:28 +0200") Message-ID: <878su87dn2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Tobias Geerinckx-Rice Cc: 36132@debbugs.gnu.org, 35901@debbugs.gnu.org Hi!, Tobias Geerinckx-Rice skribis: > Multiple users have been understandably displeased after finding out > that their network card was unsupported, and Internet access mandatory, > after having already formatted their partitions. > > * gnu/installer.scm (installer-steps): Run the =E2=80=98partition=E2=80= =99 step just > before the =E2=80=98final=E2=80=99 one. LGTM! Please add =E2=80=9CFixes .=E2=80=9D in t= he log. Should we also move =E2=80=9CNetwork selection=E2=80=9D above =E2=80=9CHost= name=E2=80=9D? Thanks, Ludo=E2=80=99.