|
@@ -416,10 +416,11 @@ apt-get-update(){
|
|
|
|
|
|
## mount-chroot {|--umount} [file system|name]
|
|
|
## support file systems: /home /tmp /sys /proc /dev/shm /dev/pts /dev
|
|
|
-## support name: vfs chache_dir
|
|
|
+## support name: vfs archives_dir
|
|
|
## NOTE: /tmp needs for applications which use X
|
|
|
## vfs is virtual file systems
|
|
|
-## archives_dir is ${EXTERNAL_ARCHIVES_DIR} to ${ARCHIVES_DIR}
|
|
|
+## archives_dir uses to mount ${EXTERNAL_ARCHIVES_DIR} to ${ARCHIVES_DIR}
|
|
|
+## unionfs_dir covers ${BUILD_ROOT} with unionfs
|
|
|
mount-chroot(){
|
|
|
if [ "$1" = "--umount" ]; then
|
|
|
mount-chroot-umount $2 || return 1
|