summaryrefslogtreecommitdiff
path: root/build_stage1.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-01 18:34:42 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-01 18:34:42 +0100
commit655acd3a233b60c5618d0239e9a716865c0b595a (patch)
treeb37945e3e9e882a72cf389e1f1ef9da667201b26 /build_stage1.sh
parentd4d48845954a13a311af53d2a881cedee0e7e27e (diff)
downloadbootstrap32-655acd3a233b60c5618d0239e9a716865c0b595a.tar.xz
building more utilities
Diffstat (limited to 'build_stage1.sh')
-rwxr-xr-xbuild_stage1.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/build_stage1.sh b/build_stage1.sh
index 84bac62..7e62520 100755
--- a/build_stage1.sh
+++ b/build_stage1.sh
@@ -12,7 +12,10 @@ ncurses readline bash joe
attr acl gmp gdbm db perl openssl
zlib pambase cracklib libtirpc pam libcap coreutils
util-linux e2fsprogs
-expat bzip2 lz4 xz pcre less gzip tar libarchive curl"
+expat bzip2 lz4 xz pcre less gzip tar libarchive curl
+
+sed texinfo grep findutils file diffutils ed patch
+kbd procps-ng shadow"
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage1_package.sh" "$p"