From b113b093f4cc4556aba1ed40b987181a0d9eb932 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 23 Jun 2008 15:31:53 -0700 Subject: Spellin fixes Fix some of my creative spelling in messages --- scripts/install-system | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/install-system') diff --git a/scripts/install-system b/scripts/install-system index 3871c77b..3b3d406d 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -551,9 +551,9 @@ system_setup () { local response=$(get_response "Yes" "Yes No Y N") if [ "$response" == "yes" ] || [ "$response" == "y" ]; then - echo -n 'System adminstrator (root) password: ' + echo -n 'System administrator (root) password: ' change_password root - echo -n 'Router adminstrator (vyatta) password: ' + echo -n 'Router administrator (vyatta) password: ' change_password vyatta fi } @@ -571,7 +571,7 @@ install_grub () { while [ -z "$INSTALL_DRIVE" ] do - echo "I need to install the GRUB bootloader." + echo "I need to install the GRUB boot loader." echo "I found the following drives on your system:" select_drive "Which drive should GRUB modify the boot partition on?" done @@ -595,7 +595,7 @@ install_grub () { echo "This looks like a removable device. Setting root grub device to $root." >> $INSTALL_LOG fi - # get list of kernels, except xen + # get list of kernels, except Xen kernel_versions=$(ls /boot/vmlinuz-* 2> /dev/null | grep -v xen | sed 's:/boot/vmlinuz::g' | sort -r) # get xen kernel info -- cgit v1.2.3