let debconf set the value later, it fails if done too early
git-svn-id: http://emdebian.org/svn/current@7968 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
e53cca1e87
commit
f52e3ca1a9
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ echo "#!/bin/sh" > $dir/tmp/set.sh
|
|||
echo >> $dir/tmp/set.sh
|
||||
echo "export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C" >> $dir/tmp/set.sh
|
||||
echo "echo debconf dpkg-cross/default-arch select $CROSSARCH|debconf-set-selections" >> $dir/tmp/set.sh
|
||||
echo "dpkg-reconfigure dpkg-cross" >> $dir/tmp/set.sh
|
||||
echo "Setting debconf dpkg-cross/default-arch to $CROSSARCH"
|
||||
sudo chroot $dir sh /tmp/set.sh
|
||||
sudo rm $dir/tmp/set.sh
|
||||
|
|
Loading…
Reference in a new issue