0.11 Breaking changes: - The `generate_gummiboot` var was renamed to `generate_systemd_boot`. One project turned into the other, and the internal logic in boot-deploy will now search dirs that both gummiboot and systemd-boot are installed in. It prefers systemd-boot over gummiboot, in case both options are located on the system. Features: - Add support for systemd-boot (see "Deviceinfo changes") Deviceinfo changes: - ADDED: deviceinfo_generate_systemd_boot - Triggers installing support for systemd-boot - DROP: deviceinfo_generate_gummiboot - Use deviceinfo_generate_systemd_boot to trigger gummiboot support