summaryrefslogtreecommitdiff
path: root/build_stage1.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-10 22:20:49 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-10 22:20:49 +0100
commit09c3eefebcf3cf879d11b509b70b70807066182e (patch)
treee06b2d80ae5af2c9dff21c2dde0c23ce4aef16e6 /build_stage1.sh
parent48e24fe9d12c3b7633f10a24e8be9a544eccfd75 (diff)
downloadbootstrap32-09c3eefebcf3cf879d11b509b70b70807066182e.tar.xz
added strace for debugging
Diffstat (limited to 'build_stage1.sh')
-rwxr-xr-xbuild_stage1.sh3
1 files changed, 2 insertions, 1 deletions
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