diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-07-21 10:55:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 10:55:05 +0200 |
commit | 1f5dc27b662bdf098fa36a84d862295ed819c339 (patch) | |
tree | 520861e80775d3d792f2897f18176c83482a68c4 /man | |
parent | f8298f7be39f405eea062295f17d527109b6b463 (diff) | |
parent | 00f69504a2c1861d98a027afdebc22c873f09083 (diff) |
Merge pull request #3770 from AlexanderKurtz/master
bootctl: Always use upper case for "/EFI/BOOT" and "/EFI/BOOT/BOOT*.EFI".
Diffstat (limited to 'man')
-rw-r--r-- | man/bootctl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml index ebd58750d3..6e835c037f 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -74,14 +74,14 @@ <para><command>bootctl update</command> updates all installed versions of systemd-boot, if the current version is newer than the version installed in the EFI system partition. This also includes - the EFI default/fallback loader at /EFI/Boot/boot*.efi. A + the EFI default/fallback loader at /EFI/BOOT/BOOT*.EFI. A systemd-boot entry in the EFI boot variables is created if there is no current entry. The created entry will be added to the end of the boot order list.</para> <para><command>bootctl install</command> installs systemd-boot into the EFI system partition. A copy of systemd-boot will be stored as - the EFI default/fallback loader at /EFI/Boot/boot*.efi. A systemd-boot + the EFI default/fallback loader at /EFI/BOOT/BOOT*.EFI. A systemd-boot entry in the EFI boot variables is created and added to the top of the boot order list.</para> |