From bab5ace84def71f4ecc3d2183ac11407bdcfaa37 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Thu, 4 Jan 2007 20:10:05 +0000 Subject: Update busybox config file to add tools required by the stage1 installer. Add busybox-patches directory: - bzip2-payload.diff allow rpm2cpio to unpack bzip2 RPM payload - unionfs-run-init.diff separat bb part from unionfs-run-init - series file is optional for quilt users git-svn-id: http://svn.openslx.org/svn/openslx/trunk@583 95ad53e4-c205-0410-b2fa-d234c58c8868 --- tools/unionfs-run-init | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tools/unionfs-run-init') 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"); -- cgit v1.2.3-55-g7522