index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-22 21:41:36 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-22 21:41:36 +0100 |
commit | 19862e96e73efe49975c194b71e2eb45f9db7a26 (patch) | |
tree | a9b4316f662e0fb1b0a3b2176731a26787f696fb /build_stage2.sh | |
parent | c0d2fbfd31227e114abbd2440a7ac99ee606f1e9 (diff) |
-rwxr-xr-x | build_stage2.sh | 24 |
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 |