summaryrefslogtreecommitdiff
path: root/build_stage3.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-24 21:16:25 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-24 21:16:25 +0100
commit2d2dc3a222e422e49082e0031ac53118c1957a7e (patch)
tree0acfb0af550d42ae8d9a725436086847cd437e19 /build_stage3.sh
parentb85491e9868b78d1779acb08e9b6718cc17ff141 (diff)
downloadbootstrap32-2d2dc3a222e422e49082e0031ac53118c1957a7e.tar.xz
building stage3 up to joe
Diffstat (limited to 'build_stage3.sh')
-rwxr-xr-xbuild_stage3.sh48
1 files changed, 23 insertions, 25 deletions
diff --git a/build_stage3.sh b/build_stage3.sh
index 18c9dcb..d1e60cd 100755
--- a/build_stage3.sh
+++ b/build_stage3.sh
@@ -9,12 +9,32 @@
# to the $STAGE3_PACKAGES to speed up rebuild of the state of the stage 2
# system in case of destroying it.
-PACKAGES="which"
+PACKAGES="iana-etc filesystem linux-api-headers tzdata
+ncurses readline bash joe
+attr acl"
+
+#~ stage2:
+#~
+#~ m4 gmp gdbm db perl openssl
+#~ libunistring gettext perl-locale-gettext help2man
+#~ autoconf automake perl-error pcre2 git libtool
+#~ zlib pambase cracklib libtirpc flex pam libcap coreutils
+#~ util-linux pkg-config e2fsprogs expat bzip2 lz4 xz pcre less gzip
+#~ tar libarchive curl
+#~ pacman-mirrorlist archlinux-keyring archlinux32-keyring pacman
+#~ elfutils sed texinfo grep findutils file diffutils ed patch
+#~ fakeroot
+#~ kbd procps-ng bison shadow
+#~ inetutils bc kmod linux uinit nasm
+#~ net-tools libmnl libnfnetlink iptables iproute2
+#~ libedit openssh
+#~ make mpfr gawk libmpc binutils gcc glibc
+#~ libunwind strace gdb
+#~ "
+#~ #TODO after nasm: syslinux
# stage3 (from compute_dependencies.sh)
-#~ acl: attr
#~ argon2: glibc
-#~ attr: glibc
#~ autoconf: awk m4 diffutils sh
#~ automake: perl bash
#~ bash: readline glibc ncurses
@@ -37,7 +57,6 @@ PACKAGES="which"
#~ expat: glibc
#~ fakeroot: glibc filesystem sed util-linux sh
#~ file: glibc zlib
-#~ filesystem: iana-etc
#~ findutils: glibc sh
#~ flex: glibc m4 sh
#~ gawk: sh glibc mpfr
@@ -146,27 +165,6 @@ PACKAGES="which"
#~ xz: sh
#~ zlib: glibc
-#~ stage2:
-#~ bash
-#~ iana-etc filesystem linux-api-headers tzdata
-#~ ncurses readline joe
-#~ attr acl m4 gmp gdbm db perl openssl
-#~ libunistring gettext perl-locale-gettext help2man
-#~ autoconf automake perl-error pcre2 git libtool
-#~ zlib pambase cracklib libtirpc flex pam libcap coreutils
-#~ util-linux pkg-config e2fsprogs expat bzip2 lz4 xz pcre less gzip
-#~ tar libarchive curl
-#~ pacman-mirrorlist archlinux-keyring archlinux32-keyring pacman
-#~ elfutils sed texinfo grep findutils file diffutils ed patch
-#~ fakeroot
-#~ kbd procps-ng bison shadow
-#~ inetutils bc kmod linux uinit nasm
-#~ net-tools libmnl libnfnetlink iptables iproute2
-#~ libedit openssh
-#~ make mpfr gawk libmpc binutils gcc glibc
-#~ libunwind strace gdb
-#~ "
-#~ #TODO after nasm: syslinux
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage3_package.sh" "$p" || exit 1