add block-extroot, a package for using an external filesystem as rootfs (patch by cshore)

SVN-Revision: 19880
This commit is contained in:
Felix Fietkau
2010-02-26 22:46:10 +00:00
parent 61c2b29295
commit 9be4598569
6 changed files with 176 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ pivot() { # <new_root> <old_root>
mount -o move $2/tmp /tmp
mount -o move $2/sys /sys 2>&-
mount -o move $2/jffs /jffs 2>&-
mount -o move $2/overlay /overlay 2>&-
return 0
}
}