From 433d6ded6d296c54c110189eebc61b7b7477d843 Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 9 Nov 2016 07:39:58 +0100 Subject: [PATCH] [mount] Bind-mount /run/udev in the chroot by default --- src/modules/mount/mount.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/mount/mount.conf b/src/modules/mount/mount.conf index 68e214ed3..d8f8fb8cc 100644 --- a/src/modules/mount/mount.conf +++ b/src/modules/mount/mount.conf @@ -12,6 +12,9 @@ extraMounts: - device: tmpfs fs: tmpfs mountPoint: /run + - device: /run/udev + mountPoint: /run/udev + options: bind extraMountsEfi: - device: efivarfs