aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hook/uname4
-rw-r--r--systemd/uname2
2 files changed, 3 insertions, 3 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
}
diff --git a/systemd/uname b/systemd/uname
index 7143927..293bdfb 100644
--- a/systemd/uname
+++ b/systemd/uname
@@ -1,4 +1,4 @@
#!/bin/sh
-echo " Booting $(uname -srm)."
+echo " Booting $(uname -srm)."
echo