From 1c13a88a004d30c0ad7f156df7ca19eb94353621 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 2 Feb 2018 22:15:14 +0100 Subject: on the way to openssh --- build_stage1.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build_stage1.sh') diff --git a/build_stage1.sh b/build_stage1.sh index 73ef55f..f4b00a5 100755 --- a/build_stage1.sh +++ b/build_stage1.sh @@ -11,13 +11,14 @@ PACKAGES="iana-etc filesystem linux-api-headers tzdata ncurses readline bash joe attr acl gmp gdbm db perl openssl zlib pambase cracklib libtirpc pam libcap coreutils -util-linux e2fsprogs +util-linux inetutils e2fsprogs expat bzip2 lz4 xz pcre less gzip tar libarchive curl elfutils sed texinfo grep findutils file diffutils ed patch kbd procps-ng shadow - -net-tools libmnl libnfnetlink iptables iproute2" +bc linux +net-tools libmnl libnfnetlink iptables iproute2 +libedit openssh" for p in $PACKAGES; do "$SCRIPT_DIR/build_stage1_package.sh" "$p" || exit 1 -- cgit v1.2.3