From 1257d537a3ff62e2c543afb1ef4f807a003c9f2f Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 13 Jan 2013 15:05:10 -0500 Subject: mkinitcpio.8: we support PARTLABEL too Signed-off-by: Dave Reisner --- man/mkinitcpio.8.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/mkinitcpio.8.txt b/man/mkinitcpio.8.txt index 153fa18..2b0f524 100644 --- a/man/mkinitcpio.8.txt +++ b/man/mkinitcpio.8.txt @@ -235,8 +235,9 @@ the kernel command line: directly such as '/dev/sda2', or using a udev symlink such as '/dev/disk/by-label/CorsairF80-root'. Support for identification by LABEL or UUID tags are also supported, such as, 'LABEL=CorsairF80-root'. As of - util-linux 2.22, PARTUUID is also supported. Identification via hex encoded - major/minor device ID is supported for legacy reasons, but should not be used. + util-linux 2.22, PARTUUID and PARTLABEL are also supported. Identification + via hex encoded major/minor device ID is supported for legacy reasons, but + should be avoided as it tends to be fragile. *rootdelay=*'seconds':: Sets the delay, in seconds, that mkinitcpio is willing to wait for the root -- cgit v1.2.3-24-g4f1b