| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/810928
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
|
|
|
|
|
|
| |
Thanks to nissarin@gmail.com for the patch
Closes: https://bugs.gentoo.org/751973
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
|
|
|
| |
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
|
|
|
| |
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
|
|
|
|
|
| |
empty value resulted in "Extraneous argument" error
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
|
|
|
|
|
|
|
| |
As of systemd-246, systemd-udevd is a symlink to udevadm.
Bug: https://bugs.gentoo.org/734950
Reverts: b165050513894b3d600e8302bd68c7ba553fbb04
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
|
|
|
| |
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
|
|
|
| |
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
|
|
|
|
|
|
|
| |
Using this option does not allow OpenRC to show the status correctly
since udevd doesn't write a pid file.
We need to create the pidfile ourselves.
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
|
|
|
| |
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
systemd-udevd was fixed upstream, making this hack unnecessary.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Starting in daemon mode prevents udev-trigger from running before
udevd has fully started. See bug 551928.
To prevent a regression on bug 547916, we use shell redirection
to redirect the standard file descriptors to /dev/null.
X-Gentoo-Bug: 551724
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=551724
|
| |
|
|
|
|
|
| |
X-Gentoo-Bug: 551644
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=551644
|
| |
|
|
|
|
|
| |
This is how earlier versions of the scripts behaved, so we should not
break expectations.
|
|
|
|
|
| |
This is how earlier versions of the scripts behave, so we should not
break expectations.
|
|
|
|
|
|
|
| |
The "git archive" command can create *.gz tarballs without piping
through external utilities. The *.gz file is about the same size as a
*.bz2 file, so using *.gz in this case doesn't change the size of the
tarball significantly.
|
|
|
|
|
| |
X-Gentoo-Bug: 548090
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=548090
|
|
|
|
|
|
|
|
| |
This is needed since udev does not close std{in,out,err} if the --daemon
function is used, which leaves the terminal open forever.
X-Gentoo-Bug: 547916
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=547916
|
| |
|
|
|
|
|
|
|
|
|
| |
The udev service now has been split into three services: udev starts the
daemon, udev-trigger populates /dev and udev-settle waits for all udev
events to time out.
udev and udev-trigger will be needed in the sysinit runlevel; however,
udev-settle will not on most systems.
|
| |
|
| |
|
|
|
|
| |
instead.
|
|
|
|
|
|
| |
OpenRC 0.13 and newer will mount /dev correctly,. The tests to make sure
devtmpfs is in the kernel and /dev is a mounted devtmpfs have been moved
to start_pre in the udev service script.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This code should only be run by the udev init script, so let's put it
inside the script instead of making it a helper.
X-Gentoo-Bug: 495086
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=495086
|
| |
|
|
|
|
|
|
|
|
| |
This allows the predictable interface names to work when coldplugging is
disabled.
X-Gentoo-Bug: 465248
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=465248
|
|
|
|
|
|
|
| |
We should run /bin/udevadm directly instead of using a symbolic link.
X-Gentoo-Bug: 464190
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=464190
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is not really needed in the output of the init script since it is
covered in the conf.d file and helper script.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is being added because there is software in our tree which hard
codes the reference to /dev/root instead of using stat("/") to retrieve
the root device. It is temporary however and will be removed again once
this software is fixed.
This is based on a patch submitted by Samuli Ssuominen.
X-Gentoo-Bug: 438380
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=438380
|