X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=mount-latest-subvol;h=d7be613c763d122d0259b5a434ca4a161f599627;hp=be239ed139de5c2405125612ebeeaf374227224d;hb=f7a2fe0e56e14b55818245a2e3a2eb68f1cd23de;hpb=65351382939fa95fb1e05d7d83eb58d27c3c6133 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 <