index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | build_stage1.sh | 2 |
diff --git a/build_stage1.sh b/build_stage1.sh index 3565ea6..7c19766 100755 --- a/build_stage1.sh +++ b/build_stage1.sh @@ -22,7 +22,7 @@ inetutils bc kmod linux uinit net-tools libmnl libnfnetlink iptables iproute2 libedit openssh make mpfr gawk libmpc binutils gcc glibc -libunwind strace" +libunwind strace gdb" for p in $PACKAGES; do "$SCRIPT_DIR/build_stage1_package.sh" "$p" || exit 1 |