From c07c237d4e68d4b7eb7dd22fd1112db940925f62 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 14 Nov 2011 19:31:50 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 7697f6b38..d77ec8b0c 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -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) {