dom0 spec: cleanup old entries from /etc/yum.conf before adding new one
Fix whitespaces in sed.
This commit is contained in:
parent
558d1ee582
commit
cf7bc53cc7
@ -196,10 +196,10 @@ sed '/^autoballoon=/d;/^lockfile=/d' -i /etc/xen/xl.conf
|
||||
echo 'autoballoon=0' >> /etc/xen/xl.conf
|
||||
echo 'lockfile="/var/run/qubes/xl-lock"' >> /etc/xen/xl.conf
|
||||
|
||||
sed '/^reposdir=/d' -i /etc/yum.conf
|
||||
sed '/^reposdir\s*=/d' -i /etc/yum.conf
|
||||
echo reposdir=/etc/yum.real.repos.d >> /etc/yum.conf
|
||||
|
||||
sed '/^installonlypkgs=/d' -i /etc/yum.conf
|
||||
sed '/^installonlypkgs\s*=/d' -i /etc/yum.conf
|
||||
echo 'installonlypkgs = kernel, kernel-qubes-vm' >> /etc/yum.conf
|
||||
|
||||
chkconfig --add qubes_core || echo "WARNING: Cannot add service qubes_core!"
|
||||
|
Loading…
Reference in New Issue
Block a user