Contains the boot scripts and tools used by Mender to integrate with the GRUB bootloader.
Probably you don't want to use this by itself. Check out our documentation!
Before installing you will have to provide some configuration. The simplest way
is to copy the mender_grubenv_defines.example
to mender_grubenv_defines
and
make the necessary adjustments to the values inside the file. See our
documentation for more information on what the values
should be.
After configuration is done, to install the tools and the boot scripts, run:
make
make install
Install location can be controlled by passing DESTDIR=<DIR>
before the
install
target. You can also control the location of the installed environment
files on the final target with ENV_DIR
. The default is /boot/efi/EFI/BOOT
which assumes that the EFI
partition
is mounted on /boot/efi
.
If you want to install only the tools, or only the script and environment files,
run make install-tools
or make install-boot-files
, respectively.
Licensed under Apache License version 2.0.