summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/post-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/post-functions.sh b/files/post-functions.sh
index b5fecd3..b3beac8 100644
--- a/files/post-functions.sh
+++ b/files/post-functions.sh
@@ -236,7 +236,7 @@ Your kernel image was updated, and lilo does not appear to be used on
your system. You may need to adjust your boot manager (like GRUB) to
boot the appropriate kernel (after generating an initrd if required)."
fi
- echo -e "Press any key to continue...\n "
+ echo -e "Press the \"Enter\" key to continue...\n "
read _junk
fi
}