[systemd-commits] src/boot

Kay Sievers kay at kemper.freedesktop.org
Wed Mar 27 05:55:34 PDT 2013


 src/boot/bootctl.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3483fab948f0e75d662f9a7abb8cd1937998c255
Author: Kay Sievers <kay at vrfy.org>
Date:   Wed Mar 27 04:26:12 2013 +0100

    bootctl: rename status output header

diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index b916012..4ec5d81 100644
--- a/src/boot/bootctl.c
+++ b/src/boot/bootctl.c
@@ -143,8 +143,8 @@ static int show_status(char **args, unsigned n) {
 
         err = boot_info_query(info);
 
-        printf("Machine:\n");
-        printf("           ID: %s\n", sd_id128_to_string(info->machine_id, buf));
+        printf("Identification:\n");
+        printf("   Machine ID: %s\n", sd_id128_to_string(info->machine_id, buf));
         printf("      Boot ID: %s\n", sd_id128_to_string(info->boot_id, buf));
         printf("\n");
 



More information about the systemd-commits mailing list