Browse Source

removed bash variables in code sections

master
Michael Preisach 6 years ago
parent
commit
5a38c42432
  1. 4
      README.md

4
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

Loading…
Cancel
Save