mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Permit referring to Jessie as 'jessie', not just as 'testing' (as when Jessie goes stable in a year, we dont want to be then updating this build script).
This commit is contained in:
parent
c708e5ab42
commit
1ef9d07118
2 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
||||||
"wheezy": [
|
"wheezy": [
|
||||||
"auto eth0",
|
"auto eth0",
|
||||||
"iface eth0 inet dhcp" ],
|
"iface eth0 inet dhcp" ],
|
||||||
|
"jessie": [
|
||||||
|
"auto eth0",
|
||||||
|
"iface eth0 inet dhcp" ],
|
||||||
"testing": [
|
"testing": [
|
||||||
"auto eth0",
|
"auto eth0",
|
||||||
"iface eth0 inet dhcp" ],
|
"iface eth0 inet dhcp" ],
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
"wheezy": {
|
"wheezy": {
|
||||||
"amd64": "linux-image-amd64",
|
"amd64": "linux-image-amd64",
|
||||||
"i386" : "linux-image-686" },
|
"i386" : "linux-image-686" },
|
||||||
|
"jessie": {
|
||||||
|
"amd64": "linux-image-amd64",
|
||||||
|
"i386" : "linux-image-686" },
|
||||||
"testing": {
|
"testing": {
|
||||||
"amd64": "linux-image-amd64",
|
"amd64": "linux-image-amd64",
|
||||||
"i386" : "linux-image-686" },
|
"i386" : "linux-image-686" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue