Imply -c when -S is specified, so 'vnconfig -s reserve -S 4 vn1' configures the
device as expected.
This commit is contained in:
parent
08c0a67b2e
commit
10c2f24068
@ -185,6 +185,8 @@ main(argc, argv)
|
||||
|
||||
case 'S':
|
||||
size = getsize(optarg);
|
||||
flags |= VN_CONFIG;
|
||||
flags &= ~VN_UNCONFIG;
|
||||
break;
|
||||
|
||||
case 'T':
|
||||
|
Loading…
x
Reference in New Issue
Block a user