From b0981233e99850621b29abfbbc06ac78399c8e35 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Tue, 10 Jan 2012 08:21:11 +0000 Subject: [PATCH] A typo to set the osdistro attr. Since rh.genimage is linked by several distro, cannot simply give a default value. Keep to be not touched git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11363 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/rh/genimage | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/rh/genimage b/xCAT-server/share/xcat/netboot/rh/genimage index 1202e2e27..692f73f62 100755 --- a/xCAT-server/share/xcat/netboot/rh/genimage +++ b/xCAT-server/share/xcat/netboot/rh/genimage @@ -500,7 +500,6 @@ if ($internal) { $updates_os{'provmethod'} = 'netboot'; $updates_os{'osname'} = 'Linux'; $updates_os{'osvers'} = $osver; - $updates_os{'osdistro'} = 'sles'; # not used currently $updates_os{'osarch'} = $arch; # update the imagename for stateless print "The output for table updates starts here\n";