Minor text tabulation improvements.

This commit is contained in:
Ivan Davidov 2017-11-28 22:53:10 +02:00
parent 49c54e968b
commit 1817a4fc95
2 changed files with 18 additions and 18 deletions

View File

@ -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

View File

@ -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