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:
parent
bc55e5f804
commit
374d377059
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue