Skip to content

Commit

Permalink
Link to PR with extensive docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Aug 24, 2021
1 parent 5fe7b63 commit 82c8fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/installation/unmounter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ module Installation
# Class to handle unmounting all mounts from the given subtree on in the
# right order.
#
# See also https://github.com/yast/yast-installation/pull/975
#
# This uses /proc/mounts by default to find active mounts, but for
# testability, it can also be fed from other files or line by line. It stores
# all necessary unmount actions so they can be executed all at once, and they
Expand Down

0 comments on commit 82c8fb8

Please sign in to comment.