Bind-mount /run/udev in the chroot by default.

NOTE: this is absolutely necessary for grub-mkconfig's os-prober
instance to work.
This commit is contained in:
Teo Mrnjavac 2016-11-08 11:17:39 +01:00
parent 956e519453
commit 93cf5acea4

View File

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