On Sat, 2010-10-23 at 08:46 +0800, Amos Kong wrote: > Signed-off-by: Amos Kong <ak...@redhat.com> > --- > 0 files changed, 0 insertions(+), 0 deletions(-) > > diff --git a/client/tests/kvm/unattended/RHEL-3-series.ks > b/client/tests/kvm/unattended/RHEL-3-series.ks > index 79d9605..b14bc22 100644 > --- a/client/tests/kvm/unattended/RHEL-3-series.ks > +++ b/client/tests/kvm/unattended/RHEL-3-series.ks > @@ -24,8 +24,7 @@ skipx > > %post --interpreter /usr/bin/python > import socket, os > -os.system('/sbin/ifconfig eth0 10.0.2.15 netmask 255.255.255.0 up') > -os.system('/sbin/route add default gw 10.0.2.2') > +os.system('dhclient')
^ 'dhclient' is not used on this kickstart for a reason - RHEL 3 32 bit is unable to load modules necessary for dhclient to work, so instead of putting 'dhclient' here again, this must be an static attribution of a valid IP inside the private bridge. _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest