add block-extroot, a package for using an external filesystem as rootfs (patch by cshore)
SVN-Revision: 19880
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user