From 1817a4fc958a41b3ab1cf52a65461bdbe6f2ca84 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Tue, 28 Nov 2017 22:53:10 +0200 Subject: [PATCH] Minor text tabulation improvements. --- src/12_generate_iso.sh | 10 +++++----- src/13_generate_image.sh | 26 +++++++++++++------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/12_generate_iso.sh b/src/12_generate_iso.sh index d299f033e..69e4120ee 100755 --- a/src/12_generate_iso.sh +++ b/src/12_generate_iso.sh @@ -174,11 +174,11 @@ cd $SRC_DIR cat << CEOF - ############################################################### - # # - # ISO image file 'minimal_linux_live.iso' has been generated. # - # # - ############################################################### + ################################################################# + # # + # ISO image file 'minimal_linux_live.iso' has been generated. # + # # + ################################################################# CEOF diff --git a/src/13_generate_image.sh b/src/13_generate_image.sh index 8caf59041..7fdd55d8b 100755 --- a/src/13_generate_image.sh +++ b/src/13_generate_image.sh @@ -26,19 +26,19 @@ tar -zcf $SRC_DIR/mll_image.tgz * cat << CEOF - ################################################################ - # # - # Minimal Linux Live image 'mll_image.tgz' has been generated. # - # # - # You can import the MLL image in Docker like this: # - # # - # docker import mll_image.tgz minimal-linux-live:latest # - # # - # Then you can run MLL container in Docker like this: # - # # - # docker run -it minimal-linux-live /bin/sh # - # # - ################################################################ + ################################################################## + # # + # Minimal Linux Live image 'mll_image.tgz' has been generated. # + # # + # You can import the MLL image in Docker like this: # + # # + # docker import mll_image.tgz minimal-linux-live:latest # + # # + # Then you can run MLL container in Docker like this: # + # # + # docker run -it minimal-linux-live /bin/sh # + # # + ################################################################## CEOF