r17471 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17470‎ | r17471 | r17472 >
Date:23:35, 6 November 2006
Author:mark
Status:old
Tags:
Comment:
debconf-set-selections still doesn't support stdin in the installer.
Modified paths:
  • /trunk/ubuntu/autoinstall/scripts/early_command (modified) (history)

Diff [purge]

Index: trunk/ubuntu/autoinstall/scripts/early_command
@@ -10,4 +10,5 @@
1111
1212 # Preseed the correct wikimedia repository location
1313 SUITE=$(debconf-get mirror/suite)
14 -echo d-i apt-setup/local0/repository string http://apt.wikimedia.org/wikimedia $SUITE-wikimedia main restricted universe multiverse | debconf-set-selections
 14+echo d-i apt-setup/local0/repository string http://apt.wikimedia.org/wikimedia $SUITE-wikimedia main restricted universe multiverse > /tmp/apt_repository.cfg
 15+debconf-set-selections /tmp/apt_repository.cfg