2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-21 02:30:22 +00:00

Undo accidental change to nodesetboot

This commit is contained in:
Jarrod Johnson
2016-11-08 14:51:57 -05:00
parent eeb668bdfa
commit 70762d3f6c

View File

@@ -55,11 +55,6 @@ if options.biosmode:
bootmode = 'bios'
else:
bootmode = 'uefi'
rc = session.simple_noderange_command(noderange, '/boot/nextdevice', bootdev,
sys.exit(session.simple_noderange_command(noderange, '/boot/nextdevice', bootdev,
bootmode=bootmode,
persistent=options.persist)
if rc:
sys.exit(rc)
else:
sys.exit(session.simple_noderange_command(noderange, '/power/state', 'boot'))
persistent=options.persist))