diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-03 14:38:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-03 14:38:36 +0200 |
commit | 5e0bb1a6287387f179540895e43647a0baa8c724 (patch) | |
tree | e823e540cbfe3ba0d2bf39a465788619626fb44a /src/boot | |
parent | e5bc3f4fdc2ac2f68b781adc958e9570e577538b (diff) | |
parent | 72ccee50d0d08e2339ec283d669eb9ed282aac29 (diff) |
Merge pull request #3828 from keszybz/drop-systemd-vconsole-setup-service
Update documentation for systemd-vconsole-setup
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/bootctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index ff8c7a38dd..a7cdf92ed2 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -1094,7 +1094,7 @@ static int verb_status(int argc, char *argv[], void *userdata) { if (r < 0) log_warning_errno(r, "Failed to query secure boot status: %m"); else - printf(" Secure Boot: %s\n", r ? "enabled" : "disabled"); + printf(" Secure Boot: %sd\n", enable_disable(r)); r = is_efi_secure_boot_setup_mode(); if (r < 0) |