Gfx stack update
[nyanlinux.git] / 01-re-bootstrap-build.sh
bloba30f443bf405d56682efe3b4c5d3a19d5f7eb45d
1 #!/bin/sh
2 set -e
4 # On the bootstrap system, it will build what is required to re-bootstrap it,
5 # namely partitioning/formatting a device and run 00-bootstrap.sh.
7 # git
8 ./pkg-build libressl-3.3.3
9 ln -sTf 3.3.3 /nyan/libressl/current
10 ./pkg-build expat-2.4.1
11 ln -sTf 2.4.1 /nyan/expat/current
12 ./pkg-build curl-7.77.0
13 ln -sTf 7.77.0 /nyan/curl/current
14 ./pkg-build git-2.29.3
15 ln -sTf 2.29.3 /nyan/git/current
17 # m4 for gmp/bison/flex sdk
18 ./pkg-build m4-1.4.19
19 ln -sTf 1.4.19 /nyan/m4/current
21 # partitioning/formatting
22 ./pkg-build nyangpt-93ff96f81c21fa5231aaec14fbd5cbc592eb04dc
23 ln -sTf 93ff96f81c21fa5231aaec14fbd5cbc592eb04dc /nyan/nyangpt/current
24 ./pkg-build e2fsprogs-1.46.2
25 ln -sTf 1.46.2 /nyan/e2fsprogs/current
27 # for linux sdk
28 ./pkg-build flex-2.6.4
29 ln -sTf 2.6.4 /nyan/flex/current
30 ./pkg-build bison-3.7.6
31 ln -sTf 3.7.6 /nyan/bison/current