-Fix '-o' argument that was mistakenly made instead of '-p' for persistent rsetboot
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6444 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
36a9947307
commit
ddde8963b7
@ -902,7 +902,7 @@ sub setboot_timerdisabled {
|
||||
my $uefi=0;
|
||||
use Getopt::Long;
|
||||
unless(GetOptions(
|
||||
'o' => \$persistent,
|
||||
'p' => \$persistent,
|
||||
'u' => \$uefi,
|
||||
)) {
|
||||
sendmsg([1,"Error parsing arguments"],$sessdata->{node});
|
||||
|
Loading…
Reference in New Issue
Block a user