mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 13:55:24 +01:00
Build bash 5.1 only after GCC.
This commit is contained in:
parent
0572ff41ef
commit
634cae7b68
10 changed files with 32 additions and 61 deletions
12
sysa/run2.sh
12
sysa/run2.sh
|
|
@ -7,19 +7,9 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
set -e
|
||||
|
||||
. helpers.sh
|
||||
|
||||
build automake-1.9.6 stage1.sh
|
||||
build automake-1.9.6 stage2.sh
|
||||
|
||||
build gcc-4.0.4 pass1.sh checksums/pass1
|
||||
|
||||
build bash-5.1 pass2.sh checksums/pass2
|
||||
|
||||
build musl-1.2.2
|
||||
|
||||
build gcc-4.0.4 pass2.sh checksums/pass2
|
||||
|
||||
echo "Bootstrapping completed."
|
||||
|
||||
exec env - PATH=/after/bin PS1="\w # " bash -i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue