mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 20:00:19 +00:00
Fix bug with genimage and sles
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user