summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-04-23 05:32:21 +0000
committerFrans Pop <elendil@planet.nl>2008-04-23 05:32:21 +0000
commitf4515eea1fc32e50274785f24b55e4e18e286f14 (patch)
treef0f181b485ba3b7d3ec3bd6e3f60efa4254d85f7 /en/appendix
parent23185232adc19f0dc762649b582c53d663d25a0a (diff)
downloadinstallation-guide-f4515eea1fc32e50274785f24b55e4e18e286f14.zip
Correct command to use to allow preseeding of netcfg when using a
preconfiguration file downloaded from a server (preseed/url). Thanks to Durk Strooisma for the report and analysis. Also correct and unfuzzy PO-based translations.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 72473038c..9d9e78ac8 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -774,8 +774,7 @@ by creating a <quote>preseed/run</quote> script containing the following
lines:
<informalexample><screen>
-killall.sh dhclient
-netcfg
+killall.sh; netcfg
</screen></informalexample>
</para>