grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Install to LVM PVs


From: Dryden Personalis
Subject: Re: [PATCH] Install to LVM PVs
Date: Mon, 09 May 2016 18:18:19 +0200
User-agent: Roundcube Webmail/1.1.5

Dryden Personalis schreef op 09-05-2016 18:10:

I have reverted to that of the patch (or similar):

if (fs_probe)
  {
    if (!is_lvm && !fs && !ctx.dest_partmap)
      grub_util_error (_("unable to identify a filesystem in %s;
safety check can't be performed"), dest_dev->disk->name);

In particular I feel !is_lvm and !ctx.dest_partmap are equivalent. Why, they both indicate partitions, instead of being a partition (with a filesystem).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]