summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2013-11-02 02:25:14 +0100
committerDaniil Baturin <daniil@baturin.org>2013-11-02 02:25:14 +0100
commit5b2cff2ebaf20b9757b18901f263997bbb43f31d (patch)
tree8825af13d7d9a6c6950b2a5b8796d62600a3c38d /scripts
parent38d76cf73f1a6cc34908d83f1560cc521c56f17f (diff)
downloadvyatta-cfg-system-5b2cff2ebaf20b9757b18901f263997bbb43f31d.tar.gz
vyatta-cfg-system-5b2cff2ebaf20b9757b18901f263997bbb43f31d.zip
Replace missed vyatta names in installer
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install/install-image6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install/install-image b/scripts/install/install-image
index 3cce1a15..d89a0c54 100755
--- a/scripts/install/install-image
+++ b/scripts/install/install-image
@@ -168,7 +168,7 @@ set_up_new_iso ()
local squash_file=$CD_ROOT/live/filesystem.squashfs
if [ ! -f "$squash_file" ] || ! (file $squash_file | grep -q Squashfs) \
|| ! grep -q '^ii vyatta-version ' $CD_ROOT/live/packages.txt; then
- fail_exit "\"$NEW_ISO\" is not a Vyatta ISO image file."
+ fail_exit "\"$NEW_ISO\" is not a VyOS ISO image file."
fi
# Verify checksums of all files in ISO image
@@ -252,9 +252,9 @@ trap exit_handler EXIT
if is_live_cd_boot; then
cat <<EOF
-Welcome to the Vyatta install program. This script
+Welcome to the VyOS install program. This script
will walk you through the process of installing the
-Vyatta image to a local hard drive.
+VyOS image to a local hard drive.
EOF
response=''