SHA256
1
0
forked from pool/python-kiwi
Marcus Schaefer 75d1d11375 - Bump version: 9.7.0 → 9.7.1
- Refactor detection code for grub directory name
  
  The method get_grub_boot_directory_name was based on checking
  for the name of the grub2 install tool, but this is not always
  reliable because the name of the grub2 install tool has no
  direct connection to the grub2 path. The method changes in a
  way that it checks for the presence of the grub2 installation
  directory which is /usr/lib/grub or /usr/lib/grub2. Depending
  on the result the location in boot is /boot/grub or /boot/grub2
  which seems to be a more reliable check
  

  
- Fixup detection of grub directory name
  
  In order to put grub data to boot/grub2 or boot/grub a check for
  the grub2-tool vs. grub-tool name is performed. This requires
  access to the image root directory on a file basis which is not always
  applicable. When setting up the grub bootloader for e.g EFI boot on
  an iso image the rootfs can't be directly accessed because the iso
  image contains the rootfs in a compressed format. This commit
  refactors the check to be generic for all image types
  

  
- Fixup EFI setup for iso images

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=31
2017-06-08 09:02:26 +00:00
2017-03-09 09:38:02 +00:00
Description
No description provided
9.8 MiB
Languages
Shell 100%