From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35541: Installer does not add %base-packages Date: Fri, 03 May 2019 12:30:46 +0200 Message-ID: <874l6beso9.fsf@gnu.org> References: <20190503085655.fx3oide7huydf337@pelzflorian.localdomain> <87imuretpb.fsf@gnu.org> 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]:50142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMVT5-0003Lx-9E for bug-guix@gnu.org; Fri, 03 May 2019 06:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMVT4-0005Op-DJ for bug-guix@gnu.org; Fri, 03 May 2019 06:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34269) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMVT4-0005OX-A0 for bug-guix@gnu.org; Fri, 03 May 2019 06:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87imuretpb.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 03 May 2019 12:08:32 +0200") 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.org@gnu.org Sender: "bug-Guix" To: "pelzflorian (Florian Pelz)" Cc: 35541@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > "pelzflorian (Florian Pelz)" skribis: > >> When and only when the Newt installer creates a packages field in the >> operating-system configuration e.g. for nss-certs, it does not add >> %base-packages to the packages field. (When no packages field is >> created, %base-packages is added by default.) > > Ouch! That renders the installed system unusable, right? I did a full install for a bare-bones-like system with =E2=80=98nss-certs= =E2=80=99 selected during the install. The resulting system has only =E2=80=98guix= =E2=80=99 and =E2=80=98herd=E2=80=99 as useful commands in /run/current-system/profile/bi= n. You can log in but Coreutils commands etc. are missing. You can run: guix install coreutils grep sed findutils which solves the problem. It=E2=80=99s a serious issue nonetheless. :-/ Ludo=E2=80=99.