From 374d377059dcb3c912b52e06cc70d00a7b65158f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:35:18 +0300 Subject: [PATCH] bootctl: simplify command (#17505) --- pages/linux/bootctl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/bootctl.md b/pages/linux/bootctl.md index 1e234e474d..e9aa531cf6 100644 --- a/pages/linux/bootctl.md +++ b/pages/linux/bootctl.md @@ -5,7 +5,7 @@ - Show information about the system firmware and the bootloaders: -`bootctl status` +`bootctl` - Show all available bootloader entries: @@ -17,7 +17,7 @@ - Specify the path to the EFI system partition (defaults to `/efi/`, `/boot/` or `/boot/efi`): -`bootctl --esp-path={{/path/to/efi_system_partition/}}` +`bootctl --esp-path {{/path/to/efi_system_partition/}}` - Install `systemd-boot` into the EFI system partition: