mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Add in i386 manifest.
This commit is contained in:
parent
8a215afac2
commit
b1f20ee196
1 changed files with 50 additions and 0 deletions
50
manifests/ec2-ebs-debian-official-i386-pvm.manifest.json
Normal file
50
manifests/ec2-ebs-debian-official-i386-pvm.manifest.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"provider": "ec2",
|
||||
"virtualization": "pvm",
|
||||
"credentials": {
|
||||
// "access-key": null,
|
||||
// "secret-key": null
|
||||
},
|
||||
|
||||
"bootstrapper": {
|
||||
"workspace": "/target"
|
||||
},
|
||||
"image": {
|
||||
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
||||
},
|
||||
"system": {
|
||||
"release": "wheezy",
|
||||
"architecture": "i386",
|
||||
"timezone": "UTC",
|
||||
"locale": "en_US",
|
||||
"charmap": "UTF-8"
|
||||
},
|
||||
"volume": {
|
||||
"backing": "ebs",
|
||||
"partitions": {
|
||||
"type": "none",
|
||||
"root": {
|
||||
"size": 8192,
|
||||
"filesystem": "ext4"
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"backports": {
|
||||
"enabled": true,
|
||||
"packages": [ "cloud-init" ]
|
||||
},
|
||||
"user_packages": {
|
||||
"enabled": true,
|
||||
"repo": [ "sudo" ],
|
||||
"local": []
|
||||
},
|
||||
"sed": {
|
||||
"enabled": true,
|
||||
"file": "etc/cloud/cloud.cfg",
|
||||
"find": "^ name: debian$",
|
||||
"replace": " name: admin\n sudo: ALL=(ALL) NOPASSWD:ALL\n shell: /bin/bash"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue