diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-07 17:35:53 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-07 17:35:53 -0800 |
commit | f4fcf512b96f7a14666d2254a0ab1890512a548e (patch) | |
tree | 1b289f64990aed877672fbda2672d026abb74f42 /scripts/install-system | |
parent | 239545a6e81884091610c59e548448a15cadafbf (diff) | |
parent | a96c79e41c61d25822fb16e7dfba28182a5fd2e9 (diff) | |
download | vyatta-cfg-quagga-f4fcf512b96f7a14666d2254a0ab1890512a548e.tar.gz vyatta-cfg-quagga-f4fcf512b96f7a14666d2254a0ab1890512a548e.zip |
Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into islavista
Diffstat (limited to 'scripts/install-system')
-rwxr-xr-x | scripts/install-system | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/install-system b/scripts/install-system index ee0ebb5f..8993ab10 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -735,7 +735,9 @@ install_root_filesystem () { output=$(mount /live/image/boot/$version/$version.squashfs /mnt/squashfs -t squashfs -o loop) status=$? else - echo -e "Error: Unable to find a squash image. \nExiting..." + echo -e "Error: Unable to find a squash image. To install natively\nthe install media must be a livecd or a union install.\nExiting...\n\n" + echo -e "Error: Unable to find a squash image. To install natively\nthe install media must be a livecd or a union install.\nExiting...\n\n" >> $INSTALL_LOG + exit 1 fi if [ "$status" != 0 ]; then |