X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=grub-lvmdevice.patch;h=d9b6be7e4abd918224635490f0f752f762d77ddd;hb=37c1d015a25095060b7e8e27365fa2767a402366;hp=0f9d87fa8f915f7efbdc1793d1ac4048cb7b0065;hpb=3a8be31c695692a1764fe639ae96595d0effa6b0;p=packages%2Fgrub2.git diff --git a/grub-lvmdevice.patch b/grub-lvmdevice.patch index 0f9d87f..d9b6be7 100644 --- a/grub-lvmdevice.patch +++ b/grub-lvmdevice.patch @@ -1,6 +1,7 @@ ---- grub-2.02~beta2/util/grub-mkconfig.in~ 2014-01-13 16:12:41.020705075 +0200 -+++ grub-2.02~beta2/util/grub-mkconfig.in 2014-01-13 16:10:42.000000000 +0200 -@@ -131,6 +131,21 @@ +diff -ur grub-2.04.orig/util/grub-mkconfig.in grub-2.04/util/grub-mkconfig.in +--- grub-2.04.orig/util/grub-mkconfig.in 2019-08-18 15:43:15.196000000 +0200 ++++ grub-2.04/util/grub-mkconfig.in 2019-08-18 15:43:33.498000000 +0200 +@@ -133,6 +133,21 @@ # Device containing our userland. Typically used for root= parameter. GRUB_DEVICE="`${grub_probe} --target=device /`" @@ -20,5 +21,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.