From 90c3ba5d8418e9947cb29fb0a0ac125f66184aa8 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 21 May 2014 01:21:51 +0200 Subject: [PATCH] updated the prompt message --- mkstage4.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mkstage4.sh b/mkstage4.sh index 9946f46..4245a91 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -112,9 +112,10 @@ TAR_OPTIONS="-cjpP --ignore-failed-read -f" if [ "$AGREE" != "yes" ] then echo "Are you sure that you want to make a stage 4 tarball of the system" - echo "located under $TARGET ?" + echo "located under the following directory?" + echo "$TARGET" echo "" - echo "!!! The option --exclude=${TARGET}mnt/*/* is not yet tested! It should" + echo "!!! The option --exclude=/mnt/*/* is not yet tested! It should" echo "include all the mount points, but exclude mounted data." echo "" echo "WARNING: since all data is saved by default the user should exclude all" @@ -122,7 +123,7 @@ then echo "already excluded by mkstage4 options (such as -c), manually per cmdline." echo "example: \$ `basename $0` -s /my-backup --exclude=/etc/ssh/ssh_host*" echo "" - echo -e "COMMAND LINE PREVIEW:\n\$" + echo -e "COMMAND LINE PREVIEW:" echo "cd $TARGET && tar $TAR_OPTIONS $STAGE4_FILENAME * $EXCLUDES $OPTIONS" echo "" echo -n "Type \"yes\" to continue or anything else to quit: "