diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-01-13 21:05:10 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-01-18 19:29:15 +0100 |
commit | 1257d537a3ff62e2c543afb1ef4f807a003c9f2f (patch) | |
tree | bda1471c52eaeed0ead6d9800631c7ef3b615fba /man | |
parent | 1fb67220211a6b49870107bff052623c51ecbffb (diff) | |
download | mkinitcpio-1257d537a3ff62e2c543afb1ef4f807a003c9f2f.tar.gz mkinitcpio-1257d537a3ff62e2c543afb1ef4f807a003c9f2f.tar.xz |
mkinitcpio.8: we support PARTLABEL too
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/mkinitcpio.8.txt | 5 |
1 files 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 |