Author: pebender
Date: Mon Oct 13 12:27:18 2008
New Revision: 3834

Modified:
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/03-minimyth-disk.rules

Log:
- Fixed bug in mounting local boot disk that resulted from recent udev  
update.



Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/03-minimyth-disk.rules
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/03-minimyth-disk.rules
      
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/03-minimyth-disk.rules
      
Mon Oct 13 12:27:18 2008
@@ -24,7 +24,7 @@
        ENV{ID_CDROM}!="?*", OWNER="root", GROUP="disk" , MODE="0660",  
GOTO="end-add-access"
      LABEL="end-add-access"
      LABEL="begin-add-name"
-      ENV{ID_FS_LABEL_SAFE}=="minimyth",               
NAME="disk-minimyth", SYMLINK+="%k",           GOTO="end-add-name"
+      ENV{ID_FS_LABEL}=="minimyth",                    
NAME="disk-minimyth", SYMLINK+="%k",           GOTO="end-add-name"
        ATTR{removable}=="1", GOTO="begin-add-name-removable"
        GOTO="end-add-name-removable"
        LABEL="begin-add-name-removable"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to