tAdd blend_bootstrap_setup in zlibs/bootstrap - libdevuansdk - common library for devuan's simple distro kits
 (HTM) git clone https://git.parazyd.org/libdevuansdk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f09da24f0872ba53afdf2a5d21b616b572d582dc
 (DIR) parent b55e69b618b155198dfa2650e8123a098453ac92
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 26 Jan 2018 11:53:14 +0100
       
       Add blend_bootstrap_setup in zlibs/bootstrap
       
       Diffstat:
         M zlibs/bootstrap                     |       7 +++++++
       
       1 file changed, 7 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/zlibs/bootstrap b/zlibs/bootstrap
       t@@ -68,6 +68,8 @@ bootstrap_complete_base() {
                sudo chroot $strapdir \
                        /debootstrap/debootstrap --second-stage || zerr
        
       +        blend_bootstrap_setup || zerr
       +
                ## write all system configuration
                notice "writing system configuration"
                conf_print_debconf     | sudo tee $strapdir/debconf.set              >/dev/null
       t@@ -222,3 +224,8 @@ EOF
        
                [[ -n "$TAR_STAGE4" ]] && bootstrap_tar_pack "$bootstrap_tgz_stage4" || true
        }
       +
       +blend_bootstrap_setup() {
       +        fn blend_bootstrap_setup "noop"
       +        return 0
       +}