[util-mount] don't show apifs mounts

This commit is contained in:
udeved 2015-07-03 20:46:04 +02:00
parent 7a1fec2c26
commit 19f5d7d82c

View file

@ -62,7 +62,7 @@ get_chroot_arch(){
chroot_part_mount() { chroot_part_mount() {
mount "$@" && CHROOT_ACTIVE_PART_MOUNTS=("$2" "${CHROOT_ACTIVE_PART_MOUNTS[@]}") mount "$@" && CHROOT_ACTIVE_PART_MOUNTS=("$2" "${CHROOT_ACTIVE_PART_MOUNTS[@]}")
msg2 "active_mounts: ${CHROOT_ACTIVE_PART_MOUNTS[@]}" msg2 "mounted: ${CHROOT_ACTIVE_PART_MOUNTS[@]}"
} }
# $1: os-prober string # $1: os-prober string
@ -131,7 +131,7 @@ chroot_mount_partitions(){
chroot_mount() { chroot_mount() {
mount "$@" && CHROOT_ACTIVE_MOUNTS=("$2" "${CHROOT_ACTIVE_MOUNTS[@]}") mount "$@" && CHROOT_ACTIVE_MOUNTS=("$2" "${CHROOT_ACTIVE_MOUNTS[@]}")
msg2 "active_mounts: ${CHROOT_ACTIVE_MOUNTS[@]}" #msg2 "mounted: ${CHROOT_ACTIVE_MOUNTS[@]}"
} }
chroot_mount_conditional() { chroot_mount_conditional() {