wok diff efibootmgr/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (24 months ago)
parents abf3670a5a52
children
line diff
     1.1 --- a/efibootmgr/description.txt	Tue Sep 01 07:56:48 2020 +0100
     1.2 +++ b/efibootmgr/description.txt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -1,10 +1,10 @@
     1.4 -This is efibootmgr, a Linux user-space application to modify the
     1.5 -Intel Extensible Firmware Interface (EFI) Boot Manager.
     1.6 +Efibootmgr is a Linux user-space application to modify the Intel
     1.7 +Extensible Firmware Interface (EFI) Boot Manager.
     1.8  This application can create and destroy boot entries, change the
     1.9  boot order, change the next running boot option, and more.
    1.10  
    1.11 -Details on the EFI Boot Manager are available from the EFI Specification,
    1.12 -v1.02 or above, available from: http://www.uefi.org
    1.13 +Details on the EFI Boot Manager are available from the EFI
    1.14 +Specification, v1.02 or above, available from: http://www.uefi.org
    1.15  
    1.16 -Note: efibootmgr requires that the kernel module efivars be loaded
    1.17 -prior to use. Running modprobe efivars should do the trick.
    1.18 +Note: efibootmgr requires either the efivarfs or the legacy efivars
    1.19 +kernel module to be loaded prior to use.