diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-26 00:21:25 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-26 00:21:25 +0100 |
commit | 364ed4e362514c58548ce4df59e18c21164f8f2d (patch) | |
tree | 0c25831943e430ecdbee17cb60c5e825dd3e4cdd | |
parent | db756ce6c615864326b1a00ac0baa9b733fa6f23 (diff) | |
download | vyos-live-build-364ed4e362514c58548ce4df59e18c21164f8f2d.tar.gz vyos-live-build-364ed4e362514c58548ce4df59e18c21164f8f2d.zip |
Don't attempt to use live-installer on Etch; it would simply result in no bootstrap method.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index d285f332f..42412b012 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 |