diff options
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r-- | po/pot/preseed.pot | 49 |
1 files changed, 24 insertions, 25 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 9fbb07464..7a8472d02 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-06-10 00:06+0000\n" +"POT-Creation-Date: 2009-06-12 00:14+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" @@ -1390,29 +1390,28 @@ msgid "" "#d-i grub-installer/password password r00tme\n" "#d-i grub-installer/password-again password r00tme\n" "# or encrypted using an MD5 hash, see grub-md5-crypt(8).\n" - "#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" + "#d-i grub-installer/password-crypted password [MD5 hash]\n" + "\n" + "# Use the following option to add additional boot parameters for the\n" + "# installed system (if supported by the bootloader installer).\n" + "# Note: options passed to the installer will be added automatically.\n" + "#d-i debian-installer/add-kernel-opts string nousb" msgstr "" #. Tag: para -#: preseed.xml:1048 +#: preseed.xml:1043 #, 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:1058 +#: preseed.xml:1053 #, no-c-format msgid "Finishing up the installation" msgstr "" #. Tag: screen -#: preseed.xml:1060 +#: preseed.xml:1055 #, no-c-format msgid "" "# During installations from serial console, the regular virtual consoles\n" @@ -1435,13 +1434,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1065 +#: preseed.xml:1060 #, no-c-format msgid "Preseeding other packages" msgstr "" #. Tag: screen -#: preseed.xml:1067 +#: preseed.xml:1062 #, no-c-format msgid "" "# Depending on what software you choose to install, or if things go wrong\n" @@ -1454,25 +1453,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1074 +#: preseed.xml:1069 #, no-c-format msgid "Advanced options" msgstr "" #. Tag: title -#: preseed.xml:1077 +#: preseed.xml:1072 #, no-c-format msgid "Running custom commands during the installation" msgstr "" #. Tag: para -#: preseed.xml:1078 +#: preseed.xml:1073 #, 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:1086 +#: preseed.xml:1081 #, no-c-format msgid "" "# d-i preseeding is inherently not secure. Nothing in the installer checks\n" @@ -1498,13 +1497,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1091 +#: preseed.xml:1086 #, no-c-format msgid "Using preseeding to change default values" msgstr "" #. Tag: para -#: preseed.xml:1092 +#: preseed.xml:1087 #, 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" @@ -1514,31 +1513,31 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:1106 +#: preseed.xml:1101 #, 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:1113 +#: preseed.xml:1108 #, 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:1127 +#: preseed.xml:1122 #, no-c-format msgid "Chainloading preconfiguration files" msgstr "" #. Tag: para -#: preseed.xml:1128 +#: preseed.xml:1123 #, 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:1138 +#: preseed.xml:1133 #, no-c-format msgid "" "# More than one file can be listed, separated by spaces; all will be\n" @@ -1566,7 +1565,7 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:1140 +#: preseed.xml:1135 #, 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 "" |