Rerun bootstrap_stage4 after extracting the stage4 archive.
This is helpful if we have some new packages to install.
This commit is contained in:
parent
05d82e0d05
commit
643deaf91a
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue