В Sun, 8 Dec 2013 19:14:17 +0100
Robert Milasan <rmila...@suse.com> пишет:

> I've got this small rule which seems to not work at all:
> 
> ACTION!="add|change", GOTO="end_root_symlink"
> SUBSYSTEM!="block", GOTO="end_root_symlink"
> ENV{DEVTYPE}!="partition", GOTO="end_root_symlink"
> 
> IMPORT{program}="/usr/bin/udevadm info --export --export-prefix=ROOT_
> --device-id-of-file=/" ENV{MAJOR}!="0", ENV{MAJOR}=="$env{ROOT_MAJOR}",
                        ^ is not comma missing here?
> ENV{MINOR}=="$env{ROOT_MINOR}", SYMLINK+="root"
> 
> LABEL="end_root_symlink"
> 
> Can anyone tell me what I'm doing wrong?
> 

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to