aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-10-01 16:34:22 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-10-01 16:34:22 +0200
commit48e868d8b0e596bb7633cffc3891fc0268a7186f (patch)
tree0b3d4fab337ea5ac539da75c3282cb7644ab28bb
parent728e01d760a0536f0c2f19e7fd572559749b5142 (diff)
/init prints musl/busybox version
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rwxr-xr-xskeleton/init5
1 files changed, 2 insertions, 3 deletions
diff --git a/skeleton/init b/skeleton/init
index 1f2cadd..4f0151b 100755
--- a/skeleton/init
+++ b/skeleton/init
@@ -31,9 +31,8 @@ Boot took $(cut -d' ' -f1 /proc/uptime) seconds
/ /\/\ \ | | | | | / /__| | | | | |_| |> < $(uname -r)
\/ \/_|_| |_|_| \____/_|_| |_|\__,_/_/\_\
-=======================
- Welcome to mini_linux
-=======================
+musl $(/lib/ld-musl-x86_64.so.1 2>&1 | grep -E '^Version.*$')
+$(busybox | head -1)
EOF