diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-26 00:21:25 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:37 +0100 |
commit | 1b37572080c01cdaf6e66a1bc53ca029253e4803 (patch) | |
tree | 0c25831943e430ecdbee17cb60c5e825dd3e4cdd /helpers/lh_binary_debian-installer | |
parent | 2a2668aef9183e06018ae5cc0172ae434fbd02ba (diff) | |
download | vyos-live-build-1b37572080c01cdaf6e66a1bc53ca029253e4803.tar.gz vyos-live-build-1b37572080c01cdaf6e66a1bc53ca029253e4803.zip |
Don't attempt to use live-installer on Etch; it would simply result in no bootstrap method.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-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 |