Mageia Bugzilla – Attachment 9351 Details for
Bug 20924
Stop disabling dnf-makecache.service and dnf-makecache.timer on the live media
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Git-formatted patch to stop disabling dnf-makecache in draklive-config
0001-Do-not-disable-dnf-makecache-anymore.patch (text/plain), 805 bytes, created by
Neal Gompa
on 2017-05-28 20:13:40 CEST
(
hide
)
Description:
Git-formatted patch to stop disabling dnf-makecache in draklive-config
Filename:
MIME Type:
Creator:
Neal Gompa
Created:
2017-05-28 20:13:40 CEST
Size:
805 bytes
patch
obsolete
>From 9121ccf17e2c798aab90d7110e0c2be1badd6ff4 Mon Sep 17 00:00:00 2001 >From: Neal Gompa <ngompa13@gmail.com> >Date: Sun, 28 May 2017 13:43:55 -0400 >Subject: [PATCH] Do not disable dnf-makecache anymore > >The dnf-makecache service and timer no longer start automatically >in the live environment. > >Fixes mga#20924. >--- > config/live.cfg | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/config/live.cfg b/config/live.cfg >index bd804bf..6279fe8 100644 >--- a/config/live.cfg >+++ b/config/live.cfg >@@ -139,8 +139,6 @@ my $_l = { > qw(crond msec), > ], > disable_timers => [ >- # uses too much memory >- qw(dnf-makecache), > ], > vga_mode => 788, > gfxboot => $live->{settings}{media} ne 'usb', #- disable gfxboot on USB, buggy with grub on some systems >-- >2.13.0 >
From 9121ccf17e2c798aab90d7110e0c2be1badd6ff4 Mon Sep 17 00:00:00 2001 From: Neal Gompa <ngompa13@gmail.com> Date: Sun, 28 May 2017 13:43:55 -0400 Subject: [PATCH] Do not disable dnf-makecache anymore The dnf-makecache service and timer no longer start automatically in the live environment. Fixes mga#20924. --- config/live.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/live.cfg b/config/live.cfg index bd804bf..6279fe8 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -139,8 +139,6 @@ my $_l = { qw(crond msec), ], disable_timers => [ - # uses too much memory - qw(dnf-makecache), ], vga_mode => 788, gfxboot => $live->{settings}{media} ne 'usb', #- disable gfxboot on USB, buggy with grub on some systems -- 2.13.0
View Attachment As Raw
Actions:
View
Attachments on
bug 20924
: 9351