mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
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:
parent
956e519453
commit
93cf5acea4
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ extraMounts:
|
|||
- device: tmpfs
|
||||
fs: tmpfs
|
||||
mountPoint: /run
|
||||
- device: /run/udev
|
||||
mountPoint: /run/udev
|
||||
options: bind
|
||||
|
||||
extraMountsEfi:
|
||||
- device: efivarfs
|
||||
|
|
Loading…
Add table
Reference in a new issue