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@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@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/