From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Kernel Configuration Date: Thu, 25 Sep 2014 18:00:17 +0200 Message-ID: <87lhp7her2.fsf@gnu.org> References: <1411600434.23396@bluehome.net> 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]:51948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXBT1-0001jS-Fz for guix-devel@gnu.org; Thu, 25 Sep 2014 12:00:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXBSv-0005BQ-Sy for guix-devel@gnu.org; Thu, 25 Sep 2014 12:00:27 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:36231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXBSv-0005AU-Mj for guix-devel@gnu.org; Thu, 25 Sep 2014 12:00:21 -0400 In-Reply-To: <1411600434.23396@bluehome.net> (Jason Self's message of "Wed, 24 Sep 2014 16:13:56 -0700 (PDT)") 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: Jason Self Cc: guix-devel@gnu.org "Jason Self" skribis: > Ludovic Court=C3=A8s said: >> Furthermore I would rather keep CONFIG_VIRTIO_BLK=3Dm rather than =3Dy >> precisely because that module only makes sense when running a QEMU >> guest and not otherwise. >>=20 >> WDYT? > > My reason for making it y instead of m is: > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902951 > > I don't use it myself, but think EC2. My understanding is that > ramdisk-less boot is a popular thing because it speeds up booting and > makes maintenance easier. Ideally it'd be easy to set up Guix anywhere. RAM disks are a pain that results from Linux=E2=80=99s lack of support for = the multiboot spec, if you ask me. ;-) It=E2=80=99s a reduced pain in Guix be= cause there=E2=80=99s an easy, automated way to build initrds. I=E2=80=99m fine with switching to CONFIG_VIRTIO_BLK=3Dy, but then referenc= es to that module in vm.scm or linux-initrd.scm code must be removed, with a comment saying that this is expected to be compiled in. Thanks, Ludo=E2=80=99.