From 48e868d8b0e596bb7633cffc3891fc0268a7186f Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 1 Oct 2020 16:34:22 +0200 Subject: /init prints musl/busybox version Signed-off-by: Toni Uhlig --- skeleton/init | 5 ++--- 1 file 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 -- cgit v1.2.3