Re: [PATCH fstools] partname: add "fstools_use_partlabel" option to find part from label

2022-03-12 Thread INAGAKI Hiroshi
Hi Daniel, Thank you for your review. On 2022/03/12 19:57, Daniel Golle wrote: On Sat, Mar 12, 2022 at 01:05:17PM +0900, INAGAKI Hiroshi wrote: This patch adds "fstools_use_partlabel" option to partname driver. The Linux Kernel supports "root=PARTLABEL=" syntax, but fstools doesn't and fail t

Re: [PATCH fstools] partname: add "fstools_use_partlabel" option to find part from label

2022-03-12 Thread Daniel Golle
On Sat, Mar 12, 2022 at 01:05:17PM +0900, INAGAKI Hiroshi wrote: > This patch adds "fstools_use_partlabel" option to partname driver. > > The Linux Kernel supports "root=PARTLABEL=" syntax, but fstools > doesn't and fail to parse the path to the root device. > To use this syntax, add the option an

[PATCH fstools] partname: add "fstools_use_partlabel" option to find part from label

2022-03-11 Thread INAGAKI Hiroshi
This patch adds "fstools_use_partlabel" option to partname driver. The Linux Kernel supports "root=PARTLABEL=" syntax, but fstools doesn't and fail to parse the path to the root device. To use this syntax, add the option and find from all block devices. Note: This change is required for I-O DATA