From 4d5432b641d05e6002e70ce5bf45e851aeccd42b Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 15 May 2013 10:29:49 -0400 Subject: [PATCH] BF: do not even try updating alternatives for default terminal --- vm/d-i/wheezy/initial_setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vm/d-i/wheezy/initial_setup b/vm/d-i/wheezy/initial_setup index f44c647..8fad825 100755 --- a/vm/d-i/wheezy/initial_setup +++ b/vm/d-i/wheezy/initial_setup @@ -135,7 +135,8 @@ apt-get install --no-install-recommends -y \ # Assure having xfce4 terminal and it being default one apt-get install -y xfce4-terminal -update-alternatives --set x-terminal-emulator /usr/bin/xfce4-terminal +# Do not even try to deal with alternatives -- it will be the one and would puke +# update-alternatives --set x-terminal-emulator /usr/bin/xfce4-terminal # XXX last ones are actually pulled it by neurodebian-guest-additions whenever we # resolve their destiny ;-) although it might be pooling too much, eg exim4 -- 2.39.2