[SCM] debian-live branch, master, updated. 1.0_a47-1-57-g744c2f6

Chris Lamb chris at chris-lamb.co.uk
Sun Jun 22 00:24:53 UTC 2008


The following commit has been merged in the master branch:
commit 744c2f6bab45358af5bf047ffabb9669ba0e2b6b
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Jun 22 01:20:09 2008 +0100

    Print a friendlier message if debootstrap or cdebootstrap cannot be found.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 027d137..591eb07 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -96,7 +96,8 @@ Set_defaults ()
 		then
 			LH_BOOTSTRAP="cdebootstrap"
 		else
-			echo "E: Can't process file /usr/sbin/debootstrap or /usr/bin/cdebootstrap (FIXME)"
+			echo "E: Cannot find /usr/sbin/debootstrap or /usr/bin/cdebootstrap. Please install"
+			echo "E: debootstrap or cdebootstrap, or specify an alternative bootstrapping utility."
 			exit 1
 		fi
 	fi

-- 
debian-live



More information about the debian-live-changes mailing list