Remove "-a" from call to umount

cleanup-cruft
Sebastian Pipping 14 years ago
parent cb24bedd07
commit 763fd09bac

@ -731,7 +731,7 @@ if grep -qs devtmpfs /proc/mounts
then
if ! mount --move /dev "${CHROOT}"/dev
then
umount -a -t devtmpfs || echo '*: Failed to move and unmount the devtmpfs /dev!'
umount -t devtmpfs || echo '*: Failed to move and unmount the devtmpfs /dev!'
fi
fi

Loading…
Cancel
Save