Rerun bootstrap_stage4 after extracting the stage4 archive.

This is helpful if we have some new packages to install.
This commit is contained in:
parazyd 2020-11-16 11:22:00 +01:00
parent 05d82e0d05
commit 643deaf91a
No known key found for this signature in database
GPG Key ID: 6B636BF0493EE747
1 changed files with 1 additions and 0 deletions

View File

@ -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..."