[neon/neon/calamares-settings/Neon/stable] 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:18:20 GMT 2024


Git commit b2a6e5a4b2d6cc71a290940118ace8436a3d0f69 by Carlos De Maine.
Committed on 29/01/2024 at 12:18.
Pushed by carlosdem into branch 'Neon/stable'.

/run/systemd needs to be mounted and bound/bind(ed) for networking and other systemd related stuffs to work in the calamares chroot

(cherry picked from commit fdf20342d1f2f535bf84c01c172f376ff6b339ec)

M  +3    -0    desktop/calamares/desktop/modules/mount.conf

https://invent.kde.org/neon/neon/calamares-settings/-/commit/b2a6e5a4b2d6cc71a290940118ace8436a3d0f69

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