From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: 55/61: gnu: linux-libre: Enable built-in ext4 support. Date: Thu, 22 Aug 2019 09:58:05 +0200 Message-ID: <878srleinm.fsf@gmail.com> References: <20190821082439.3206.59786@vcs0.savannah.gnu.org> <20190821082457.B8F8A2111C@vcs0.savannah.gnu.org> <87zhk22s6y.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51918) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0hz1-0005XE-O9 for guix-devel@gnu.org; Thu, 22 Aug 2019 03:58:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0hz0-0008N2-Id for guix-devel@gnu.org; Thu, 22 Aug 2019 03:58:11 -0400 Received: from mail-wm1-x32b.google.com ([2a00:1450:4864:20::32b]:35979) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0hz0-0008MA-Bn for guix-devel@gnu.org; Thu, 22 Aug 2019 03:58:10 -0400 Received: by mail-wm1-x32b.google.com with SMTP id g67so4736471wme.1 for ; Thu, 22 Aug 2019 00:58:10 -0700 (PDT) In-reply-to: <87zhk22s6y.fsf@netris.org> 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" To: Mark H Weaver Cc: guix-devel@gnu.org Hello Mark, > I'd prefer to go in the other direction, by changing ext4 to be modular > in _all_ configs. Would that work for you? Yes, the only thing that matters to me is that there's consistency between all platforms. "ext4" is the default fs on vm produced by "qemu-img" in (gnu system vm) and is supposed to be built-in as there are no "modprobe ext4". So if we decide to switch to another fs, or keep "ext4" but as a module for all architectures, it's fine, as long as its consistent. For now it would be easier to take this patch and we can later on build it as a module eveywhere and add it to file-system-type-modules in (gnu system linux-initrd). Mathieu