aboutsummaryrefslogtreecommitdiffstats
path: root/hook/uname
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-04-27 10:04:50 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-04-27 10:04:50 +0200
commite6e5b279359d37d12aa0f4700535ddb4604b2670 (patch)
treebeb7e5f9bfbe7bfcef5c18de25a7c7763221ffc8 /hook/uname
parentff8c3566c6cec036b4205a00f4ad5eaf172a6135 (diff)
downloadmkinitcpio-uname-e6e5b279359d37d12aa0f4700535ddb4604b2670.tar.gz
mkinitcpio-uname-e6e5b279359d37d12aa0f4700535ddb4604b2670.tar.zst
add highlighting
Diffstat (limited to 'hook/uname')
-rw-r--r--hook/uname4
1 files changed, 2 insertions, 2 deletions
diff --git a/hook/uname b/hook/uname
index 58fda04..34858e4 100644
--- a/hook/uname
+++ b/hook/uname
@@ -2,9 +2,9 @@
run_latehook() {
if [ -s /new_root/version ]; then
- echo " Booting $(cat /new_root/version) with $(uname -srm)."
+ echo " Booting $(cat /new_root/version) with $(uname -srm)."
else
- echo " Booting $(uname -srm)."
+ echo " Booting $(uname -srm)."
fi
echo
}