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

(-)a/mkinitrd.changes (+6 lines)
Lines 1-4 Link Here
1
-------------------------------------------------------------------
1
-------------------------------------------------------------------
2
Fri Jan 15 17:22:31 CET 2010 - lmuelle@suse.de
3
4
- Use ID_FS_LABEL_ENC instead of ID_FS_LABEL_SAFE in scripts/boot-storage.sh;
5
  (bnc#483136).
6
7
-------------------------------------------------------------------
2
Fri Jan 15 17:14:30 CET 2010 - mmarek@suse.cz
8
Fri Jan 15 17:14:30 CET 2010 - mmarek@suse.cz
3
9
4
- scripts/boot-block.sh: mdmon fixes.
10
- scripts/boot-block.sh: mdmon fixes.
(-)a/scripts/boot-storage.sh (-1 / +1 lines)
Lines 48-54 case $rootdev in 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