summaryrefslogtreecommitdiff
path: root/po/pot/preseed.pot
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-01-20 09:42:00 +0000
committerFrans Pop <elendil@planet.nl>2006-01-20 09:42:00 +0000
commit082513e4c324f5a222c64138fe84b11eac6b6222 (patch)
treed449d490f8b66abe5f7859494df177d407157d16 /po/pot/preseed.pot
parentcb081673e1143bb5fc0f9050b88b4cc0bbccddb6 (diff)
downloadinstallation-guide-082513e4c324f5a222c64138fe84b11eac6b6222.zip
Update of POT and PO files for the manual
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r--po/pot/preseed.pot13
1 files changed, 11 insertions, 2 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot
index 6acb2a32e..58cd05d67 100644
--- a/po/pot/preseed.pot
+++ b/po/pot/preseed.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-01-10 21:34+0000\n"
+"POT-Creation-Date: 2006-01-20 09:41+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -477,8 +477,17 @@ msgid ""
"# it, this might be useful.\n"
"#d-i netcfg/dhcp_timeout string 60\n"
"\n"
- "# If you prefer to configure the network manually, here's how:\n"
+ "# If you prefer to configure the network manually, uncomment this line and\n"
+ "# the static network configuration below.\n"
"#d-i netcfg/disable_dhcp boolean true\n"
+ "\n"
+ "# If you want the preseed file to work on systems both with and without \n"
+ "# a dhcp server, uncomment these lines and the static network configuration\n"
+ "# below.\n"
+ "#d-i netcfg/dhcp_failed note\n"
+ "#d-i netcfg/dhcp_options select Configure network manually\n"
+ "\n"
+ "# Static network configuration.\n"
"#d-i netcfg/get_nameservers string 192.168.1.1\n"
"#d-i netcfg/get_ipaddress string 192.168.1.42\n"
"#d-i netcfg/get_netmask string 255.255.255.0\n"