From e6e5b279359d37d12aa0f4700535ddb4604b2670 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 27 Apr 2022 10:04:50 +0200 Subject: add highlighting --- hook/uname | 4 ++-- systemd/uname | 2 +- 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 -- cgit v1.2.3-54-g00ecf