View | Details | Raw Unified | Return to bug 483136
Collapse All | Expand All

(-)lib_mkinitd_scripts_boot-storage.sh (-1 / +1 lines)
Lines 48-54 Link Here
48
            ;;
48
            ;;
49
        LABEL=*)
49
        LABEL=*)
50
            label=${rootdev#LABEL=}
50
            label=${rootdev#LABEL=}
51
            echo "ENV{ID_FS_USAGE}==\"filesystem|other\", ENV{ID_FS_LABEL_SAFE}==\"$label\", SYMLINK+=\"root\"" > /etc/udev/rules.d/99-mkinitrd-label.rules
51
            echo "ENV{ID_FS_USAGE}==\"filesystem|other\", ENV{ID_FS_LABEL_ENC}==\"$label\", SYMLINK+=\"root\"" > /etc/udev/rules.d/99-mkinitrd-label.rules
52
            rootdev=/dev/root
52
            rootdev=/dev/root
53
            ;;
53
            ;;
54
        UUID=*)
54
        UUID=*)

Return to bug 483136