vm: Fix modules blacklisting

This commit is contained in:
Joanna Rutkowska 2011-07-30 11:30:21 +02:00
parent 11ece41ccc
commit 5932699d8f

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