index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-10 22:20:49 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-10 22:20:49 +0100 |
commit | 09c3eefebcf3cf879d11b509b70b70807066182e (patch) | |
tree | e06b2d80ae5af2c9dff21c2dde0c23ce4aef16e6 /build_stage1.sh | |
parent | 48e24fe9d12c3b7633f10a24e8be9a544eccfd75 (diff) |
-rwxr-xr-x | build_stage1.sh | 3 |
diff --git a/build_stage1.sh b/build_stage1.sh index b4f5857..3565ea6 100755 --- a/build_stage1.sh +++ b/build_stage1.sh @@ -21,7 +21,8 @@ kbd procps-ng shadow inetutils bc kmod linux uinit net-tools libmnl libnfnetlink iptables iproute2 libedit openssh -make mpfr gawk libmpc binutils gcc glibc" +make mpfr gawk libmpc binutils gcc glibc +libunwind strace" for p in $PACKAGES; do "$SCRIPT_DIR/build_stage1_package.sh" "$p" || exit 1 |