mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +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": {
|
"bootstrapper": {
|
||||||
"mount_dir": "/target"
|
"mount_dir": "/target"
|
||||||
|
"mirror": "http://http.debian.net/"
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing": "ebs",
|
"backing": "ebs",
|
||||||
"filesystem": "ext4",
|
"filesystem": "ext4",
|
||||||
"size": 1024
|
"size": 8192
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"admin_user": {
|
"admin_user": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue