[SCM] debian-live branch, master, updated. 1.0_a48-1-8-g2435bee
Chris Lamb
chris at chris-lamb.co.uk
Fri Jul 25 23:36:14 UTC 2008
The following commit has been merged in the master branch:
commit 364ed4e362514c58548ce4df59e18c21164f8f2d
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Sat Jul 26 00:21:25 2008 +0100
Don't attempt to use live-installer on Etch; it would simply result in no bootstrap method.
Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index d285f33..42412b0 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -510,7 +510,7 @@ then
done
# Enable live-installer
- if [ "${LH_DEBIAN_INSTALLER}" = "live" ]
+ if [ "${LH_DEBIAN_INSTALLER}" = "live" ] && [ "${LH_DISTRIBUTION}" != "etch" ]
then
# Remove local udebs
rm -f pool/main/b/base-installer/bootstrap-base_*.udeb
--
debian-live
More information about the debian-live-changes
mailing list