From e41db57a96158493eab17cdcea7b785bfdddd12b Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Fri, 28 Oct 2016 21:32:06 +0100 Subject: live.cfg: Ensure mga_rpms is copied to the right place when rerunning the install step. --- config/live.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/live.cfg b/config/live.cfg index 203b940..92ddcfb 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -45,12 +45,12 @@ my $_l = { [ 'files/live.51-mageia-resume.conf', '/etc/dracut.conf.d/51-mageia-resume.conf', { mode => 0644 } ], [ 'files/live.modprobe.conf', '/etc/modprobe.conf', { mode => 0644 } ], - # add local repos + # add local repos if_($live->{settings}{arch} eq 'i586', - [ 'files/mga_rpms/i586/mga_rpms', '/var/local/mga_rpms' ], + [ 'files/mga_rpms/i586/mga_rpms', '/var/local' ], ), if_($live->{settings}{arch} eq 'x86_64', - [ 'files/mga_rpms/x86_64/mga_rpms', '/var/local/mga_rpms' ], + [ 'files/mga_rpms/x86_64/mga_rpms', '/var/local' ], ), # add initial dns resolver for online medias -- cgit v1.2.1