From d1ec187cba3d052b355a3b301792f9537056e3f9 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 23 Jun 2024 16:35:21 +0200 Subject: [PATCH] Fix typo in bootctl command (docs) --- docs/03_SECURE_BOOT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03_SECURE_BOOT.md b/docs/03_SECURE_BOOT.md index 69ca0e0..832097b 100644 --- a/docs/03_SECURE_BOOT.md +++ b/docs/03_SECURE_BOOT.md @@ -12,7 +12,7 @@ As a first step, you will want to confirm that you really are on a UEFI system. this is very likely the case. Nevertheless, let's check and make sure: ```shell -bootctl info +bootctl status ``` Make sure the `Firmware` is reported as `UEFI`.