summaryrefslogtreecommitdiffstats
path: root/tools/unionfs-run-init
diff options
context:
space:
mode:
Diffstat (limited to 'tools/unionfs-run-init')
-rw-r--r--tools/unionfs-run-init15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/unionfs-run-init b/tools/unionfs-run-init
index 01d71b74..af09bf00 100644
--- a/tools/unionfs-run-init
+++ b/tools/unionfs-run-init
@@ -22,18 +22,3 @@ drunterliegende Rootfs ... Laengeres Rumprobieren und nun scheint es
erstmal zu klappen. Zur Zeit checkt der einfach nur (bis ich das raus
hatte :-)) ob ein "/rorootfs" da ist und verschiebt das dann. Wenn nicht,
bleibts so wie vorher.
-
-Gilt auch fuer busybox:
-
- // Overmount / with newdir and chroot into it. The chdir is needed to
- // recalculate "." and ".." links. And check for UnionFS specific
-dir.
-
- if ( !lstat("/rorootfs", &st1 ) )
- if ( mount("/rorootfs", "/", NULL, MS_MOVE, NULL) )
- bb_error_msg_and_die("moving rorootfs");
-
-
- if (mount(".", "/", NULL, MS_MOVE, NULL) || chroot(".") ||
-chdir("/"))
- bb_error_msg_and_die("moving root");