mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Add URl for mirrot, change to 8 GB EBS root partition.
This commit is contained in:
parent
77b72df3a7
commit
c064c51ba9
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
"bootstrapper": {
|
||||
"mount_dir": "/target"
|
||||
"mirror": "http://http.debian.net/"
|
||||
},
|
||||
"image": {
|
||||
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||
|
@ -23,7 +24,7 @@
|
|||
"volume": {
|
||||
"backing": "ebs",
|
||||
"filesystem": "ext4",
|
||||
"size": 1024
|
||||
"size": 8192
|
||||
},
|
||||
"plugins": {
|
||||
"admin_user": {
|
||||
|
|
Loading…
Add table
Reference in a new issue