vm: Fix modules blacklisting

This commit is contained in:
Joanna Rutkowska 2011-07-30 11:30:21 +02:00
parent 92f4e67eaa
commit 310c137f25

View File

@ -215,7 +215,7 @@ mkdir -p /rw
#grep -v HWADDR /etc/sysconfig/network-scripts/ifcfg-eth0.orig > /etc/sysconfig/network-scripts/ifcfg-eth0
# Prevent unnecessary updates in VMs:
echo 'exclude = kernel, xorg-*' >> yum.conf
echo 'exclude = kernel, xorg-*' >> /etc/yum.conf
%preun
if [ "$1" = 0 ] ; then