fix: kernel filename fix

This commit is contained in:
Peter Šurda 2021-03-02 23:15:02 +01:00
parent 6ff02db2d2
commit a4a3250aa7
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function update_syslinux_menu()
declare -A versions
declare -a files
files=('boot-kernel.', 'boot-initrd.')
files=('boot-kernel.' 'boot-initrd.')
mount_efi "$drive"