mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
15 lines
208 B
Diff
15 lines
208 B
Diff
--- a/init.d/udev
|
|
+++ b/init.d/udev
|
|
@@ -9,9 +9,11 @@
|
|
|
|
depend()
|
|
{
|
|
+ use modloop
|
|
need sysfs dev-mount
|
|
before checkfs fsck
|
|
keyword -lxc -systemd-nspawn -vserver
|
|
+ provide dev
|
|
}
|
|
|
|
get_udevd_binary() {
|