calamares: modules/mount.conf: bind mount /run for systemd-resolve to work in chrooted environment

This commit is contained in:
Silvan Calarco 2022-09-06 18:13:37 +02:00
parent 214489bae0
commit 2dccd4d910

View File

@ -9,11 +9,8 @@ extraMounts:
- device: /dev
mountPoint: /dev
options: bind
- device: tmpfs
fs: tmpfs
- device: /run
mountPoint: /run
- device: /run/udev
mountPoint: /run/udev
options: bind
extraMountsEfi: