diff options
-rwxr-xr-x | scripts/build/lb_binary_debian-installer | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer index 2135b8c1e..793ba53aa 100755 --- a/scripts/build/lb_binary_debian-installer +++ b/scripts/build/lb_binary_debian-installer @@ -604,16 +604,6 @@ then rm -f ${EXCLUDE}_*.udeb done < exclude - # Enable live-installer - if [ "${LB_DEBIAN_INSTALLER}" = "live" ] - then - # Remove local udebs - rm -f pool/main/b/base-installer/bootstrap-base_*.udeb - - # Remove d-i udebs - rm -f bootstrap-base_*.udeb - fi - # Moving udebs for UDEB in ${UDEBS} do |