From 5b2cff2ebaf20b9757b18901f263997bbb43f31d Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 2 Nov 2013 02:25:14 +0100 Subject: Replace missed vyatta names in installer --- scripts/install/install-image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/install') 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 <