X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=mount-latest-subvol;h=d7be613c763d122d0259b5a434ca4a161f599627;hb=866a0cbd9127386520def96ff49bdc8424df8112;hp=be239ed139de5c2405125612ebeeaf374227224d;hpb=8793e42101bdb66e63e76deebe3958e9a1ef7c87;p=distro-setup diff --git a/mount-latest-subvol b/mount-latest-subvol index be239ed..d7be613 100644 --- a/mount-latest-subvol +++ b/mount-latest-subvol @@ -117,10 +117,14 @@ EOF shopt -s nullglob +# ssh and probably some other things care about parent directory +# ownership, and ssh doesn\'t allow any group writable parent +# directories, so we are forced to use a directory structure similar +# to home directories f=(/mnt/root/btrbk/q.*) if [[ -e $f ]]; then fstab <