From 8291fd0f3965fa7ea2790d17d2e53c8b9c252863 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 30 Aug 2012 08:49:33 -0400 Subject: init: add support for root=PARTLABEL=foo Signed-off-by: Dave Reisner --- init_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_functions b/init_functions index c2223ff..3ac0588 100644 --- a/init_functions +++ b/init_functions @@ -183,7 +183,7 @@ resolve_device() { # usage of tags without udev and "slow" devices like root on # USB, which might not immediately show up. case $device in - UUID=*|LABEL=*|PARTUUID=*) + UUID=*|LABEL=*|PARTUUID=*|PARTLABEL=*) dev=$(blkid -lt "$device" -o device) if [ -z "$dev" -a "$udevd_running" -eq 1 ]; then tag=$(awk -v t="${device%%=*}" 'BEGIN { print tolower(t) }') -- cgit v1.2.3-24-g4f1b