index
:
mkinitcpio-uname
main
Add uname output to early boot process
git daemon user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
systemd
/
uname
blob: 293bdfb81be5418843c1ea91c040357a95e91cb2 (
about
) (
plain
) (
blame
)
1
2
3
4
#!/bin/sh
echo
" Booting [1;37m
$(
uname
-srm
)
[0m."
echo