Re: [PATCH v7] probe: Support probing for partition UUID with --part-uuid

2019-07-11 Thread Daniel Kiper
On Mon, May 20, 2019 at 02:11:00PM +0200, Daniel Kiper wrote: > On Mon, May 20, 2019 at 01:45:59PM +0200, Paul Menzel wrote: > > Dear Daniel, > > > > On 20.05.19 13:39, Daniel Kiper wrote: > > > CC-ing Paul. > > > > > > On Wed, May 15, 2019 at 09:04:43PM +0200, Jacob Kroon wrote: > > > > Linux supp

Re: [PATCH v7] probe: Support probing for partition UUID with --part-uuid

2019-05-20 Thread Daniel Kiper
On Mon, May 20, 2019 at 01:45:59PM +0200, Paul Menzel wrote: > Dear Daniel, > > On 20.05.19 13:39, Daniel Kiper wrote: > > CC-ing Paul. > > > > On Wed, May 15, 2019 at 09:04:43PM +0200, Jacob Kroon wrote: > > > Linux supports root=PARTUUID= boot argument, so add > > > support for probing it. Compar

Re: [PATCH v7] probe: Support probing for partition UUID with --part-uuid

2019-05-20 Thread Paul Menzel
Dear Daniel, On 20.05.19 13:39, Daniel Kiper wrote: CC-ing Paul. On Wed, May 15, 2019 at 09:04:43PM +0200, Jacob Kroon wrote: Linux supports root=PARTUUID= boot argument, so add support for probing it. Compared to the fs UUID, the partition UUID does not change when reformatting a partition.

Re: [PATCH v7] probe: Support probing for partition UUID with --part-uuid

2019-05-20 Thread Daniel Kiper
CC-ing Paul. On Wed, May 15, 2019 at 09:04:43PM +0200, Jacob Kroon wrote: > Linux supports root=PARTUUID= boot argument, so add > support for probing it. Compared to the fs UUID, the partition > UUID does not change when reformatting a partition. > > For now, only disks using a GPT partition table