diff options
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 |