1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:13:46 +02:00

bootctl: simplify command (#17505)

This commit is contained in:
Managor 2025-08-04 20:35:18 +03:00 committed by GitHub
parent bc55e5f804
commit 374d377059
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: