Update README and comment
This commit is contained in:
parent
640a842b55
commit
027c69c383
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user