From 368d77d95e0746ad6b8449fc4be1ffd20d03bdee Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 6 Jun 2013 12:21:07 -0700 Subject: [PATCH] Fix typo Signed-off-by: William Douglas --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 69ac67e..a422ef5 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -4,7 +4,7 @@ plymouth display-message --text "This installation will wipe all data from the hard drive, hit Y key to continue or ctrl-alt-del to abort." plymouth watch-keystroke --command="/usr/bin/test" --keys "yY" plymouth hide-message --text "This installation will wipe all data from the hard drive, hit Y key to continue or ctrl-alt-del to abort." -plymouth display-message --text "Installing in to the hard disk now, this will take a few minutes..." +plymouth display-message --text "Installing on to the hard disk now, this will take a few minutes..." SRCMNT=$(mktemp -d /media/srctmp.XXXXXX) TGTMNT=$(mktemp -d /media/tgttmp.XXXXXX) @@ -124,7 +124,7 @@ umount $SRCMNT sync -plymouth hide-message --text "Installing in to the hard disk now, this will take a few minutes..." +plymouth hide-message --text "Installing on to the hard disk now, this will take a few minutes..." plymouth display-message --text "Hit R key to reboot and then remove the usb stick. Enjoy!" plymouth watch-keystroke --command="/usr/bin/test" --keys "rR" -- 2.7.4