We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe897d commit e76ba76Copy full SHA for e76ba76
staff/sys/makevm
@@ -217,7 +217,7 @@ def _main(args):
217
help='Ceph Pool to use for storage')
218
parser.add_argument('--os-type', type=str, default='linux',
219
help='os type')
220
- parser.add_argument('--os-variant', type=str, default='debian9')
+ parser.add_argument('--os-variant', type=str, default='debian10')
221
parser.add_argument('--network', type=str, default='bridge=br0',
222
help='network configuration')
223
parser.add_argument('--preseed-user', type=str, default='root',
0 commit comments