calamares: modules/mount.conf: bind mount /run for systemd-resolve to work in chrooted environment
This commit is contained in:
parent
214489bae0
commit
2dccd4d910
@ -9,11 +9,8 @@ extraMounts:
|
|||||||
- device: /dev
|
- device: /dev
|
||||||
mountPoint: /dev
|
mountPoint: /dev
|
||||||
options: bind
|
options: bind
|
||||||
- device: tmpfs
|
- device: /run
|
||||||
fs: tmpfs
|
|
||||||
mountPoint: /run
|
mountPoint: /run
|
||||||
- device: /run/udev
|
|
||||||
mountPoint: /run/udev
|
|
||||||
options: bind
|
options: bind
|
||||||
|
|
||||||
extraMountsEfi:
|
extraMountsEfi:
|
||||||
|
Loading…
Reference in New Issue
Block a user