diff options
author | Daniil Baturin <daniil@baturin.org> | 2013-11-02 02:25:14 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2013-11-02 02:25:14 +0100 |
commit | 5b2cff2ebaf20b9757b18901f263997bbb43f31d (patch) | |
tree | 8825af13d7d9a6c6950b2a5b8796d62600a3c38d /scripts | |
parent | 38d76cf73f1a6cc34908d83f1560cc521c56f17f (diff) | |
download | vyatta-cfg-system-5b2cff2ebaf20b9757b18901f263997bbb43f31d.tar.gz vyatta-cfg-system-5b2cff2ebaf20b9757b18901f263997bbb43f31d.zip |
Replace missed vyatta names in installer
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install/install-image | 6 |
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='' |