aboutsummaryrefslogtreecommitdiffstats
path: root/hook/uname
diff options
context:
space:
mode:
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
}