summaryrefslogtreecommitdiffstats
path: root/tools/busybox-patches/unionfs-run-init.diff
diff options
context:
space:
mode:
authorLars Müller2007-04-29 15:23:25 +0200
committerLars Müller2007-04-29 15:23:25 +0200
commit04b4c1b60b3934ccd1d07a03f54890aea30a2bb0 (patch)
treeb0e0b8d0e243fd69c326888137bc15bed6272cb6 /tools/busybox-patches/unionfs-run-init.diff
parentEnsure to have the subversion revision included into the OpenSLX version (diff)
downloadcore-04b4c1b60b3934ccd1d07a03f54890aea30a2bb0.tar.gz
core-04b4c1b60b3934ccd1d07a03f54890aea30a2bb0.tar.xz
core-04b4c1b60b3934ccd1d07a03f54890aea30a2bb0.zip
Updated busybox.i586 and busybox.config to version 1.4.2.
busybox.i586 was compiled on a chrooted suse 10.1 system. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@953 95ad53e4-c205-0410-b2fa-d234c58c8868
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.