From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Initrd regression fixed Date: Fri, 16 Jan 2015 21:30:12 +0100 Message-ID: <877fwmlb8r.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 ([2001:4830:134:3::10]:51810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCDXA-0001Hs-3I for guix-devel@gnu.org; Fri, 16 Jan 2015 15:30:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCDX5-0004k4-4J for guix-devel@gnu.org; Fri, 16 Jan 2015 15:30:20 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:42542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCDX4-0004k0-U7 for guix-devel@gnu.org; Fri, 16 Jan 2015 15:30:15 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 9E9EC44EB for ; Fri, 16 Jan 2015 21:30:13 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zsWR2rDOeFnM for ; Fri, 16 Jan 2015 21:30:13 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 4E85D19D7 for ; Fri, 16 Jan 2015 21:30:13 +0100 (CET) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel Commit e48977e fixes a regression that was introduced with commit 7c594a2 a couple of days ago. Basically the fsck.ext[234] programs embedded in the initrd would be broken, leading to an exception from the initrd and to a REPL (which could just be left with =E2=80=9C,q=E2=80=9D to= continue booting.) In related news, commit 4ad2e76 fixes a regression in the Emacs interface introduced a day or two ago. Ludo=E2=80=99.