summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-20 23:57:58 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-20 23:57:58 +0100
commit7649f9f56f9f33c6f75da512dbf0f1c3c08d1941 (patch)
tree2e77feb1d18d9fede33dc8720f02b6ff5f715ca5 /bin/chroot-installation.sh
parent3ed97d53ed717f11440223cf84352d0f53eea539 (diff)
downloadjenkins.debian.net-7649f9f56f9f33c6f75da512dbf0f1c3c08d1941.tar.xz
chroot-installation: dont try to install hdmi2usb-mode-switch as long as its in NEW
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 91cee4dd..c51b92ca 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -260,7 +260,7 @@ if [ "$2" != "" ] ; then
;;
stretch) install_packages ffmpeg icecast2 voctomix
;;
- sid) install_packages ffmpeg icecast2 voctomix voctomix-outcasts hdmi2usb-mode-switch
+ sid) install_packages ffmpeg icecast2 voctomix voctomix-outcasts # hdmi2usb-mode-switch
;;
esac
;;