Skip to content

Commit 7124a60

Browse files
authored
Merge pull request #525 from citrus-it/r56brand
Fix bootnext attr in bhyve brand script (r151056)
2 parents 84a9626 + 78ddc5b commit 7124a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/brand/bhyve/boot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def apply_bootnext(v):
301301
except Exception as e:
302302
error(f'Could not set VM boot next: {e}')
303303

304-
subprocess.run(['/usr/sbin/zonecfg', '-z', zone,
304+
subprocess.run(['/usr/sbin/zonecfg', '-z', name,
305305
'remove attr name=bootnext'])
306306

307307
##############################################################################

0 commit comments

Comments
 (0)