From e7dd673d1e0acfe5420599588c559fd85a3a9e8f Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 17 Feb 2015 20:12:50 +0100 Subject: 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/. --- man/bootctl.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'man/bootctl.xml') diff --git a/man/bootctl.xml b/man/bootctl.xml index 99863bf31e..63ad9392eb 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -72,22 +72,22 @@ all current EFI boot variables. bootctl update 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. - bootctl install 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 + bootctl install 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. bootctl remove removes all installed - versions of sd-boot from the EFI system partition, and removes - sd-boot from the EFI boot variables. + versions of systemd-boot from the EFI system partition, and removes + systemd-boot from the EFI boot variables. If no command is passed status is implied. -- cgit v1.2.3-54-g00ecf