diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-21 23:05:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-21 23:05:43 +0000 |
commit | b280f01a1d52b46c724d021872b2ef06b3d84167 (patch) | |
tree | 594822eabcddd5f69b08f3909c3026faadf4ebc2 /main/mkinitfs/0001-ext3-functionality-is-provided-by-ext4-module.patch | |
parent | f305cd518b92d6b4ecd660a9f2ca54ddf3a45b4b (diff) | |
download | aports-b280f01a1d52b46c724d021872b2ef06b3d84167.tar.bz2 aports-b280f01a1d52b46c724d021872b2ef06b3d84167.tar.xz |
main/mkinitfs: fix ext3 support
the ext3 is provided by ext4 module nowdays.
fixes #6167
Diffstat (limited to 'main/mkinitfs/0001-ext3-functionality-is-provided-by-ext4-module.patch')
-rw-r--r-- | main/mkinitfs/0001-ext3-functionality-is-provided-by-ext4-module.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/mkinitfs/0001-ext3-functionality-is-provided-by-ext4-module.patch b/main/mkinitfs/0001-ext3-functionality-is-provided-by-ext4-module.patch new file mode 100644 index 0000000000..734c635fab --- /dev/null +++ b/main/mkinitfs/0001-ext3-functionality-is-provided-by-ext4-module.patch @@ -0,0 +1,20 @@ +From 92801060dccf632c827867eb361396646e04ae99 Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Wed, 21 Dec 2016 23:03:01 +0000 +Subject: [PATCH] ext3 functionality is provided by ext4 module + +ref #6167 +--- + features.d/ext3.modules | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/features.d/ext3.modules b/features.d/ext3.modules +index eeadf78..a5bb1c3 100644 +--- a/features.d/ext3.modules ++++ b/features.d/ext3.modules +@@ -1 +1 @@ +-kernel/fs/ext3 ++kernel/fs/ext4 +-- +2.11.0 + |