[fedora-kickstarts] branch f36 updated (7611eb3 -> a69afdb)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch f36
in repository fedora-kickstarts.
from 7611eb3 Disable automount on KDE live images (#2073708)
add a69afdb increase boot partition size on Cloud base image
No new revisions were added by this update.
Summary of changes:
fedora-cloud-base.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] branch main updated (34faea4 -> 1fcebbb)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch main
in repository fedora-kickstarts.
from 34faea4 Disable automount on KDE live images (#2073708)
add 1fcebbb increase boot partition size on Cloud base image
No new revisions were added by this update.
Summary of changes:
fedora-cloud-base.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] branch f36 updated (8d939b7 -> 7611eb3)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch f36
in repository fedora-kickstarts.
from 8d939b7 Mate: use earlyoom instead of systemd-oomd-defaults
add 7611eb3 Disable automount on KDE live images (#2073708)
No new revisions were added by this update.
Summary of changes:
fedora-live-kde-base.ks | 9 +++++++++
1 file changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] branch main updated (f1ae8a5 -> 34faea4)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch main
in repository fedora-kickstarts.
from f1ae8a5 Mate: use earlyoom instead of systemd-oomd-defaults
add 34faea4 Disable automount on KDE live images (#2073708)
No new revisions were added by this update.
Summary of changes:
fedora-live-kde-base.ks | 9 +++++++++
1 file changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] 01/01: Disable automount on KDE live images (#2073708)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch f36-kde-disable-automount
in repository fedora-kickstarts.
commit 3407b6ada4aab0f23bb8e6d657ee95ce92b07b1c
Author: Adam Williamson <awilliam(a)redhat.com>
AuthorDate: Thu Apr 21 14:43:00 2022 -0700
Disable automount on KDE live images (#2073708)
It's mounting non-removable devices and causing problems for
anaconda.
Signed-off-by: Adam Williamson <awilliam(a)redhat.com>
---
fedora-live-kde-base.ks | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index 2ba360b..a9ec74b 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -85,6 +85,15 @@ cat > /home/liveuser/.config/kwalletrc << KWALLET_EOL
alreadyMigrated=true
KWALLET_EOL
+# Disable automount of 'known' devices
+# https://bugzilla.redhat.com/show_bug.cgi?id=2073708
+cat > /home/liveuser/.config/kded_device_automounterrc << AUTOMOUNTER_EOF
+[General]
+AutomountEnabled=false
+AutomountOnLogin=false
+AutomountOnPlugin=false
+AUTOMOUNTER_EOF
+
# make sure to set the right permissions and selinux contexts
chown -R liveuser:liveuser /home/liveuser/
restorecon -R /home/liveuser/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] branch f36-kde-disable-automount created (now 3407b6a)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch f36-kde-disable-automount
in repository fedora-kickstarts.
at 3407b6a Disable automount on KDE live images (#2073708)
This branch includes the following new commits:
new 3407b6a Disable automount on KDE live images (#2073708)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] 01/01: Disable automount on KDE live images (#2073708)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch kde-disable-automount
in repository fedora-kickstarts.
commit f7ba6bd7aef660722f4034235355edcb3bc5d91f
Author: Adam Williamson <awilliam(a)redhat.com>
AuthorDate: Thu Apr 21 14:43:00 2022 -0700
Disable automount on KDE live images (#2073708)
It's mounting non-removable devices and causing problems for
anaconda.
Signed-off-by: Adam Williamson <awilliam(a)redhat.com>
---
fedora-live-kde-base.ks | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index 2ba360b..a9ec74b 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -85,6 +85,15 @@ cat > /home/liveuser/.config/kwalletrc << KWALLET_EOL
alreadyMigrated=true
KWALLET_EOL
+# Disable automount of 'known' devices
+# https://bugzilla.redhat.com/show_bug.cgi?id=2073708
+cat > /home/liveuser/.config/kded_device_automounterrc << AUTOMOUNTER_EOF
+[General]
+AutomountEnabled=false
+AutomountOnLogin=false
+AutomountOnPlugin=false
+AUTOMOUNTER_EOF
+
# make sure to set the right permissions and selinux contexts
chown -R liveuser:liveuser /home/liveuser/
restorecon -R /home/liveuser/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] branch kde-disable-automount created (now f7ba6bd)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch kde-disable-automount
in repository fedora-kickstarts.
at f7ba6bd Disable automount on KDE live images (#2073708)
This branch includes the following new commits:
new f7ba6bd Disable automount on KDE live images (#2073708)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] branch f34 updated (dec45e0 -> 022f045)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch f34
in repository fedora-kickstarts.
from dec45e0 KDE size increase
add 022f045 Mate: use earlyoom instead of systemd-oomd-defaults
No new revisions were added by this update.
Summary of changes:
fedora-mate-common.ks | 6 ++++++
1 file changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 2 months
[fedora-kickstarts] branch f35 updated (410251a -> 3cfe995)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch f35
in repository fedora-kickstarts.
from 410251a IoT: Update for stable release
add 3cfe995 Mate: use earlyoom instead of systemd-oomd-defaults
No new revisions were added by this update.
Summary of changes:
fedora-mate-common.ks | 6 ++++++
1 file changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 2 months