diff options
Diffstat (limited to 'hook/uname')
-rw-r--r-- | hook/uname | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh run_earlyhook() { - echo "Booting $(uname -srm)." + echo " Booting $(uname -srm)." echo } |
index : mkinitcpio-uname | ||
Add uname output to early boot process | git daemon user |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | hook/uname | 2 |
@@ -1,6 +1,6 @@ #!/bin/sh run_earlyhook() { - echo "Booting $(uname -srm)." + echo " Booting $(uname -srm)." echo } |