From a163eb60bbcedcf0c668064c3bfa1ac9cdee3a3c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 11 Dec 2025 18:58:17 +0000 Subject: fstab2s6rc: doc typo fix; add binddep even for non-bind mounts --- doc/fstab2s6rc.html | 2 +- src/s6-linux-utils/fstab2s6rc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fstab2s6rc.html b/doc/fstab2s6rc.html index 31c83e3..8ca85a5 100644 --- a/doc/fstab2s6rc.html +++ b/doc/fstab2s6rc.html @@ -33,7 +33,7 @@ effect of mounting these partitions when run by mnt_fsname + 1, genalloc_s(fsent, root), genalloc_len(fsent, root), sa->s) ; + if (mnt->mnt_fsname[0] == '/') adjust_binddep(&f.binddep, mnt->mnt_fsname + 1, genalloc_s(fsent, root), genalloc_len(fsent, root), sa->s) ; return fstab_insert_mount(&f, root, sa->s) ; } -- cgit v1.3.1