mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
add sample root password
This commit is contained in:
parent
5e6ac546cd
commit
1bfff5221a
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
"virtualization": "virtio",
|
||||
"credentials" : {
|
||||
"access-key": null,
|
||||
"secret-key": null
|
||||
"secret-key": null,
|
||||
"root": "test"
|
||||
},
|
||||
|
||||
"bootstrapper": {
|
||||
|
@ -21,7 +22,8 @@
|
|||
"architecture": "amd64",
|
||||
"timezone" : "UTC",
|
||||
"locale" : "en_US",
|
||||
"charmap" : "UTF-8"
|
||||
"charmap" : "UTF-8",
|
||||
"mirror" : "ftp://ftp.fr.debian.org/debian/"
|
||||
},
|
||||
"volume": {
|
||||
"backing" : "raw",
|
||||
|
|
Loading…
Add table
Reference in a new issue