summaryrefslogtreecommitdiffstats
path: root/tools/busybox-patches/unionfs-run-init.diff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/busybox-patches/unionfs-run-init.diff')
-rw-r--r--tools/busybox-patches/unionfs-run-init.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/busybox-patches/unionfs-run-init.diff b/tools/busybox-patches/unionfs-run-init.diff
index e7b102ef..a0cde9f2 100644
--- a/tools/busybox-patches/unionfs-run-init.diff
+++ b/tools/busybox-patches/unionfs-run-init.diff
@@ -3,10 +3,10 @@ root fs on top. We check if we have unionfs available to make the ro fs rw.
Unfortunately the unionfs code is incomplete (mmap issue). Thus the original
mount point of the ro fs part is not moved accordingly.
-Index: busybox-1.3.1/util-linux/switch_root.c
+Index: busybox-1.4.2/util-linux/switch_root.c
===================================================================
---- busybox-1.3.1.orig/util-linux/switch_root.c
-+++ busybox-1.3.1/util-linux/switch_root.c
+--- busybox-1.4.2.orig/util-linux/switch_root.c
++++ busybox-1.4.2/util-linux/switch_root.c
@@ -103,6 +103,10 @@ int switch_root_main(int argc, char *arg
// Overmount / with newdir and chroot into it. The chdir is needed to
// recalculate "." and ".." links.