| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts commit c21655268bd42d668a1d01460133f93deaa1b3a8.
Packages in gentoo are being updated to install things in /usr/lib/udev
where they belong.
|
| |
|
| |
|
|
|
|
|
| |
For now the best option for gentoo is going to be not to move
/lib/systemd/systemd-udevd and /lib/udev to /usr.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This udev helper created /dev/root, which was a link to the root device.
However, this should not be needed.
|
| |
|
|
|
|
| |
This seems to be overkill for our init scripts.
|
| |
|
|
|
|
|
|
|
| |
This file seemed to refer to drivers for very old kernels, so I am
removing it. Also, something like this is not really part of the init
scripts. If we do need a file like this, it belongs in the udev package
itself.
|
| |
|
| |
|
|
|
|
|
| |
I am renaming this for consistency; there is a misql-init-scripts in the
tree, so we should follow that lead with our udev init scripts.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The snapshot target makes a tarball named udev-gentoo-scripts.tar.bz2
which consists of whatever is at the current head of the master branch.
The dist target makes a tarball based on the tag set in the VERSION
makefile variable. This makes it possible to recreate a tarball of any
released version of the scripts by doing make VERSION=whatever dist.
|
|
|
|
|
| |
This code is used only in the udev init script, so we can merge it into
the script. The tests were also updated to support this.
|
|
|
|
|
|
|
|
|
| |
The makefile was hard coding a value for the minimal kernel version into
the init script. I feel that a better approach is to have a variable
with a default value in the init script. For testing, it is possible to
adjust the value in /etc/conf.d/udev. I deliberately did not document
this in the conf.d file, because this is a value we would not want users
to modify.
|
|
|
|
|
|
|
|
| |
Udev upstream requires a certain version of the kernel to be run with
udev. We had a test for a reliable kernel version to use with udev, but
that version was lower than upstream's requirement. I do not see a
reason to allow a version of the kernel lower than upstream's
requirements to be run with udev.
|
|
|
|
|
|
|
|
|
|
| |
udev-mount was a separate init script which mounted devtmpfs or
a tmpfs filesystem on /dev for use with udev.
This commit removes the separate udev-mount script and
encorporates that code into the udev script. If you need to run it
separately, you can do so with rc-service udev udev_mount or
/etc/init.d/udev udev_mount.
|
| |
|
|
|
|
|
| |
This reverts commit 1f19637fa837356738cbafbff42a3247355ce671.
This is being reverted due to Matthias' request.
|
| |
|
|
|
|
|
| |
This helper was used by the baselayout-1 addons. It is no longer needed
since they have been removed.
|
|
|
|
|
| |
Baselayout-1 has been removed from the tree, so we can remove the
baselayout-1 addons.
|
| |
|
|
|
|
|
| |
This removes the rc directory from the repository and renames the
directories to more closely match where things are ultimately installed.
|
| |
|
|
|
|
|
| |
Destdir should not have a value assigned to it; it should only be used
in the install target of the Makefile.
|
|
|
|
| |
Improve testcases a bit
|
| |
|