summaryrefslogtreecommitdiff
path: root/baserock/strata/core/util-linux.morph
diff options
context:
space:
mode:
Diffstat (limited to 'baserock/strata/core/util-linux.morph')
-rw-r--r--baserock/strata/core/util-linux.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/baserock/strata/core/util-linux.morph b/baserock/strata/core/util-linux.morph
new file mode 100644
index 00000000..1ec7f8e2
--- /dev/null
+++ b/baserock/strata/core/util-linux.morph
@@ -0,0 +1,11 @@
+name: util-linux
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+- ./autogen.sh
+configure-commands:
+# Installing to /bin so that they overwrite busybox login.
+- |
+ ./configure --prefix="$PREFIX" \
+ --disable-use-tty-group \
+ --bindir=/bin