Actions
Bug #6089
openOperating system name should not have slash character allowed
Status:
New
Priority:
Low
Assignee:
-
Category:
TFTP
Target version:
-
Description
Since we use operating system name in TFTP filename we should either not allow the slash character to be present, or we should convert it to underscore in this method:
# sets the prefix for the tfp files based on the os / arch combination def pxe_prefix(arch) "boot/#{to_s}-#{arch}".gsub(" ","-") end
No data to display
Actions