From 3a4b586ea9ee3bfd06011b50159bbcdf77cac749 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 8 Nov 2013 15:58:03 -0500 Subject: [PATCH] Fix bug with genimage and sles --- xCAT-server/share/xcat/netboot/sles/genimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/sles/genimage b/xCAT-server/share/xcat/netboot/sles/genimage index 258533265..2e81f1d16 100755 --- a/xCAT-server/share/xcat/netboot/sles/genimage +++ b/xCAT-server/share/xcat/netboot/sles/genimage @@ -724,7 +724,7 @@ if ($tempfile) { $updates_os{'provmethod'} = 'netboot'; $updates_os{'osname'} = 'Linux'; $updates_os{'osvers'} = $osver; - $updates_os{'osdistro'} = 'sles'; # not used currently + $updates_os{'osdistroname'} = 'sles'; # not used currently $updates_os{'osarch'} = $arch; # update the imagename for stateless print FILE "The output for table updates starts here\n";