diff --git a/kiwi/bootloader/config/grub2.py b/kiwi/bootloader/config/grub2.py index 171690d600a..f9cb83f68a2 100644 --- a/kiwi/bootloader/config/grub2.py +++ b/kiwi/bootloader/config/grub2.py @@ -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