summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-30 15:54:32 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-30 15:54:32 +0100
commit99d651842ddcd4f5943d9bb8fede1f684cb5dea0 (patch)
tree0334f1636de9c75fc8fdb3742eac546a60a26ebb /bin
parentf8c76d7945efdcf749c2f0c3f52f6e48d527fbcb (diff)
downloadjenkins.debian.net-99d651842ddcd4f5943d9bb8fede1f684cb5dea0.tar.xz
g-i-i: fix tüpo
Diffstat (limited to 'bin')
-rw-r--r--bin/g-i-installation.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index af063bfe..27e0a73c 100644
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -711,7 +711,7 @@ post_install_boot() {
;;
0910) do_and_report key space
;;
- 0920) do_and_report type 'https:'
+ 0920) do_and_report type 'https;'
;;
0930) do_and_report type '//www'
;;
@@ -727,11 +727,11 @@ post_install_boot() {
;;
1020) do_and_report key space
;;
- 1030) do_and_report type 'https:'
+ 1030) do_and_report type 'https;'
;;
1050) do_and_report type '//www'
;;
- 1070) do_and_report type ':631'
+ 1070) do_and_report type ';631'
;;
1080) do_and_report key enter
;;
@@ -966,7 +966,7 @@ monitor_system() {
echo "ERROR: Loading installer components from CDROM failed, aborting." >> $GOCR
exit 1
elif [ ! -z "$INSTALL_PROBLEM" ] ; then
- echo "ERROR: An installation steü failed." >> $GOCR
+ echo "ERROR: An installation step failed." >> $GOCR
exit 1
elif [ ! -z "$BUILD_LTSP_PROBLEM" ] ; then
echo "ERROR: The failing step is: Build LTSP chroot." >> $GOCR