2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 19:10:10 +00:00

Fix typo in the legacy boot support

This commit is contained in:
Jarrod Johnson 2020-04-02 11:34:42 -04:00
parent 0983cacb20
commit 323be19f21

View File

@ -251,7 +251,7 @@ def proxydhcp():
bootfile = 'http://{0}/confluent-public/os/{1}/boot/boot.ipxe'.format(myip, profile).encode('utf8')
elif disco['arch'] == 'uefi-x64':
bootfile = b'confluent/x86_64/ipxe.efi'
elif disco['arch'] == 'bios-x86'
elif disco['arch'] == 'bios-x86':
bootfile = b'confluent/x86_64/ipxe.kkpxe'
rpv[:240] = bytes(rqv[:240])
rpv[0:1] = b'\x02'