diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-21 00:39:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-21 00:39:34 +0100 |
commit | afacd402d1e6b260e3e25cc329d3ae8b7e532283 (patch) | |
tree | c6f1173042d237303f41eada2524eaeddfefd078 /bin | |
parent | 81f165748d656843a5c59b803be5a38c97a380f9 (diff) | |
download | jenkins.debian.net-afacd402d1e6b260e3e25cc329d3ae8b7e532283.tar.xz |
chroot-installation: test more packages for debconf-video
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index c51b92ca..c0940eeb 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -256,11 +256,11 @@ if [ "$2" != "" ] ; then developer) install_build_depends developer $FULL_DESKTOP ;; debconf-video) case $1 in - jessie) install_packages ffmpeg icecast2 + jessie) install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mplayer vlc cu ;; - stretch) install_packages ffmpeg icecast2 voctomix + stretch) install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mplayer vlc cu voctomix ;; - sid) install_packages ffmpeg icecast2 voctomix voctomix-outcasts # hdmi2usb-mode-switch + sid) install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mplayer vlc cu voctomix voctomix-outcasts # hdmi2usb-mode-switch hdmi2usb-udev ;; esac ;; |