From 027c69c383eb25866e5698ac93889050a2050ef7 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sat, 3 Aug 2024 16:34:55 +0200 Subject: [PATCH] Update README and comment --- README.md | 6 ++++++ variables.conf.template | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97ab022..759c6f5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ initramfs update. ### Important The auto-update of this script should be disabled! Make sure to create `.disabled` file. +### Dependencies +Make sure that: +* `binutils` and `systemd-boot` packages are installed +* you [install](https://wiki.archlinux.org/title/Unified_kernel_image#Directly_from_UEFI) the UKI to your EFI +configuration + ### Files * `build-uki.sh` is the main script, which builds and signs the UKI. * `99build-uki` is an APT hook to invoke the main script. diff --git a/variables.conf.template b/variables.conf.template index c73c46a..1d828ec 100644 --- a/variables.conf.template +++ b/variables.conf.template @@ -2,6 +2,6 @@ # Copy this file as variables.conf, with the correct values -path_to_vmlinuz_link=/boot # /boot in Ubuntu 22.04, / in Debian 11 +path_to_vmlinuz_link=/boot # /boot in Ubuntu 22.04, / in Debian 11-12 path_to_uki=/efi/EFI/debian/debian-linux.efi set_efi_default_image="no" # change to "yes" if you need to boot from EFI\BOOT\BOOTX64.EFI