On 20.07.2011 14:27, devkral wrote:
> Hello,
> the scripts to generate a grub.cfg file doesn't find lvm under encrypted
> partitions (arch).
> Debian has fixed this problem elsewise but it would be nice to have a clean
> way detecting such partitions.
> I attach a patch to do so with an alternative
On 24.07.2011 13:48, devkral wrote:
> Am Donnerstag, den 21.07.2011, 21:51 +0200 schrieb Vladimir
> 'φ-coder/phcoder' Serbinenko:
>> Please keep the list CC'ed.
Keep the list CC'ed. Idon't accept patches sent privately
>> On 21.07.2011 21:39, devkral wrote:
>>> sorry, I don't understand the uuid-LU
Keep the list CC'ed. It's not difficult
On 24.07.2011 01:26, devkral wrote:
> Am Donnerstag, den 21.07.2011, 21:51 +0200 schrieb Vladimir
> 'φ-coder/phcoder' Serbinenko:
>> Please keep the list CC'ed.
>> On 21.07.2011 21:39, devkral wrote:
>>> sorry, I don't understand the uuid-LUKS logic of grub-p
Please keep the list CC'ed.
On 21.07.2011 21:39, devkral wrote:
> sorry, I don't understand the uuid-LUKS logic of grub-probe and dmsetup
> doesn't support this check.
dmsetup info /dev/mapper/mycrypt gives:
...
UUID: CRYPT-LUKS1--mycrypt_unformatted
And with grub-pr
Moving to grub-devel.
On 20.07.2011 14:27, devkral wrote:
> Hello,
> the scripts to generate a grub.cfg file doesn't find lvm under encrypted
> partitions (arch).
> Debian has fixed this problem elsewise but it would be nice to have a clean
> way detecting such partitions.
> I attach a patch to do