[neon/neon/calamares-settings/Neon/unstable] desktop/calamares/desktop/modules: /run/systemd needs to be mounted and bound/bind(ed) for networking and other systemd related stuffs to work in the calamares chroot
Carlos De Maine
null at kde.org
Mon Jan 29 12:17:53 GMT 2024
Git commit fdf20342d1f2f535bf84c01c172f376ff6b339ec by Carlos De Maine.
Committed on 29/01/2024 at 12:17.
Pushed by carlosdem into branch 'Neon/unstable'.
/run/systemd needs to be mounted and bound/bind(ed) for networking and other systemd related stuffs to work in the calamares chroot
M +3 -0 desktop/calamares/desktop/modules/mount.conf
https://invent.kde.org/neon/neon/calamares-settings/-/commit/fdf20342d1f2f535bf84c01c172f376ff6b339ec
diff --git a/desktop/calamares/desktop/modules/mount.conf b/desktop/calamares/desktop/modules/mount.conf
index f6f4fbf..e9bf70d 100644
--- a/desktop/calamares/desktop/modules/mount.conf
+++ b/desktop/calamares/desktop/modules/mount.conf
@@ -32,6 +32,9 @@ extraMounts:
- device: /run/udev
mountPoint: /run/udev
options: [ bind ]
+ - device: /run/systemd
+ mountPoint: /run/systemd
+ options: [ bind ]
- device: efivarfs
fs: efivarfs
mountPoint: /sys/firmware/efi/efivars
More information about the Neon-commits
mailing list