[mount] Bind-mount /run/udev in the chroot by default

This commit is contained in:
Philip 2016-11-09 07:39:58 +01:00
parent d698b98988
commit 433d6ded6d

View File

@ -12,6 +12,9 @@ extraMounts:
- device: tmpfs - device: tmpfs
fs: tmpfs fs: tmpfs
mountPoint: /run mountPoint: /run
- device: /run/udev
mountPoint: /run/udev
options: bind
extraMountsEfi: extraMountsEfi:
- device: efivarfs - device: efivarfs