2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Add a -u option for symmetry with rsetboot

If people want to alias xCAT commands, then this
is required for compatibility.
This commit is contained in:
Jarrod Johnson 2017-03-01 10:24:23 -05:00
parent 49b3ca7381
commit 011ba66314

View File

@ -35,6 +35,9 @@ argparser.add_option('-p', '--persist', dest='persist', action='store_true',
default=False,
help='Request the boot device be persistent rather than '
'one time')
argparser.add_option('-u', '--uefi', dest='uefi', action='store_true',
default=True,
help='Request UEFI style boot (rather than BIOS)')
(options, args) = argparser.parse_args()