diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-02 01:06:27 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-02 01:06:27 +0200 |
commit | 92f31b8b5e9ad845cdf4843a12df2d7742e17943 (patch) | |
tree | af548b0da6ea2c53b194e30836ed19aef194c5a5 | |
parent | 7806a709cd53c14d348b93e55e626e7fc29fc523 (diff) | |
download | jenkins.debian.net-92f31b8b5e9ad845cdf4843a12df2d7742e17943.tar.xz |
jenkins.d.n jessie upgrade: workaround #681884 the lazy way: by installing sysv-init. patches for #681884 much welcome and will be tested
-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 813e578c..64885565 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -184,7 +184,8 @@ if [ ./$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then openbios-ppc \ openbios-sparc \ python-arpy \ - ovmf + ovmf \ + sysvinit-core #sudo apt-get install -t jessie-backports \ # pbuilder \ |