Cleanup.
1 parent d753df3 commit 3938526a7c7bc3a99deb44db9221d35ca22dac63
@tundra tundra authored on 31 Oct 2013
Showing 1 changed file
View
4
Deconstructing_Linux_udev_Rules.rst
 
 
:Author: Tim Daneliuk (tundra@tundraware.com)
 
:Version: ``$Id: Deconstructing_Linux_udev_Rules.rst,v 1.123 2013/11/01 04:25:53 tundra Exp $``
:Version: ``$Id: Deconstructing_Linux_udev_Rules.rst,v 1.124 2013/11/01 04:28:33 tundra Exp $``
 
 
Précis
======
below are broken across multiple lines to make them more readable. In
the actual file, they entire rule is put on one line. It is possible
to break rules across lines, but you have to ensure that you follow the
syntax that ``udev`` expects. To keep things from mysteriously
breaking, it's easier just to keep the entire rule on one line::
breaking, it's just easier to keep the entire rule on one line::
 
ACTION=="add", KERNEL=="sd*",
PROGRAM=="/sbin/scsi_id --whitelisted /dev/$name",
RESULT=="VBOX_HARDDISK_VB5f712327-2bb4be0c",