From ee3cb72e0a71964d80dda6ec21d838d5f5ca5776 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 20 Aug 2008 16:28:37 +0000 Subject: * dropped busybox patches as they are now tracked in openslx-src-tools/trunk/busybox git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2064 95ad53e4-c205-0410-b2fa-d234c58c8868 --- tools/busybox-patches/unionfs-run-init-1.11.1.diff | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tools/busybox-patches/unionfs-run-init-1.11.1.diff (limited to 'tools/busybox-patches/unionfs-run-init-1.11.1.diff') diff --git a/tools/busybox-patches/unionfs-run-init-1.11.1.diff b/tools/busybox-patches/unionfs-run-init-1.11.1.diff deleted file mode 100644 index c678c751..00000000 --- a/tools/busybox-patches/unionfs-run-init-1.11.1.diff +++ /dev/null @@ -1,14 +0,0 @@ -diff -wur busybox-1.11.0/util-linux/switch_root.c busybox-1.11.0-patched/util-linux/switch_root.c ---- busybox-1.11.0/util-linux/switch_root.c 2008-06-25 14:51:38.000000000 +0200 -+++ busybox-1.11.0-patched/util-linux/switch_root.c 2008-07-10 17:54:56.000000000 +0200 -@@ -105,6 +105,10 @@ - // Overmount / with newdir and chroot into it. The chdir is needed to - // recalculate "." and ".." links. - -+ if ( !lstat("/rorootfs", &st1 ) ) -+ if ( mount("/rorootfs", "/", NULL, MS_MOVE, NULL) ) -+ bb_error_msg_and_die("moving rorootfs"); -+ - if (mount(".", "/", NULL, MS_MOVE, NULL)) - bb_error_msg_and_die("error moving root"); - xchroot("."); -- cgit v1.2.3-55-g7522