aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragaffney <agaffney@kagome.(none)>2008-11-13 12:13:25 -0600
committeragaffney <agaffney@kagome.(none)>2008-11-13 12:13:25 -0600
commitbfa0dbb585b20996e51402b712984f42d35e123a (patch)
tree3fbce4f9ff572fb0143c768cc8a0577de90a6908 /patches/busybox
parentchange lib order (diff)
downloadgenkernel-bfa0dbb585b20996e51402b712984f42d35e123a.tar.gz
genkernel-bfa0dbb585b20996e51402b712984f42d35e123a.tar.bz2
genkernel-bfa0dbb585b20996e51402b712984f42d35e123a.zip
Add patch for busybox to add -i option to mount command
Diffstat (limited to 'patches/busybox')
-rw-r--r--patches/busybox/1.7.4/1.7.4-mount-i-option.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/busybox/1.7.4/1.7.4-mount-i-option.diff b/patches/busybox/1.7.4/1.7.4-mount-i-option.diff
new file mode 100644
index 0000000..9d6fd73
--- /dev/null
+++ b/patches/busybox/1.7.4/1.7.4-mount-i-option.diff
@@ -0,0 +1,11 @@
+--- busybox-1.7.4.orig/util-linux/mount.c 2007-09-03 06:48:56.000000000 -0500
++++ busybox-1.7.4/util-linux/mount.c 2008-11-13 12:09:53.000000000 -0600
+@@ -1554,7 +1554,7 @@
+
+ // Parse remaining options
+
+- opt = getopt32(argv, "o:t:rwanfvs", &opt_o, &fstype);
++ opt = getopt32(argv, "o:t:rwanfvsi", &opt_o, &fstype);
+ if (opt & 0x1) append_mount_options(&cmdopts, opt_o); // -o
+ //if (opt & 0x2) // -t
+ if (opt & 0x4) append_mount_options(&cmdopts, "ro"); // -r