summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-07-12 12:00:31 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-07-12 12:00:31 -0500
commitf8face7a772ffc4aa66276ff2eb09c5c0e6f3bbf (patch)
tree15267b41bdb827470d8046a094f9fb0962a49533 /conf.d
parentRearrange the directory structure (diff)
downloadudev-gentoo-scripts-f8face7a772ffc4aa66276ff2eb09c5c0e6f3bbf.tar.gz
udev-gentoo-scripts-f8face7a772ffc4aa66276ff2eb09c5c0e6f3bbf.tar.bz2
udev-gentoo-scripts-f8face7a772ffc4aa66276ff2eb09c5c0e6f3bbf.zip
remove rc_device_tarball functionality
This has been deprecated for some time. The upstream supported method for creating custom devices is to put the actual devices in @LIBEXECDIR@/udev/devices, so that is what we support.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/udev9
1 files changed, 0 insertions, 9 deletions
diff --git a/conf.d/udev b/conf.d/udev
index 7c3d3eb..bdbe88f 100644
--- a/conf.d/udev
+++ b/conf.d/udev
@@ -11,15 +11,6 @@ persistent_net_disable="no"
# as /dev/{cdrom,cdrw,dvd,dvdrw}
persistent_cd_disable="no"
-# Set to "yes" if you want to save /dev to a tarball on shutdown
-# and restore it on startup. This is useful if you have a lot of
-# custom device nodes that udev does not handle/know about.
-#
-# As this option is fragile, we recommend you
-# to create your devices in /lib/udev/devices.
-# These will be copied to /dev on boot.
-#rc_device_tarball="NO"
-
# udev can trigger coldplug events which cause services to start and
# kernel modules to be loaded.
# Services are deferred to start in the boot runlevel.