9 lines
363 B
Bash
9 lines
363 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Copy this file as variables.conf, with the correct values
|
|
|
|
path_to_vmlinuz_link=/boot # /boot in Ubuntu 22.04, / in Debian 11-12
|
|
path_to_uki=/efi/EFI/debian/debian-linux.efi
|
|
secureboot_enabled="yes" # change to "no" if you did not setup Secure Boot
|
|
set_efi_default_image="no" # change to "yes" if you need to boot from EFI\BOOT\BOOTX64.EFI
|