libdevuansdk

common library for devuan's simple distro kits
git clone https://git.parazyd.org/libdevuansdk
Log | Files | Refs | Submodules | README | LICENSE

commit 643deaf91a5a01e34af903f84d75a054402a4a9c
parent 05d82e0d05318962ea0c28e8c329d063bbd4407c
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 16 Nov 2020 11:22:00 +0100

Rerun bootstrap_stage4 after extracting the stage4 archive.

This is helpful if we have some new packages to install.

Diffstat:
Mzlibs/bootstrap | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/zlibs/bootstrap b/zlibs/bootstrap @@ -41,6 +41,7 @@ bootstrap_complete_base() die "Failed to extract cpio archive" return 1 } + bootstrap_stage4 return elif [[ -f "$bootstrap_cpio_stage3" ]]; then act "Using the existing stage3 bootstrap cpio archive..."