Commit 9e642464 by Heechul Kim

Added type in pxelinuxcfg

parent 4152dfd9
Showing with 1 additions and 0 deletions
...@@ -131,6 +131,7 @@ def provision_machine(name): ...@@ -131,6 +131,7 @@ def provision_machine(name):
# Create pxelinuxcfg file. # Create pxelinuxcfg file.
s_mac = '01-' + d['mac'].replace(':', '-') s_mac = '01-' + d['mac'].replace(':', '-')
data = dict() data = dict()
data['type'] = d['type']
data['fai_kernel_url'] = FAI_KERNEL_URL data['fai_kernel_url'] = FAI_KERNEL_URL
data['fai_initrd_url'] = FAI_INITRD_URL data['fai_initrd_url'] = FAI_INITRD_URL
data['fai_squash_url'] = FAI_SQUASH_URL data['fai_squash_url'] = FAI_SQUASH_URL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment