summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2016-10-28 21:32:06 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2016-11-12 18:21:38 +0000
commite41db57a96158493eab17cdcea7b785bfdddd12b (patch)
treeeacee73c09358a68729bf5aff7ebd3b12acae80a /config
parent8eb7d39964d283fa8f89699d2df626aca0f36a91 (diff)
downloaddraklive-config-e41db57a96158493eab17cdcea7b785bfdddd12b.tar
draklive-config-e41db57a96158493eab17cdcea7b785bfdddd12b.tar.gz
draklive-config-e41db57a96158493eab17cdcea7b785bfdddd12b.tar.bz2
draklive-config-e41db57a96158493eab17cdcea7b785bfdddd12b.tar.xz
draklive-config-e41db57a96158493eab17cdcea7b785bfdddd12b.zip
live.cfg: Ensure mga_rpms is copied to the right place when rerunning the install step.
Diffstat (limited to 'config')
-rw-r--r--config/live.cfg6
1 files 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