Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Jan 16, 2024
1 parent 898e379 commit 64a4280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/subroutines
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ rw_target() {
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ctam() {

# chroot /target mount
# mount pseudo filesystems into /target
if [ -z "$target" -o "$target" = "/" ]; then
echo "ERROR: \$target is not set (correctly)."
Expand All @@ -199,6 +200,7 @@ ctam() {
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ctau() {

# chroot /target umount
# umount pseudo filesystems from /target
if [ -z "$target" -o "$target" = "/" ]; then
echo "ERROR: \$target is not set (correctly)."
Expand Down

0 comments on commit 64a4280

Please sign in to comment.