We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e3330 commit f498bb6Copy full SHA for f498bb6
1 file changed
install/5-install-alpine.sh
@@ -50,6 +50,7 @@ chroot $INSTALL_ROOT rc-update add sysctl default
50
51
# chroot $INSTALL_ROOT rc-update add zfs-import default
52
53
+#NOTE: mdev mode is way too slow vs mdevd. (it will do hotplug fork flooding when having lots of zfs volumes)
54
chroot $INSTALL_ROOT setup-devd mdevd
55
56
# fstab
0 commit comments