Minor fix: disk_device check
This commit is contained in:
parent
c01dd140e6
commit
caabc40e3f
@ -1553,7 +1553,7 @@ sub checkOption
|
||||
message => "must be a serial device (tty*, hvc* or xvc*).\n",
|
||||
},
|
||||
diskDev => {
|
||||
check => qr/^(?:\/dev\/)?(?:xvd|sd)[a-z][0-9]+$/,
|
||||
check => qr/^(?:\/dev\/)?(?:xvd|sd)[a-z]+$/,
|
||||
message => "must be a disk device (xvd*, sd*).\n",
|
||||
},
|
||||
ipv4 => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user