[PATCH] init/do_mounts.c: add root=PARTLABEL= support

2018-08-22 Thread Nikolaus Voss
Support referencing the root partition label from GPT as argument to the root= option on the kernel command line in analogy to referencing the partition uuid as root=PARTUUID=. Specifying the partition label instead of the uuid is often much easier, e.g. in embedded environments when there is an

[PATCH] init/do_mounts.c: add root=PARTLABEL= support

2018-08-22 Thread Nikolaus Voss
Support referencing the root partition label from GPT as argument to the root= option on the kernel command line in analogy to referencing the partition uuid as root=PARTUUID=. Specifying the partition label instead of the uuid is often much easier, e.g. in embedded environments when there is an