diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index ca5519df8..3bb738651 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -2034,7 +2034,7 @@ sub copycd if (-r $mntpath . "/.discinfo") { - print "DEBUG - Attempt to detemine OS information from the .discinfo file ...\n"; + print "DEBUG - [anaconda.pm] Attempt to detemine OS information from the .discinfo file ...\n"; open($dinfo, $mntpath . "/.discinfo"); $did = <$dinfo>; @@ -2050,7 +2050,7 @@ sub copycd } else { - print "DEBUG - No .discinfo file found on media, will continue ...\n"; + print "DEBUG - [anaconda.pm] No .discinfo file found on media, will continue ...\n"; } if ($darch and $darch =~ /i.86/) @@ -2072,12 +2072,12 @@ sub copycd $dno = $1; } } - print "DEBUG - Distname=$distname, OS=$desc, ARCH=$arch, Version=$dno\n"; + print "DEBUG - [anaconda.pm] Distname=$distname, OS=$desc, ARCH=$arch, Version=$dno\n"; unless ($distname) { - print "DEBUG - Could not find ID=$did in the discinfo database for OS=$desc ARCH=$darch NUM=$dno\n"; - print "DEBUG - Attempting to auto-detect...\n"; + print "DEBUG - [anaconda.pm] Could not find ID=$did in the discinfo database for OS=$desc ARCH=$darch NUM=$dno\n"; + print "DEBUG - [anaconda.pm] Attempting to auto-detect...\n"; if ($desc =~ /IBM_PowerKVM/) { # check for PowerKVM support @@ -2124,7 +2124,7 @@ sub copycd } else { - print "DEBUG - Could not auto-detect operating system.\n"; + print "DEBUG - [anaconda.pm] Could not auto-detect operating system.\n"; # Cannot continue with what was detected, or attributes provided return; } @@ -2173,7 +2173,7 @@ sub copycd my $osdistroname = $distname . "-" . $arch; my $defaultpath = "$installroot/$distname/$arch"; - print "DEBUG - Detected distname=$distname, arch=$arch defaultpath=$defaultpath osdistroname=$osdistroname\n"; + print "DEBUG - [anaconda.pm] Detected distname=$distname, arch=$arch defaultpath=$defaultpath osdistroname=$osdistroname\n"; unless ($path) { $path = $defaultpath;