X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-begin;h=a7622848af7171f3437c9f02dcba2c3eb2ef2f1a;hb=9e67b088b46c5c7f101679f791b60dc259f24bb1;hp=d2b6e083bbfa2c6093c97ee588c2bca2b8988ccf;hpb=28d76e1e82027ad40d7ec48ff68839f1f035b7b1;p=distro-setup diff --git a/distro-begin b/distro-begin index d2b6e08..a762284 100755 --- a/distro-begin +++ b/distro-begin @@ -590,7 +590,7 @@ if has_btrfs || home_network; then [[ $EUID == 0 ]] || exec sudo -E "$BASH_SOURCE" "$@" set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR -for dir in /i /mnt/iroot /k /kr; do +for dir in /i /mnt/iroot /k /kr /w; do if ! mountpoint $dir &>/dev/null && \ awk '{print $2}' /etc/fstab | grep -xF $dir &>/dev/null; then if awk '{print $3}' /etc/fstab | grep -xF nfs &>/dev/null; then