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
/
hook
/
uname
blob: 4b5a9ed2ecf742c116970d08457ea8266a1f16ce (
about
) (
plain
) (
blame
)
1
2
3
4
5
6
#!/bin/sh
run_earlyhook
()
{
echo
"Booting
$(
uname
-srm
)
."
echo
}