Skip to content

Commit

Permalink
bootloader/config/grub2: Do not "fix" vmlinux & initrd paths in ostre…
Browse files Browse the repository at this point in the history
…e case
  • Loading branch information
travier committed May 30, 2024
1 parent be4bc61 commit 15f22aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kiwi/bootloader/config/grub2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,8 @@ def _fix_grub_loader_entries_boot_cmdline(self):
grub_menu_entry_file.write(menu_entry)

def _fix_grub_loader_entries_linux_and_initrd_paths(self):
# Temporarily nuked
return
# For the same reasons encoded in _fix_grub_loader_entries_boot_cmdline
# this method exists. In this method the wrong paths to the linux
# kernel and initrd gets fixed
Expand Down

0 comments on commit 15f22aa

Please sign in to comment.