From d0c84a11e53610b8215430244f752da8c5f2854c Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 9 Apr 2009 17:54:26 +0000 Subject: [PATCH] Fix location of resolv.conf file. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3159 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 6fbe14348..b4cb4333b 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -3037,7 +3037,7 @@ sub updatespot { } # add resolv.conf to image if data is provided in site table - my $fileloc = "$spot_loc/lpp/bos/inst_root/etc/resolv.conf"; + my $fileloc = "$spot_loc/lpp/bos/inst_root/etc"; my $rc = &mk_resolv_conf_file($callback, $fileloc); return 0; }