diff options
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-x | bin/g-i-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index a543c79a..a02a6106 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -271,7 +271,7 @@ monitor_system() { echo "QEMU was powered down, continuing." break elif [ ! -z "$STACK_LINE" ] ; then - echo "WARNING: got a stack-trace, probably on power-down." + echo "Info: got a stack-trace, probably on power-down." break fi fi @@ -295,7 +295,7 @@ monitor_system() { set -x # if so and if TRIGGERED != "" if [ ! -z "$TRIGGERED" ] ; then - echo ERROR snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm match, ending installation. + echo "Warning: snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm match, ending installation." ls -la snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm figlet "Installation hangs." break |