summaryrefslogtreecommitdiff
path: root/build_stage1.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-10 22:08:51 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-10 22:08:51 +0100
commit48e24fe9d12c3b7633f10a24e8be9a544eccfd75 (patch)
tree20ee0173698da1f24a0d26f3842786a2cda75ff9 /build_stage1.sh
parentedd6a12674be263ed0efb10fe0df2f5b57059738 (diff)
downloadbootstrap32-48e24fe9d12c3b7633f10a24e8be9a544eccfd75.tar.xz
rebuild completly, fixed some wrong stage 1 build orders
Diffstat (limited to 'build_stage1.sh')
-rwxr-xr-xbuild_stage1.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/build_stage1.sh b/build_stage1.sh
index b45464e..b4f5857 100755
--- a/build_stage1.sh
+++ b/build_stage1.sh
@@ -13,14 +13,15 @@ attr acl gmp gdbm db perl openssl
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 fakeroot
+pacman-mirrorlist archlinux-keyring archlinux32-keyring pacman
elfutils
-make mpfr gawk libmpc binutils gcc glibc
sed texinfo grep findutils file diffutils ed patch
+fakeroot
kbd procps-ng shadow
inetutils bc kmod linux uinit
net-tools libmnl libnfnetlink iptables iproute2
-libedit openssh"
+libedit openssh
+make mpfr gawk libmpc binutils gcc glibc"
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage1_package.sh" "$p" || exit 1