X-Git-Url: http://git.pld-linux.org/?p=packages%2Fefi-boot-update.git;a=blobdiff_plain;f=README;h=38e264011529474f0847fb8051bd076b8dec1a94;hp=19d147dad2c3b711608203a297672e5533764c42;hb=3c17787a5f80be54394a2fb95c54af32002f713d;hpb=cd8795e20fd0dd28221a418b33a1ce12765533cc diff --git a/README b/README index 19d147d..38e2640 100644 --- a/README +++ b/README @@ -68,6 +68,8 @@ Following variables can be set there: architecture ('x64' or 'x32') for which the application was built (boot loaders may have both 32-bit and 64-bit versions and it may be different architecture that the one Linux is running). + EFI path to this directory (\EFI\...) will be available as + '@EFI_PLATFORM_PATH@' for setting the $ARGS module parameter. modules in /etc/efi-boot/update.d ................................. @@ -83,7 +85,8 @@ Following variables can be be set for each module: name) * BINARY – name of the EFI binary installed in /boot/efi/EFI/$PLATFORM_DIR or a path to any EFI binary existing on the EFI system partition - * ARGS – command line arguments for the EFI application + * ARGS – command line arguments for the EFI application (can contain + '@EFI_PLATFORM_PATH@' and '@ARCH@' macros) * ARCH – architecture the binary is built for The module may define more configurable variables, but should use own unique @@ -97,6 +100,7 @@ For convenience following are defined: * '$DESTDIR' variable – defines the directory where the files should be copied to that will be /boot/efi/EFI/$PLATFORM_DIR + * 'update_file' function – copies a file to the EFI partition Usage: