mirror of
https://github.com/xcat2/confluent.git
synced 2025-07-25 05:41:10 +00:00
Fix missing quote that broke build
This commit is contained in:
@@ -75,7 +75,7 @@ def update_boot_esxi(profiledir, profile, label):
|
||||
mods = [x.replace('/', '') for x in mods]
|
||||
filesneeded.extend(mods)
|
||||
|
||||
newbootcfg += 'modules= + ' --- '.join(mods) + ' --- initramfs/addons.tgz --- site.tgz\n'
|
||||
newbootcfg += 'modules=' + ' --- '.join(mods) + ' --- initramfs/addons.tgz --- site.tgz\n'
|
||||
else:
|
||||
newbootcfg += cfgline + '\n'
|
||||
os.makedirs('{0}/boot/efi/boot/'.format(profiledir), 0o755)
|
||||
|
Reference in New Issue
Block a user