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": [
|
||||
"auto eth0",
|
||||
"iface eth0 inet dhcp" ],
|
||||
"jessie": [
|
||||
"auto eth0",
|
||||
"iface eth0 inet dhcp" ],
|
||||
"testing": [
|
||||
"auto eth0",
|
||||
"iface eth0 inet dhcp" ],
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
"wheezy": {
|
||||
"amd64": "linux-image-amd64",
|
||||
"i386" : "linux-image-686" },
|
||||
"jessie": {
|
||||
"amd64": "linux-image-amd64",
|
||||
"i386" : "linux-image-686" },
|
||||
"testing": {
|
||||
"amd64": "linux-image-amd64",
|
||||
"i386" : "linux-image-686" },
|
||||
|
|
Loading…
Add table
Reference in a new issue