diff --git a/xCAT-server/share/xcat/netboot/sles/genimage b/xCAT-server/share/xcat/netboot/sles/genimage index 22fcc24d4..5c7377e38 100755 --- a/xCAT-server/share/xcat/netboot/sles/genimage +++ b/xCAT-server/share/xcat/netboot/sles/genimage @@ -712,7 +712,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";