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

NOTE: this is absolutely necessary for grub-mkconfig's os-prober
instance to work.
main
Teo Mrnjavac 8 years ago
parent 956e519453
commit 93cf5acea4

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

Loading…
Cancel
Save