Fix bug with genimage and sles

This commit is contained in:
Jarrod Johnson 2013-11-08 15:58:03 -05:00
parent 5be4fab2b3
commit 3a4b586ea9

View File

@ -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";