diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-20 00:12:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-20 00:12:21 +0100 |
commit | 03b64eeda07cd4d7098b5ce66fa43f224fe4cfa8 (patch) | |
tree | ca98f3a96a255695ae39e7d6a7fdeedad7f2d7b3 | |
parent | 520c4505dd4b3abdb8c2d02b7828b2d8bdcf98f5 (diff) | |
download | jenkins.debian.net-03b64eeda07cd4d7098b5ce66fa43f224fe4cfa8.tar.xz |
update jenkins.d.n to wheezy-bpo kernel to support uts namespaces
-rwxr-xr-x | update_jdn.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 84a3543b..7ca8d6f9 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -67,7 +67,8 @@ sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat dev libvpx1 dnsmasq-base openjdk-7-jre python3-yaml python3-psycopg2 # debootstrap is affected by #766459 in wheezy sudo apt-get install -t wheezy-backports qemu debootstrap qemu-kvm qemu-system-x86 libvirt0 qemu-user-static binfmt-support \ - libvirt-dev libvirt-bin seabios ruby-rjb ruby-packetfu cucumber + libvirt-dev libvirt-bin seabios ruby-rjb ruby-packetfu cucumber \ + linux-image-3.16.0-0.bpo.4-amd64 explain "Packages installed." echo "Also needs python-arpy from jessie..." |