From 5a38c42432b949189f33a57776b077d6a37f8f0a Mon Sep 17 00:00:00 2001 From: Michael Preisach Date: Mon, 29 Jun 2020 14:10:55 +0200 Subject: [PATCH] removed bash variables in code sections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c41c002..505f4f9 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ mkdir -p /boot/efi/EFI/Linux objcopy \ --add-section .osrel="/usr/lib/os-release" --change-section-vma .osrel=0x20000 \ --add-section .cmdline="/boot/kernel-command-line.txt" --change-section-vma .cmdline=0x30000 \ - --add-section .linux="/boot/vmlinuz-$VERSION" --change-section-vma .linux=0x40000 \ - --add-section .initrd="/boot/initrd.img-$VERSION" --change-section-vma .initrd=0x3000000 \ + --add-section .linux="/boot/vmlinuz-5.4.0-39-generic" --change-section-vma .linux=0x40000 \ + --add-section .initrd="/boot/initrd.img-5.4.0-39-generic" --change-section-vma .initrd=0x3000000 \ "/usr/lib/systemd/boot/efi/linuxx64.efi.stub" "/boot/efi/EFI/Linux/Linux.efi" ``` 7. Create a EFI Boot entry for the new unified kernel