~siretart/+junk/bug.681396

« back to all changes in this revision

Viewing changes to debian/network-preseed.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop, Updated translations
  • Date: 2010-03-24 16:33:00 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100324163300-ws5hnyvb7dvazd73
Tags: 1.45
* Integrate auto-install support in the preseed udebs.
  Requires main-menu (>= 1.31).

[ Updated translations ]
* French (fr.po) by Christian Perrier
* Marathi (mr.po) by Sampada
* Slovenian (sl.po) by Vanja Cvelbar

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
. /usr/share/debconf/confmodule
5
5
. /lib/preseed/preseed.sh
6
6
 
 
7
# Re-enable locale and kbd selection
 
8
echo 0 >/var/run/auto-install.active
 
9
 
 
10
/lib/preseed/auto-install.sh
 
11
 
7
12
dhcp_url=$(dhcp_preseed_url)
8
13
if [ -n "$dhcp_url" ]; then
9
14
        preseed_location "$dhcp_url"