Skip to content

Commit

Permalink
remove mention of findmnt in code
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Jan 10, 2025
1 parent 7a4149b commit c7ab0eb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions try
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,6 @@ try() {
#
# KK 2023-06-29 This approach (of mounting each root directory separately) was necessary because we could not mount `/` in an overlay.
# However, this might be solvable using mergerfs/unionfs, allowing us to mount an overlay on a unionfs of the `/` once.
#
# findmnt
# --real: only list real filesystems
# -n: no header
# -r: raw output
# -o target: only print the mount target
# then we want to exclude the root partition "/"
while IFS="" read -r mountpoint
do
## Only make the directory if the original is a directory too
Expand Down

0 comments on commit c7ab0eb

Please sign in to comment.