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:
parent
49b3ca7381
commit
011ba66314
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user