summaryrefslogtreecommitdiff
path: root/scripts/install-system
diff options
context:
space:
mode:
authorrbalocca <rbalocca@vyatta.com>2008-11-05 14:40:26 -0800
committerrbalocca <rbalocca@vyatta.com>2008-11-05 14:40:26 -0800
commitec12deca1c129b1a3d62071d27d1fb5ce38df79b (patch)
treed4f5f2aff8448ddd203931df7ec10e9ca4872821 /scripts/install-system
parentde1b7e9f71704b538b5e3b2454681cdadb7a0513 (diff)
parent15edfc57c1d9de898d79d723ce72d51f6ac7dedf (diff)
downloadvyatta-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-xscripts/install-system4
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