summaryrefslogtreecommitdiff
path: root/po/pot/preseed.pot
diff options
context:
space:
mode:
authorFelipe Augusto van de Wiel <faw@debian.org>2009-06-10 00:07:00 +0000
committerFelipe Augusto van de Wiel <faw@debian.org>2009-06-10 00:07:00 +0000
commit821bb5d3b0abb0baa9b7f74a1a2d0079cdaeef76 (patch)
tree7eb08a9df696ca9b70196ae03a3f43c345439519 /po/pot/preseed.pot
parentc048deba66525fbceaebc14efcb103a408acc637 (diff)
downloadinstallation-guide-821bb5d3b0abb0baa9b7f74a1a2d0079cdaeef76.zip
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r--po/pot/preseed.pot42
1 files changed, 24 insertions, 18 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot
index 13496e10b..9fbb07464 100644
--- a/po/pot/preseed.pot
+++ b/po/pot/preseed.pot
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2009-05-10 00:14+0000\n"
+"POT-Creation-Date: 2009-06-10 00:06+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"
@@ -1393,20 +1393,26 @@ msgid ""
"#d-i grub-installer/password-crypted password [MD5 hash]"
msgstr ""
+#. Tag: sect2
+#: preseed.xml:1041
+#, no-c-format
+msgid "# Use the following option to add additional boot parameters for the # installed system (if supported by the bootloader installer). # Note: options passed to the installer will be added automatically. #d-i debian-installer/add-kernel-opts string nousb"
+msgstr ""
+
#. Tag: para
-#: preseed.xml:1043
+#: preseed.xml:1048
#, no-c-format
msgid "An MD5 hash for a password for <classname>grub</classname> can be generated using <command>grub-md5-crypt</command>, or using the command from the example in <xref linkend=\"preseed-account\"/>."
msgstr ""
#. Tag: title
-#: preseed.xml:1053
+#: preseed.xml:1058
#, no-c-format
msgid "Finishing up the installation"
msgstr ""
#. Tag: screen
-#: preseed.xml:1055
+#: preseed.xml:1060
#, no-c-format
msgid ""
"# During installations from serial console, the regular virtual consoles\n"
@@ -1429,13 +1435,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1060
+#: preseed.xml:1065
#, no-c-format
msgid "Preseeding other packages"
msgstr ""
#. Tag: screen
-#: preseed.xml:1062
+#: preseed.xml:1067
#, no-c-format
msgid ""
"# Depending on what software you choose to install, or if things go wrong\n"
@@ -1448,25 +1454,25 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1069
+#: preseed.xml:1074
#, no-c-format
msgid "Advanced options"
msgstr ""
#. Tag: title
-#: preseed.xml:1072
+#: preseed.xml:1077
#, no-c-format
msgid "Running custom commands during the installation"
msgstr ""
#. Tag: para
-#: preseed.xml:1073
+#: preseed.xml:1078
#, no-c-format
msgid "A very powerful and flexible option offered by the preconfiguration tools is the ability to run commands or scripts at certain points in the installation."
msgstr ""
#. Tag: screen
-#: preseed.xml:1081
+#: preseed.xml:1086
#, no-c-format
msgid ""
"# d-i preseeding is inherently not secure. Nothing in the installer checks\n"
@@ -1492,13 +1498,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1086
+#: preseed.xml:1091
#, no-c-format
msgid "Using preseeding to change default values"
msgstr ""
#. Tag: para
-#: preseed.xml:1087
+#: preseed.xml:1092
#, no-c-format
msgid ""
"It is possible to use preseeding to change the default answer for a question, but still have the question asked. To do this the <firstterm>seen</firstterm> flag must be reset to <quote>false</quote> after setting the value for a question. <informalexample><screen>\n"
@@ -1508,31 +1514,31 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1101
+#: preseed.xml:1106
#, no-c-format
msgid "Note that the <quote>d-i</quote> owner should only be used for variables used in the installer itself. For variables belonging to packages installed on the target system, you should use the name of that package instead. See the footnote to <xref linkend=\"preseed-bootparms\"/>."
msgstr ""
#. Tag: para
-#: preseed.xml:1108
+#: preseed.xml:1113
#, no-c-format
msgid "If you are preseeding using boot parameters, you can make the installer ask the corresponding question by using the <quote>?=</quote> operator, i.e. <userinput><replaceable>foo</replaceable>/<replaceable>bar</replaceable>?=<replaceable>value</replaceable></userinput> (or <userinput><replaceable>owner</replaceable>:<replaceable>foo/bar</replaceable>?=<replaceable>value</replaceable></userinput>). This will of course only have effect for parameters that correspond to questions that are actually displayed during an installation and not for <quote>internal</quote> parameters."
msgstr ""
#. Tag: title
-#: preseed.xml:1122
+#: preseed.xml:1127
#, no-c-format
msgid "Chainloading preconfiguration files"
msgstr ""
#. Tag: para
-#: preseed.xml:1123
+#: preseed.xml:1128
#, no-c-format
msgid "It is possible to include other preconfiguration files from a preconfiguration file. Any settings in those files will override pre-existing settings from files loaded earlier. This makes it possible to put, for example, general networking settings for your location in one file and more specific settings for certain configurations in other files."
msgstr ""
#. Tag: screen
-#: preseed.xml:1133
+#: preseed.xml:1138
#, no-c-format
msgid ""
"# More than one file can be listed, separated by spaces; all will be\n"
@@ -1560,7 +1566,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1135
+#: preseed.xml:1140
#, no-c-format
msgid "It is also possible to chainload from the initrd or file preseeding phase, into network preseeding by setting preseed/url in the earlier files. This will cause network preseeding to be performed when the network comes up. You need to be careful when doing this, since there will be two distinct runs at preseeding, meaning for example that you get another chance to run the preseed/early command, the second one happening after the network comes up."
msgstr ""