[util-mount] add some msg for api fs mount

This commit is contained in:
udeved 2015-07-02 15:57:51 +02:00
parent 2e0d449f06
commit a6ac27ff0a

View file

@ -70,7 +70,9 @@ chroot_mount_partitions(){
}
chroot_mount() {
msg2 "mount $@"
mount "$@" && CHROOT_ACTIVE_MOUNTS=("$2" "${CHROOT_ACTIVE_MOUNTS[@]}")
msg2 "active mounts: ${CHROOT_ACTIVE_MOUNTS[@]}"
}
chroot_mount_conditional() {