Update debian/README.Debian to reflect current state
[grml-udev-config.git] / debian / README.Debian
1 grml-udev-config for Debian - Documentation of provided rules
2 -------------------------------------------------------------
3
4 /lib/udev/rules.d/01-grml-forensic.rules
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7 Mark new block devices as readonly when booting with kernel command line
8 option read-only (boot menu entry forensic/readonly).
9
10 /lib/udev/rules.d/60-grml-external.rules
11 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
13 Udev rule to map USB pendrives/sticks to /dev/external* device nodes (or
14 symlinks respectively).
15
16 Note: This rule is deprecated in favour of the grml-usbdev rules file mentioned
17 below. Nevertheless this way of accessing devices is retained for backwards
18 compatibility reasons.
19
20 /lib/udev/rules.d/60-grml-usbdev.rules
21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
23 This udev rule allows simple access to USB devices like pendrives upon plugging
24 them in.  You'll get according symlinks in /dev (prefixed with 'usb-'), entries
25 in /etc/fstab (via rebuildfstab) and directories in /media according to available
26 labeled filesystems for free. On removal of the USB device the symlinks and
27 usb*-directories in /media will automatically vanish.
28
29 /lib/udev/rules.d/85-brltty.rules
30 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
32 Automatically start brltty if a supported USB device gets attached.
33
34 /lib/udev/rules.d/89-grml-dm.rules
35 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36
37 Add watch option for dm devices to get change notification if device changes.
38
39 /lib/udev/rules.d/90-grml-blockdevices.rules
40 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41
42 This script triggers the /usr/sbin/rebuildfstab script for updating /etc/fstab
43 and /media/* when block devices are added or removed from the system.
44
45  -- Michael Prokop <mika@grml.org>  Fri, 13 Nov 2009 12:02:41 +0100