diff options
author | Daniel Baumann <daniel@debian.org> | 2012-11-30 15:17:33 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-11-30 15:22:05 +0100 |
commit | d08aabb614dc402433efdab6678894387df48220 (patch) | |
tree | 9f2c1a7584d1a1f9cd23f82c817558b1ad2cd575 /scripts/build/bootstrap | |
parent | d3062466979815f084593271af2857bf0bd2e0ae (diff) | |
download | vyos-live-build-d08aabb614dc402433efdab6678894387df48220.tar.gz vyos-live-build-d08aabb614dc402433efdab6678894387df48220.zip |
Dropping support for squeeze and squeeze-based distributions.
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-x | scripts/build/bootstrap | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index 9d964006f..13822c840 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -39,10 +39,3 @@ lb bootstrap_cache restore ${@} lb bootstrap_cdebootstrap ${@} lb bootstrap_debootstrap ${@} lb bootstrap_cache save ${@} - -# Temporary hack for base-files wrt/ plymouth -case "${LB_DISTRIBUTION}" in - artax*) - echo '0.0.0' > chroot/etc/progress-linux_version - ;; -esac |