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:
parent
c8ec7c366e
commit
c07c237d4e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user