Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
Previously, autodetection on the arm64 builder chose to
put lockfiles in /var/lock. This broke running pvscan from
a udev rule with read-only / and separate /var. Make this
option and related ones always use /run, independent of the
build environment.
|
|
This makes the packages significantly saner, at the expense of pulling
in a few more MB worth of files for users who only need dmsetup or
libdevicemapper. Currently, it's not clear to users where the
development headers or man pages for these can be found, and there are a
few more minor annoyances such as the dmeventd openrc script not being
contained in an -openrc subpackage.
The /lib/libdevmapper.so symlink should be unneccessary, since there's
already a symlink in /usr/lib/.
Half the .so symlinks are in /lib/, while the other half is in
/usr/lib/, but imho fixing that isn't worth the hassle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
all pkgs needed to bootstrap -> system
others -> user
|