Skip to content

Commit

Permalink
Ensuring gnome-software doesn't download updates on live session
Browse files Browse the repository at this point in the history
(useless and kills cpu)
  • Loading branch information
arrfab committed Sep 5, 2017
1 parent 5868e79 commit b5eb87a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kickstarts/centos-7-live-gnome.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@ cat > /etc/dconf/db/distro.d/99-gnome-icon-size << FOE
[org/gnome/nautilus/icon-view]
default-zoom-level='small'
FOE

cat > /etc/dconf/db/distro.d/99-disable-gnome-software-download << FOE
# Don't allow gnome software to eat cpu on live session
[org/gnome/software]
download-updates=false
FOE


/usr/bin/dconf update

# Enforcing tracker indexing service to *not* start on Live Media as it uses all CPU and so conflict with proper operation including liveinst
Expand Down
7 changes: 7 additions & 0 deletions kickstarts/centos-7-live-kde.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,13 @@ cat > /etc/dconf/db/distro.d/99-gnome-icon-size << FOE
[org/gnome/nautilus/icon-view]
default-zoom-level='small'
FOE

cat > /etc/dconf/db/distro.d/99-disable-gnome-software-download << FOE
# Don't allow gnome software to eat cpu on live session
[org/gnome/software]
download-updates=false
FOE

/usr/bin/dconf update

# Enforcing tracker indexing service to *not* start on Live Media as it uses all CPU and so conflict with proper operation including liveinst
Expand Down

0 comments on commit b5eb87a

Please sign in to comment.