diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-11-05 14:40:26 -0800 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-11-05 14:40:26 -0800 |
commit | ec12deca1c129b1a3d62071d27d1fb5ce38df79b (patch) | |
tree | d4f5f2aff8448ddd203931df7ec10e9ca4872821 /scripts/install-system | |
parent | de1b7e9f71704b538b5e3b2454681cdadb7a0513 (diff) | |
parent | 15edfc57c1d9de898d79d723ce72d51f6ac7dedf (diff) | |
download | vyatta-cfg-system-ec12deca1c129b1a3d62071d27d1fb5ce38df79b.tar.gz vyatta-cfg-system-ec12deca1c129b1a3d62071d27d1fb5ce38df79b.zip |
Merge branch 'jenner' of git:/git/vyatta-cfg-system into jenner
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 2ac202f2..6b5519a5 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -718,7 +718,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 |