[neon/extras/calamares/Neon/release] debian: add setting to stop automount

Jonathan Esk-Riddell null at kde.org
Wed Mar 9 16:43:22 GMT 2022


Git commit a87552adab9e6fb03e71e967ccac3a268903ae14 by Jonathan Esk-Riddell.
Committed on 09/03/2022 at 16:42.
Pushed by jriddell into branch 'Neon/release'.

add setting to stop automount

https://github.com/calamares/calamares/issues/1885
Add setting to stop automount
debian/kded_device_automounterrc

M  +1    -0    debian/calamares.install
A  +4    -0    debian/kded_device_automounterrc

https://invent.kde.org/neon/extras/calamares/commit/a87552adab9e6fb03e71e967ccac3a268903ae14

diff --git a/debian/calamares.install b/debian/calamares.install
index 9369ee8..d4670cf 100644
--- a/debian/calamares.install
+++ b/debian/calamares.install
@@ -2,3 +2,4 @@ usr/bin/
 usr/lib/*/calamares/
 usr/lib/*/libcalamares*.so.*
 usr/share/
+debian/kded_device_automounterrc /etc/xdg/
diff --git a/debian/kded_device_automounterrc b/debian/kded_device_automounterrc
new file mode 100644
index 0000000..9666f17
--- /dev/null
+++ b/debian/kded_device_automounterrc
@@ -0,0 +1,4 @@
+[General]
+AutomountEnabled=false
+AutomountOnLogin=false
+AutomountOnPlugin=false


More information about the Neon-commits mailing list