Fix Anaconda based OSes to default to '/install' if not defined in site table

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10998 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-11-14 19:31:50 +00:00
parent c8ec7c366e
commit c07c237d4e

View File

@ -1241,7 +1241,7 @@ sub copycd
my $request = shift;
my $callback = shift;
my $doreq = shift;
my $installroot;
my $installroot = "/install";
my $sitetab = xCAT::Table->new('site');
if ($sitetab)
{