Update README and comment

This commit is contained in:
Alexandre CATTEAU 2024-08-03 16:34:55 +02:00
parent 640a842b55
commit 027c69c383
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@ initramfs update.
### Important ### Important
The auto-update of this script should be disabled! Make sure to create `.disabled` file. 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 ### Files
* `build-uki.sh` is the main script, which builds and signs the UKI. * `build-uki.sh` is the main script, which builds and signs the UKI.
* `99build-uki` is an APT hook to invoke the main script. * `99build-uki` is an APT hook to invoke the main script.

View File

@ -2,6 +2,6 @@
# Copy this file as variables.conf, with the correct values # 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 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 set_efi_default_image="no" # change to "yes" if you need to boot from EFI\BOOT\BOOTX64.EFI