diff options
-rwxr-xr-x | skeleton/init | 5 |
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 |