X-Git-Url: https://git.tld-linux.org/?p=packages%2Fgrub2.git;a=blobdiff_plain;f=grub-lvmdevice.patch;h=85ae59694b997c4e33e170a971f1082dc26a7b00;hp=0f9d87fa8f915f7efbdc1793d1ac4048cb7b0065;hb=HEAD;hpb=3a8be31c695692a1764fe639ae96595d0effa6b0 diff --git a/grub-lvmdevice.patch b/grub-lvmdevice.patch index 0f9d87f..85ae596 100644 --- a/grub-lvmdevice.patch +++ b/grub-lvmdevice.patch @@ -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.