aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-08-02 10:47:40 +0200
committer Eric Hameleers <alien@slackware.com>2022-08-02 10:47:40 +0200
commitfc3b72eddc9897715cfb71817354f0d47046eac0 (patch)
tree05db44437739242d1405c5648c5581db333255e1
parenta6672c728a79939163e68255c4ceef0ca9d44bc3 (diff)
downloadliveslak-fc3b72eddc9897715cfb71817354f0d47046eac0.tar.gz
liveslak-fc3b72eddc9897715cfb71817354f0d47046eac0.tar.xz
liveinit: some prettifying of comments
Helps visually dividing the script in sections
-rw-r--r--liveinit.tpl20
1 files changed, 14 insertions, 6 deletions
diff --git a/liveinit.tpl b/liveinit.tpl
index 1102180..eb86e0c 100644
--- a/liveinit.tpl
+++ b/liveinit.tpl
@@ -983,9 +983,13 @@ if [ "$RESCUE" = "" ]; then
fi
fi
- # Setup persistence in case our media is writable, *and* the user
- # has created a persistence directory or container on the media,
- # otherwise we let the block changes accumulate in RAM only.
+ # --------------------------------------------------------------- #
+ # #
+ # Setup persistence in case our media is writable, *and* the user #
+ # has created a persistence directory or container on the media, #
+ # otherwise we let the block changes accumulate in RAM only. #
+ # #
+ # --------------------------------------------------------------- #
# Was a partition specified containing a persistence directory,
# and is it different from the live medium?
@@ -1032,9 +1036,13 @@ if [ "$RESCUE" = "" ]; then
fi
fi
- # At this point, we either have determined the persistence partition
- # via UUID/LABEL/scandev, or else we failed to find one,
- # and then VIRGIN has been set to '1' and PERSISTPART to "".
+ # ------------------------------------------------------------------ #
+ # #
+ # At this point, we either have determined the persistence partition #
+ # via UUID/LABEL/scandev, or else we failed to find one, #
+ # and then VIRGIN has been set to '1' and PERSISTPART to "". #
+ # #
+ # ------------------------------------------------------------------ #
if [ -n "${PERSISTPART}" ]; then
# Canonicalize the input and the media devices,