summaryrefslogtreecommitdiff
path: root/build_stage2.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-22 21:41:36 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-22 21:41:36 +0100
commit19862e96e73efe49975c194b71e2eb45f9db7a26 (patch)
treea9b4316f662e0fb1b0a3b2176731a26787f696fb /build_stage2.sh
parentc0d2fbfd31227e114abbd2440a7ac99ee606f1e9 (diff)
downloadbootstrap32-19862e96e73efe49975c194b71e2eb45f9db7a26.tar.xz
building stage2 up to zlib (with zlib still being broken because of missing git-version of libtool)
Diffstat (limited to 'build_stage2.sh')
-rwxr-xr-xbuild_stage2.sh24
1 files changed, 23 insertions, 1 deletions
diff --git a/build_stage2.sh b/build_stage2.sh
index 349f8cd..d9b48c2 100755
--- a/build_stage2.sh
+++ b/build_stage2.sh
@@ -9,7 +9,29 @@
# to the $STAGE2_PACKAGES to speed up rebuild of the state of the stage 1
# system in case of destroying it.
-PACKAGES="bash"
+PACKAGES="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 libtool
+"
+
+#~ zlib pambase cracklib libtirpc pam libcap coreutils
+#~ util-linux 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 shadow
+#~ inetutils bc kmod linux uinit nasm syslinux
+#~ net-tools libmnl libnfnetlink iptables iproute2
+#~ libedit openssh
+#~ make mpfr gawk libmpc binutils gcc glibc
+#~ libunwind strace gdb"
+
+# git
# build bash first as 'cd subpackage' in autoconf generated makefiles break
# with cross-compiled bash