From fc3b72eddc9897715cfb71817354f0d47046eac0 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 2 Aug 2022 10:47:40 +0200 Subject: liveinit: some prettifying of comments Helps visually dividing the script in sections --- liveinit.tpl | 20 ++++++++++++++------ 1 file 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, -- cgit v1.2.3