aboutsummaryrefslogtreecommitdiffstats
path: root/main/mkinitfs/0001-features-fix-typo-in-gfs2-and-ocfs2-modules.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/mkinitfs/0001-features-fix-typo-in-gfs2-and-ocfs2-modules.patch')
-rw-r--r--main/mkinitfs/0001-features-fix-typo-in-gfs2-and-ocfs2-modules.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/main/mkinitfs/0001-features-fix-typo-in-gfs2-and-ocfs2-modules.patch b/main/mkinitfs/0001-features-fix-typo-in-gfs2-and-ocfs2-modules.patch
new file mode 100644
index 0000000000..762faff0b1
--- /dev/null
+++ b/main/mkinitfs/0001-features-fix-typo-in-gfs2-and-ocfs2-modules.patch
@@ -0,0 +1,28 @@
+From fe33d9388ea18748bdf84195d6b070466184400d Mon Sep 17 00:00:00 2001
+From: Natanael Copa <ncopa@alpinelinux.org>
+Date: Thu, 31 Jul 2014 07:10:48 +0000
+Subject: [PATCH] features: fix typo in gfs2 and ocfs2 modules
+
+ref #3265
+---
+ features.d/gfs2.modules | 2 +-
+ features.d/ocfs2.modules | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/features.d/gfs2.modules b/features.d/gfs2.modules
+index 40ecf79..6943745 100644
+--- a/features.d/gfs2.modules
++++ b/features.d/gfs2.modules
+@@ -1 +1 @@
+-kerne/fs/gfs2
++kernel/fs/gfs2
+diff --git a/features.d/ocfs2.modules b/features.d/ocfs2.modules
+index 910935a..9411020 100644
+--- a/features.d/ocfs2.modules
++++ b/features.d/ocfs2.modules
+@@ -1 +1 @@
+-kerne/fs/ocfs2
++kernel/fs/ocfs2
+--
+2.0.3
+