[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: linux-libre: Enable built-in ext4 support.
From: |
guix-commits |
Subject: |
04/05: gnu: linux-libre: Enable built-in ext4 support. |
Date: |
Fri, 20 Sep 2019 03:16:50 -0400 (EDT) |
mothacehe pushed a commit to branch core-updates-next
in repository guix.
commit d29f95aa67e51f3507b72f0d86a5278ba52cca32
Author: Mathieu Othacehe <address@hidden>
Date: Tue Aug 20 16:55:34 2019 +0200
gnu: linux-libre: Enable built-in ext4 support.
When running qemu-img from (gnu system vm) with an aarch64 kernel, mounting
ext4 partitions fails because no modprobe of ext4 module is made. Like for
other kernel configs, provide built-in support for ext4 partitions.
* gnu/packages/aux-files/linux-libre/5.2-arm64.conf: Enable built-in ext4,
like in intel and armhf configs.
---
gnu/packages/aux-files/linux-libre/5.2-arm64.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/aux-files/linux-libre/5.2-arm64.conf
b/gnu/packages/aux-files/linux-libre/5.2-arm64.conf
index bfd8c18..4ad652a 100644
--- a/gnu/packages/aux-files/linux-libre/5.2-arm64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.2-arm64.conf
@@ -8023,7 +8023,7 @@ CONFIG_VALIDATE_FS_PARSER=y
CONFIG_FS_IOMAP=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
-CONFIG_EXT4_FS=m
+CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
- branch core-updates-next updated (06cfcab -> efc835b), guix-commits, 2019/09/20
- 01/05: linux-initrd: Use native gzip., guix-commits, 2019/09/20
- 02/05: gnu: glibc-utf8-locales: Fix cross-compilation., guix-commits, 2019/09/20
- 03/05: gnu: grub: Fix cross-compilation., guix-commits, 2019/09/20
- 04/05: gnu: linux-libre: Enable built-in ext4 support.,
guix-commits <=
- 05/05: gnu: make-linux-libre: Fix cross-compilation., guix-commits, 2019/09/20
- core-updates-next is stale, Ludovic Courtès, 2019/09/20