summaryrefslogtreecommitdiff
path: root/vmdebootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-03 21:47:20 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-03 21:47:20 +0300
commit390a8b3ae9ab3d5d95c93319f4b7893624cc349a (patch)
treea9f3fdb576a2999f7a623429c2d77c104cf58e62 /vmdebootstrap
parentd135cfb407ceab4b329d38f2312b26eddfa6cfca (diff)
downloadansibleness-390a8b3ae9ab3d5d95c93319f4b7893624cc349a.tar.gz
Add/update base image confs
Diffstat (limited to 'vmdebootstrap')
-rw-r--r--vmdebootstrap/base-debian7-amd64.conf4
-rw-r--r--vmdebootstrap/base-debian7-i386.conf4
-rw-r--r--vmdebootstrap/base-debian8-amd64.conf1
-rw-r--r--vmdebootstrap/base-debian8-i386.conf1
-rw-r--r--vmdebootstrap/base-unstable-amd64.conf4
-rw-r--r--vmdebootstrap/base-unstable-i386.conf4
-rw-r--r--vmdebootstrap/base.conf1
7 files changed, 17 insertions, 2 deletions
diff --git a/vmdebootstrap/base-debian7-amd64.conf b/vmdebootstrap/base-debian7-amd64.conf
new file mode 100644
index 0000000..b007ba4
--- /dev/null
+++ b/vmdebootstrap/base-debian7-amd64.conf
@@ -0,0 +1,4 @@
+[config]
+arch = amd64
+distribution = wheezy
+image = base-debian7-amd64.img
diff --git a/vmdebootstrap/base-debian7-i386.conf b/vmdebootstrap/base-debian7-i386.conf
new file mode 100644
index 0000000..6a99c4e
--- /dev/null
+++ b/vmdebootstrap/base-debian7-i386.conf
@@ -0,0 +1,4 @@
+[config]
+arch = i386
+distribution = wheezy
+image = base-debian7-i386.img
diff --git a/vmdebootstrap/base-debian8-amd64.conf b/vmdebootstrap/base-debian8-amd64.conf
index 515df48..150fb62 100644
--- a/vmdebootstrap/base-debian8-amd64.conf
+++ b/vmdebootstrap/base-debian8-amd64.conf
@@ -1,5 +1,4 @@
[config]
arch = amd64
distribution = jessie
-hostname = base
image = base-debian8-amd64.img
diff --git a/vmdebootstrap/base-debian8-i386.conf b/vmdebootstrap/base-debian8-i386.conf
index eb53f86..c27846f 100644
--- a/vmdebootstrap/base-debian8-i386.conf
+++ b/vmdebootstrap/base-debian8-i386.conf
@@ -1,5 +1,4 @@
[config]
arch = i386
distribution = jessie
-hostname = base
image = base-debian8-i386.img
diff --git a/vmdebootstrap/base-unstable-amd64.conf b/vmdebootstrap/base-unstable-amd64.conf
new file mode 100644
index 0000000..f5cf3bf
--- /dev/null
+++ b/vmdebootstrap/base-unstable-amd64.conf
@@ -0,0 +1,4 @@
+[config]
+arch = amd64
+distribution = unstable
+image = base-unstable-amd64.img
diff --git a/vmdebootstrap/base-unstable-i386.conf b/vmdebootstrap/base-unstable-i386.conf
new file mode 100644
index 0000000..5b92926
--- /dev/null
+++ b/vmdebootstrap/base-unstable-i386.conf
@@ -0,0 +1,4 @@
+[config]
+arch = i386
+distribution = unstable
+image = base-unstable-i386.img
diff --git a/vmdebootstrap/base.conf b/vmdebootstrap/base.conf
index f6b45c0..dff561f 100644
--- a/vmdebootstrap/base.conf
+++ b/vmdebootstrap/base.conf
@@ -8,3 +8,4 @@ sparse = yes
sudo = yes
package = ssh, python
customize = ./base.customize
+hostname = base