summaryrefslogtreecommitdiff
path: root/build_stage2.sh
diff options
context:
space:
mode:
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