index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-02 16:05:49 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-02 16:05:49 +0100 |
commit | 2f578141b1a7ba3de5a5a2a8400e07c226202009 (patch) | |
tree | e54064e25676231bf80caec7200ce6a6c7ec6f47 /build_stage1.sh | |
parent | 4300e81ff831f88e78e1a9b4a9f0b9c7c3cd461d (diff) |
-rwxr-xr-x | build_stage1.sh | 2 |
diff --git a/build_stage1.sh b/build_stage1.sh index 37045d6..73ef55f 100755 --- a/build_stage1.sh +++ b/build_stage1.sh @@ -17,7 +17,7 @@ elfutils sed texinfo grep findutils file diffutils ed patch kbd procps-ng shadow -net-tools libmnl libnfnetlink" +net-tools libmnl libnfnetlink iptables iproute2" for p in $PACKAGES; do "$SCRIPT_DIR/build_stage1_package.sh" "$p" || exit 1 |