From c779b82a5093b08e8bc69286400bb183e9e02034 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 15 Jun 2018 15:40:12 +0900 Subject: [PATCH] man: re-format man page for bootctl --- man/bootctl.xml | 94 +++++++++++++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 42 deletions(-) diff --git a/man/bootctl.xml b/man/bootctl.xml index cd7d83ea671..0f8d0e0147a 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -25,19 +25,9 @@ - bootctl OPTIONS status - - - bootctl OPTIONS list - - - bootctl OPTIONS update - - - bootctl OPTIONS install - - - bootctl OPTIONS remove + bootctl + OPTIONS + COMMAND @@ -48,33 +38,6 @@ available entries, and install, update, or remove the systemd-boot7 boot loader on the current system. - - bootctl status shows the currently installed versions of - the boot loader binaries and all current EFI boot variables. - - bootctl list displays all configured boot loader entries. - - - bootctl update updates all installed versions of - systemd-boot7, - if the current version is newer than the version installed in the EFI system - partition. This also includes the EFI default/fallback loader at - ESP/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 systemd-boot into the EFI - system partition. A copy of systemd-boot will be stored as the EFI - default/fallback loader at - ESP/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 - systemd-boot from the EFI system partition, and removes systemd-boot from the EFI - boot variables. - - If no command is passed, status is implied. @@ -106,10 +69,57 @@ + + Commands + + + + + + Shows the currently installed versions of the boot loader binaries and all current + EFI boot variables. If no command is specified, this is the implied default. + + + + + + Shows all configured boot loader entries. + + + + + + Updates all installed versions of + systemd-boot7, + if the current version is newer than the version installed in the EFI system + partition. This also includes the EFI default/fallback loader at + ESP/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. + + + + + + Installs systemd-boot into the EFI system partition. A copy of systemd-boot will + be stored as the EFI default/fallback loader at + ESP/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. + + + + + + Removes all installed versions of systemd-boot from the EFI system partition, + and removes systemd-boot from the EFI boot variables. + + + + + Exit status - On success, 0 is returned, a non-zero failure - code otherwise. + On success, 0 is returned, a non-zero failure code otherwise. -- 2.39.2