qemu backports explicit install separate from other packages
[dev-env-setup.git] / install-hdl-apt-reqs
index d563ad2c04c7d585016ca8502e969276890888c2..3e792b930490fe9e1007dc5a124d3a82f3f01ef6 100755 (executable)
@@ -54,7 +54,6 @@ apt-get install -y autoconf \
     texlive \
     texlive-latex-extra \
     inkscape \
-    qemu-system-ppc/buster-backports \
     tcl \
     tcl-dev \
     tcl-tclreadline \
@@ -62,6 +61,11 @@ apt-get install -y autoconf \
     wget \
     xdot
 
+
+# have to also upgrade sysvinit-core to stop it getting removed
+apt-get -t buster-backports install qemu-system-ppc/buster-backports \
+                                    sysvinit-core
+
 # if doing this on ppc64le it may fail
 apt-get install -y gcc-8-powerpc64-linux-gnu
 apt-get install -y gcc-8-powerpc64le-linux-gnu