summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2013-03-21 10:58:05 -0500
committerWilliam Hubbs <williamh@gentoo.org>2013-03-21 10:58:05 -0500
commit74b88a1f6299309abac982af6976a042e13052e1 (patch)
tree6c9f35e7bc58784db4f87a5c9765881ff9360814
parentOptionally create /dev/root symlink (diff)
downloadudev-gentoo-scripts-74b88a1f6299309abac982af6976a042e13052e1.tar.gz
udev-gentoo-scripts-74b88a1f6299309abac982af6976a042e13052e1.tar.bz2
udev-gentoo-scripts-74b88a1f6299309abac982af6976a042e13052e1.zip
remove extra information about /dev/root
This is not really needed in the output of the init script since it is covered in the conf.d file and helper script.
-rw-r--r--init.d/udev4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.d/udev b/init.d/udev
index 09b59e9..b0955a4 100644
--- a/init.d/udev
+++ b/init.d/udev
@@ -96,10 +96,6 @@ start_udevmonitor()
populate_dev()
{
if yesno ${rc_dev_root_symlink:-yes}; then
- einfo "The following is a temporary fix because some software"
- einfo "depends on the existence of /dev/root."
- einfo "For more information, see the following bug:"
- einfo "https://bugs.gentoo.org/show_bug.cgi?id=438380"
ebegin "Generating a rule to create /dev/root symlink"
/lib/udev/dev-root-link.sh
eend $?