summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-02-17 20:12:50 +0100
committerTom Gundersen <teg@jklm.no>2015-02-18 15:23:23 +0100
commite7dd673d1e0acfe5420599588c559fd85a3a9e8f (patch)
treeecfef02be389745e295322e6a81df481869636c7 /man
parent8d4efa540a88b19a475452d8ccc3c9824849fa86 (diff)
gummiboot/sd-boot/systemd-boot: rename galore
What used to be gummiboot, was renamed sd-boot when it was merged into systemd. Let's try to be a bit more consistent with the rest of systemd and rename it again as follows: The EFI bootloader is now called 'systemd-bootx64.efi', and its sources are in 'src/boot/efi/'. The drop-in directory where bootctl will find EFI loaders is now /usr/lib/systemd/boot/efi/.
Diffstat (limited to 'man')
-rw-r--r--man/bootctl.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml
index 99863bf31..63ad9392e 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -72,22 +72,22 @@
all current EFI boot variables.</para>
<para><command>bootctl update</command> updates all installed
- versions of sd-boot, if the current version is newer than the
+ 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. An
- sd-boot entry in the EFI boot variables is created, if there
- is no current entry. A created entry will be added to the end of
+ 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 sd-boot into
- the EFI system partition. A copy of sd-boot will be stored as
- the EFI default/fallback loader at /EFI/Boot/boot*.efi. An sd-boot
+ <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
entry in the EFI boot variables is created and added to the top
of the boot order list.</para>
<para><command>bootctl remove</command> removes all installed
- versions of sd-boot from the EFI system partition, and removes
- sd-boot from the EFI boot variables.</para>
+ versions of systemd-boot from the EFI system partition, and removes
+ systemd-boot from the EFI boot variables.</para>
<para>If no command is passed <command>status</command> is
implied.</para>