From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Troubles with install image Date: Sat, 19 Jul 2014 12:49:50 +0200 Message-ID: <87fvhxk4hd.fsf@gnu.org> References: <87wqbf4cao.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87r41mml3g.fsf@gnu.org> <87fvi2f4xo.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87fvi1ifr9.fsf@gnu.org> <878uns9apg.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <874mygdk1h.fsf@gnu.org> <87silzze39.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87y4vrp2v3.fsf@gnu.org> <87wqbax04b.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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]:49750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8SDL-0001od-6Y for guix-devel@gnu.org; Sat, 19 Jul 2014 06:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8SDC-0001UR-8O for guix-devel@gnu.org; Sat, 19 Jul 2014 06:50:03 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:34258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8SDC-0001UF-0o for guix-devel@gnu.org; Sat, 19 Jul 2014 06:49:54 -0400 In-Reply-To: <87wqbax04b.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Fri, 18 Jul 2014 09:33:24 -0400") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > The initrd doesn't have modules for ahci by default, so I took a little > snippet that Mark Weaver was using in his operating-system declaration: > > (initrd (cut base-initrd <> #:extra-modules '("libahci.ko" "ahci.ko"))) > > And now for the best news: I have a working installation of the GNU > system! Thanks for all of your help! Excellent news, thank you for testing! If it turns out to be a common requirement, we can add those modules to the initrd by default. Ludo=E2=80=99.