Skip to content

Commit

Permalink
remove deprecated "use_ino" option from examples and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodgorny committed Jun 17, 2024
1 parent 021c2c6 commit 6a26d81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/S01a-unionfs-live-cd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright: Bernd Schubert <[email protected]>
# BSD license, see LICENSE file for details

FUSE_OPT="-o allow_other,use_ino,suid,dev,nonempty"
FUSE_OPT="-o allow_other,suid,dev,nonempty"
CHROOT_PATH="/tmp/unionfs"
UNION_OPT="-ocow,chroot=$CHROOT_PATH,max_files=32768"

Expand Down
2 changes: 1 addition & 1 deletion examples/unionfs-fuse-nfs-root
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ NET="192.168.1."
NFS_SERV="192.168.55.86"
NFS_OPT="-otcp,nfsvers=3,port=2049,rsize=8192,wsize=8192,nolock"

FUSE_OPT="-o default_permissions -o allow_other -o use_ino -o nonempty -o suid"
FUSE_OPT="-o default_permissions -o allow_other -o nonempty -o suid"
UNION_OPT="-o cow -o noinitgroups"

UPATH="/unionfs"
Expand Down
2 changes: 1 addition & 1 deletion man/unionfs.8
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ option on our own.
.SH "EXAMPLES"
.Vb 5
\& unionfs \-o cow,max_files=32768 \e
\& \-o allow_other,use_ino,suid,dev,nonempty \e
\& \-o allow_other,suid,dev,nonempty \e
\& /u/host/etc=RW:/u/group/etc=RO:/u/common/etc=RO \e
\& /u/union/etc
.Ve
Expand Down

0 comments on commit 6a26d81

Please sign in to comment.