[neon/neon/calamares-settings/Neon/unstable] desktop/calamares/desktop/modules: update mount.conf to current syntax
Jonathan Esk-Riddell
null at kde.org
Mon Jun 27 15:24:22 BST 2022
Git commit f824f46e0457fb529659d6a1b7ec9c49cc605390 by Jonathan Esk-Riddell.
Committed on 27/06/2022 at 14:24.
Pushed by jriddell into branch 'Neon/unstable'.
update mount.conf to current syntax
M +3 -4 desktop/calamares/desktop/modules/mount.conf
https://invent.kde.org/neon/neon/calamares-settings/commit/f824f46e0457fb529659d6a1b7ec9c49cc605390
diff --git a/desktop/calamares/desktop/modules/mount.conf b/desktop/calamares/desktop/modules/mount.conf
index 64e0518..f6f4fbf 100644
--- a/desktop/calamares/desktop/modules/mount.conf
+++ b/desktop/calamares/desktop/modules/mount.conf
@@ -25,15 +25,14 @@ extraMounts:
mountPoint: /sys
- device: /dev
mountPoint: /dev
- options: bind
+ options: [ bind ]
- device: tmpfs
fs: tmpfs
mountPoint: /run
- device: /run/udev
mountPoint: /run/udev
- options: bind
-
-extraMountsEfi:
+ options: [ bind ]
- device: efivarfs
fs: efivarfs
mountPoint: /sys/firmware/efi/efivars
+ efi: true
More information about the Neon-commits
mailing list