7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
|
#!/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
|
||
|
path_to_uki=/efi/EFI/debian/debian-linux.efi
|