diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-08-20 16:55:34 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-09-04 18:17:45 +0200 |
commit | 6202bb33eb9751778c7342f7673c64bfea7a1103 (patch) | |
tree | af15ee106cd187b2bd30a34088a27575860941ad /gnu/packages/aux-files | |
parent | 7c35342472338ae00141f2bcb64ec7073eb2be21 (diff) | |
download | patches-6202bb33eb9751778c7342f7673c64bfea7a1103.tar patches-6202bb33eb9751778c7342f7673c64bfea7a1103.tar.gz |
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.
Diffstat (limited to 'gnu/packages/aux-files')
-rw-r--r-- | gnu/packages/aux-files/linux-libre/5.2-arm64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 bfd8c18ddb..4ad652a78f 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 |