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