summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch43
1 files changed, 43 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch
new file mode 100644
index 0000000000..ddd2cb8b42
--- /dev/null
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch
@@ -0,0 +1,43 @@
1From 89fca439f1b58595f2f424598a27869f8c7bd815 Mon Sep 17 00:00:00 2001
2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Mon, 23 Dec 2013 04:43:18 -0500
4Subject: [PATCH 11/11] mke2fs.8.in: update the manual for the -d option
5
6Update the manual for the -d option
7
8Upstream-Status: Backport
9
10Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
11Reviewed-by: Darren Hart <dvhart@linux.intel.com>
12---
13 misc/mke2fs.8.in | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
17index fea50da..b1ca486 100644
18--- a/misc/mke2fs.8.in
19+++ b/misc/mke2fs.8.in
20@@ -52,6 +52,10 @@ mke2fs \- create an ext2/ext3/ext4 filesystem
21 .I number-of-inodes
22 ]
23 [
24+.B \-d
25+.I root-directory
26+]
27+[
28 .B \-n
29 ]
30 [
31@@ -502,6 +506,9 @@ the
32 ratio). This allows the user to specify the number
33 of desired inodes directly.
34 .TP
35+.BI \-d " root-directory"
36+Add the files from the root-directory to the filesystem.
37+.TP
38 .BI \-o " creator-os"
39 Overrides the default value of the "creator operating system" field of the
40 filesystem. The creator field is set by default to the name of the OS the
41--
421.7.10.4
43