mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 21:02:25 +01:00
13 lines
251 B
Diff
13 lines
251 B
Diff
diff --git a/init.d/udev b/init.d/udev
|
|
index ef89219..88c1f58 100644
|
|
--- a/init.d/udev
|
|
+++ b/init.d/udev
|
|
@@ -11,6 +11,7 @@ depend()
|
|
{
|
|
provide dev
|
|
need sysfs dev-mount
|
|
+ use modloop
|
|
before checkfs fsck
|
|
keyword -lxc -systemd-nspawn -vserver
|
|
}
|