mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
udev: use pkill and rm from busybox in the initramfs hook.
Bump revision. --HG-- extra : convert_revision : 0bd72f6a716dcf86183c04efff4c2a4b48efeba0
This commit is contained in:
parent
d3b7ea77b7
commit
e4b9a3100f
2 changed files with 1 additions and 5 deletions
|
@ -20,10 +20,6 @@ esac
|
||||||
|
|
||||||
. /usr/share/initramfs-tools/hook-functions
|
. /usr/share/initramfs-tools/hook-functions
|
||||||
|
|
||||||
# We use pkill and rm
|
|
||||||
copy_exec /usr/bin/pkill /sbin
|
|
||||||
copy_exec /bin/rm /bin
|
|
||||||
|
|
||||||
# Copy across the udev binaries
|
# Copy across the udev binaries
|
||||||
copy_exec /sbin/udevd /sbin
|
copy_exec /sbin/udevd /sbin
|
||||||
copy_exec /sbin/udevadm /sbin
|
copy_exec /sbin/udevadm /sbin
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'udev'
|
# Template file for 'udev'
|
||||||
pkgname=udev
|
pkgname=udev
|
||||||
version=146
|
version=146
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev
|
configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev
|
||||||
|
|
Loading…
Add table
Reference in a new issue