summaryrefslogtreecommitdiffstats
path: root/config/live.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/live.cfg')
-rw-r--r--config/live.cfg8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/live.cfg b/config/live.cfg
index 33e3478..1509992 100644
--- a/config/live.cfg
+++ b/config/live.cfg
@@ -217,10 +217,16 @@ my $_l = {
"urpmi.addmedia 'Live Core' /var/local/mga_rpms/core with media_info/hdlist.cz",
"urpmi.addmedia 'Live Nonfree' /var/local/mga_rpms/nonfree with media_info/hdlist.cz",
+ # TODO: fix draklive so we can use the disable_services section for this
# disable dnf-makecache - it uses too much memory in a Live system
- # TBD: fix draklive so we can use the disable_services section for this
"systemctl disable dnf-makecache.service",
"systemctl disable dnf-makecache.timer",
+ # disable cups server - it slows down boot
+ "systemctl disable cups.service",
+ "systemctl disable cups-browsed.service",
+
+ # disable HPLIP systray startup
+ "echo 'Hidden=true' >> /etc/xdg/autostart/hplip-systray.desktop",
# remove pre-installed grub2, we need to be able to select grub2 vs grub2-efi at install time
"rpm -e --nodeps grub2",