summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 054bd287..ffd6e835 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -127,16 +127,16 @@ trap cleanup_all INT TERM EXIT
case $1 in
squeeze) DISTRO="squeeze"
- SPECIFIC="openoffice.org virtualbox-ose"
+ SPECIFIC="openoffice.org virtualbox-ose mplayer"
;;
wheezy) DISTRO="wheezy"
- SPECIFIC="libreoffice virtualbox"
+ SPECIFIC="libreoffice virtualbox mplayer"
;;
jessie) DISTRO="jessie"
- SPECIFIC="libreoffice virt-manager"
+ SPECIFIC="libreoffice virt-manager mplayer2"
;;
sid) DISTRO="sid"
- SPECIFIC="libreoffice virt-manager"
+ SPECIFIC="libreoffice virt-manager mplayer2"
;;
*) echo "unsupported distro."
exit 1
@@ -145,7 +145,7 @@ esac
bootstrap $DISTRO
if [ "$2" != "" ] ; then
- FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde vlc evince iceweasel chromium cups build-essential devscripts mplayer wine texlive-full asciidoc vim emacs"
+ FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde vlc evince iceweasel chromium cups build-essential devscripts wine texlive-full asciidoc vim emacs"
case $2 in
none) ;;
gnome) install_packages gnome gnome desktop-base