summaryrefslogtreecommitdiff
path: root/vmdebootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-03 22:14:41 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-03 22:14:41 +0300
commit71224534b106fac2c6d57fd4518ab9ec9c8f3cc8 (patch)
tree19018954a44450902cd05d99a9c4f6de0f36b5ea /vmdebootstrap
parent662fac8a7a4877876769d01c3f3c8a4480963c17 (diff)
downloadansibleness-71224534b106fac2c6d57fd4518ab9ec9c8f3cc8.tar.gz
Set kernel package specifically
Diffstat (limited to 'vmdebootstrap')
-rwxr-xr-xvmdebootstrap/base-create.sh2
-rw-r--r--vmdebootstrap/base-debian7-i386.conf1
-rw-r--r--vmdebootstrap/base-debian8-i386.conf1
-rw-r--r--vmdebootstrap/base-unstable-i386.conf1
4 files changed, 4 insertions, 1 deletions
diff --git a/vmdebootstrap/base-create.sh b/vmdebootstrap/base-create.sh
index 1509ec1..f4318b1 100755
--- a/vmdebootstrap/base-create.sh
+++ b/vmdebootstrap/base-create.sh
@@ -7,7 +7,7 @@ set -eu
# Add my git checkout of the vmdebootstrap git repository to PATH,
# so that I can run, on my jessie machine, the current version.
-PATH="$PATH:$HOME/vmdebootstrap/vmdebootstrap"
+PATH="$PATH:/home/liw/vmdebootstrap/vmdebootstrap"
for conf in $(find . -maxdepth 1 -name 'base-*.conf')
do
diff --git a/vmdebootstrap/base-debian7-i386.conf b/vmdebootstrap/base-debian7-i386.conf
index 6a99c4e..d1cea68 100644
--- a/vmdebootstrap/base-debian7-i386.conf
+++ b/vmdebootstrap/base-debian7-i386.conf
@@ -2,3 +2,4 @@
arch = i386
distribution = wheezy
image = base-debian7-i386.img
+kernel-package = linux-image-486
diff --git a/vmdebootstrap/base-debian8-i386.conf b/vmdebootstrap/base-debian8-i386.conf
index c27846f..ef9c395 100644
--- a/vmdebootstrap/base-debian8-i386.conf
+++ b/vmdebootstrap/base-debian8-i386.conf
@@ -2,3 +2,4 @@
arch = i386
distribution = jessie
image = base-debian8-i386.img
+kernel-package = linux-image-586
diff --git a/vmdebootstrap/base-unstable-i386.conf b/vmdebootstrap/base-unstable-i386.conf
index 5b92926..39b6c6f 100644
--- a/vmdebootstrap/base-unstable-i386.conf
+++ b/vmdebootstrap/base-unstable-i386.conf
@@ -2,3 +2,4 @@
arch = i386
distribution = unstable
image = base-unstable-i386.img
+kernel-package = linux-image-586