]> TLD Linux GIT Repositories - packages/grub2.git/blobdiff - grub-lvmdevice.patch
- merged 2.12 from PLD
[packages/grub2.git] / grub-lvmdevice.patch
index 0f9d87fa8f915f7efbdc1793d1ac4048cb7b0065..85ae59694b997c4e33e170a971f1082dc26a7b00 100644 (file)
@@ -20,5 +20,5 @@
 +esac
 +
  GRUB_DEVICE_UUID="`${grub_probe} --device ${GRUB_DEVICE} --target=fs_uuid 2> /dev/null`" || true
+ GRUB_DEVICE_PARTUUID="`${grub_probe} --device ${GRUB_DEVICE} --target=partuuid 2> /dev/null`" || true
  
- # Device containing our /boot partition.  Usually the same as GRUB_DEVICE.