summaryrefslogtreecommitdiff
path: root/po/pot/preseed.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r--po/pot/preseed.pot122
1 files changed, 65 insertions, 57 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot
index 115733f48..fb6d378f4 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: 2010-10-10 12:35+0000\n"
+"POT-Creation-Date: 2010-10-29 05:56+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"
@@ -1079,17 +1079,23 @@ msgstr ""
#. Tag: para
#: preseed.xml:892
#, no-c-format
-msgid "You can also use preseeding to set up partitions on software RAID arrays. Supported are RAID levels 0, 1, 5, 6 and 10, creating degraded arrays and specifying spare devices. If you are using RAID 1, you can preseed grub to install to all devices used in the array; see <xref linkend=\"preseed-bootloader\"/>."
+msgid "You can also use preseeding to set up partitions on software RAID arrays. Supported are RAID levels 0, 1, 5, 6 and 10, creating degraded arrays and specifying spare devices."
msgstr ""
#. Tag: para
-#: preseed.xml:902
+#: preseed.xml:898
+#, no-c-format
+msgid "If you are using RAID 1, you can preseed grub to install to all devices used in the array; see <xref linkend=\"preseed-bootloader\"/>."
+msgstr ""
+
+#. Tag: para
+#: preseed.xml:905
#, no-c-format
msgid "This type of automated partitioning is easy to get wrong. It is also functionality that receives relatively little testing from the developers of &d-i;. The responsibility to get the various recipes right (so they make sense and don't conflict) lies with the user. Check <filename>/var/log/syslog</filename> if you run into problems."
msgstr ""
#. Tag: screen
-#: preseed.xml:912
+#: preseed.xml:915
#, no-c-format
msgid ""
"# The method should be set to \"raid\".\n"
@@ -1143,31 +1149,31 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:917
+#: preseed.xml:920
#, no-c-format
msgid "Controlling how partitions are mounted"
msgstr ""
#. Tag: para
-#: preseed.xml:918
+#: preseed.xml:921
#, no-c-format
msgid "Normally, filesystems are mounted using a universally unique identifier (UUID) as a key; this allows them to be mounted properly even if their device name changes. UUIDs are long and difficult to read, so, if you prefer, the installer can mount filesystems based on the traditional device names, or based on a label you assign. If you ask the installer to mount by label, any filesystems without a label will be mounted using a UUID instead."
msgstr ""
#. Tag: para
-#: preseed.xml:927
+#: preseed.xml:930
#, no-c-format
msgid "Devices with stable names, such as LVM logical volumes, will continue to use their traditional names rather than UUIDs."
msgstr ""
#. Tag: para
-#: preseed.xml:934
+#: preseed.xml:937
#, no-c-format
msgid "Traditional device names may change based on the order in which the kernel discovers devices at boot, which may cause the wrong filesystem to be mounted. Similarly, labels are likely to clash if you plug in a new disk or a USB drive, and if that happens your system's behaviour when started will be random."
msgstr ""
#. Tag: screen
-#: preseed.xml:944
+#: preseed.xml:947
#, no-c-format
msgid ""
"# The default is to mount by UUID, but you can also choose \"traditional\" to\n"
@@ -1177,19 +1183,19 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:950
+#: preseed.xml:953
#, no-c-format
msgid "Base system installation"
msgstr ""
#. Tag: para
-#: preseed.xml:951
+#: preseed.xml:954
#, no-c-format
msgid "There is actually not very much that can be preseeded for this stage of the installation. The only questions asked concern the installation of the kernel."
msgstr ""
#. Tag: screen
-#: preseed.xml:958
+#: preseed.xml:961
#, no-c-format
msgid ""
"# Configure APT to not install recommended packages by default. Use of this\n"
@@ -1206,25 +1212,25 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:963
+#: preseed.xml:966
#, no-c-format
msgid "Account setup"
msgstr ""
#. Tag: para
-#: preseed.xml:964
+#: preseed.xml:967
#, no-c-format
msgid "The password for the root account and name and password for a first regular user's account can be preseeded. For the passwords you can use either clear text values or MD5 <emphasis>hashes</emphasis>."
msgstr ""
#. Tag: para
-#: preseed.xml:971
+#: preseed.xml:974
#, no-c-format
msgid "Be aware that preseeding passwords is not completely secure as everyone with access to the preconfiguration file will have the knowledge of these passwords. Using MD5 hashes is considered slightly better in terms of security but it might also give a false sense of security as access to a MD5 hash allows for brute force attacks."
msgstr ""
#. Tag: screen
-#: preseed.xml:981
+#: preseed.xml:984
#, no-c-format
msgid ""
"# Skip creation of a root account (normal user account will be able to\n"
@@ -1256,37 +1262,37 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:983
+#: preseed.xml:986
#, no-c-format
msgid "The <classname>passwd/root-password-crypted</classname> and <classname>passwd/user-password-crypted</classname> variables can also be preseeded with <quote>!</quote> as their value. In that case, the corresponding account is disabled. This may be convenient for the root account, provided of course that an alternative method is set up to allow administrative activities or root login (for instance by using SSH key authentication or <command>sudo</command>)."
msgstr ""
#. Tag: para
-#: preseed.xml:993
+#: preseed.xml:996
#, no-c-format
msgid "The following command can be used to generate an MD5 hash for a password:"
msgstr ""
#. Tag: screen
-#: preseed.xml:997
+#: preseed.xml:1000
#, no-c-format
msgid "$ printf \"r00tme\" | mkpasswd -s -m md5"
msgstr ""
#. Tag: title
-#: preseed.xml:1003
+#: preseed.xml:1006
#, no-c-format
msgid "Apt setup"
msgstr ""
#. Tag: para
-#: preseed.xml:1004
+#: preseed.xml:1007
#, no-c-format
msgid "Setup of the <filename>/etc/apt/sources.list</filename> and basic configuration options is fully automated based on your installation method and answers to earlier questions. You can optionally add other (local) repositories."
msgstr ""
#. Tag: screen
-#: preseed.xml:1012
+#: preseed.xml:1015
#, no-c-format
msgid ""
"# You can choose to install non-free and contrib software.\n"
@@ -1318,97 +1324,97 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1017
+#: preseed.xml:1020
#, no-c-format
msgid "Package selection"
msgstr ""
#. Tag: para
-#: preseed.xml:1018
+#: preseed.xml:1021
#, no-c-format
msgid "You can choose to install any combination of tasks that are available. Available tasks as of this writing include:"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1027
+#: preseed.xml:1030
#, no-c-format
msgid "standard"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1030
+#: preseed.xml:1033
#, no-c-format
msgid "desktop"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1033
+#: preseed.xml:1036
#, no-c-format
msgid "gnome-desktop"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1036
+#: preseed.xml:1039
#, no-c-format
msgid "kde-desktop"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1039
+#: preseed.xml:1042
#, no-c-format
msgid "web-server"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1042
+#: preseed.xml:1045
#, no-c-format
msgid "print-server"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1045
+#: preseed.xml:1048
#, no-c-format
msgid "dns-server"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1048
+#: preseed.xml:1051
#, no-c-format
msgid "file-server"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1051
+#: preseed.xml:1054
#, no-c-format
msgid "mail-server"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1054
+#: preseed.xml:1057
#, no-c-format
msgid "sql-database"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1057
+#: preseed.xml:1060
#, no-c-format
msgid "laptop"
msgstr ""
#. Tag: para
-#: preseed.xml:1061
+#: preseed.xml:1064
#, no-c-format
msgid "You can also choose to install no tasks, and force the installation of a set of packages in some other way. We recommend always including the <userinput>standard</userinput> task."
msgstr ""
#. Tag: para
-#: preseed.xml:1067
+#: preseed.xml:1070
#, no-c-format
msgid "If you want to install some individual packages in addition to packages installed by tasks, you can use the parameter <classname>pkgsel/include</classname>. The value of this parameter can be a list of packages separated by either commas or spaces, which allows it to be used easily on the kernel command line as well."
msgstr ""
#. Tag: screen
-#: preseed.xml:1077
+#: preseed.xml:1080
#, no-c-format
msgid ""
"#tasksel tasksel/first multiselect standard, web-server\n"
@@ -1430,13 +1436,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1082
+#: preseed.xml:1085
#, no-c-format
msgid "Boot loader installation"
msgstr ""
#. Tag: screen
-#: preseed.xml:1084
+#: preseed.xml:1087
#, no-c-format
msgid ""
"<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). If you want lilo installed\n"
@@ -1468,6 +1474,8 @@ msgid ""
"#d-i grub-installer/bootdev string (hd0,0)\n"
"# To install grub to multiple disks:\n"
"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+ "# To install to a particular device:\n"
+ "#d-i grub-installer/bootdev string /dev/sda\n"
"\n"
"# Optional password for grub, either in clear text\n"
"#d-i grub-installer/password password r00tme\n"
@@ -1482,19 +1490,19 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1086
+#: preseed.xml:1089
#, 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:1096
+#: preseed.xml:1099
#, no-c-format
msgid "Finishing up the installation"
msgstr ""
#. Tag: screen
-#: preseed.xml:1098
+#: preseed.xml:1101
#, no-c-format
msgid ""
"# During installations from serial console, the regular virtual consoles\n"
@@ -1517,13 +1525,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1103
+#: preseed.xml:1106
#, no-c-format
msgid "Preseeding other packages"
msgstr ""
#. Tag: screen
-#: preseed.xml:1105
+#: preseed.xml:1108
#, no-c-format
msgid ""
"# Depending on what software you choose to install, or if things go wrong\n"
@@ -1536,25 +1544,25 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1112
+#: preseed.xml:1115
#, no-c-format
msgid "Advanced options"
msgstr ""
#. Tag: title
-#: preseed.xml:1115
+#: preseed.xml:1118
#, no-c-format
msgid "Running custom commands during the installation"
msgstr ""
#. Tag: para
-#: preseed.xml:1116
+#: preseed.xml:1119
#, 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:1124
+#: preseed.xml:1127
#, no-c-format
msgid ""
"# d-i preseeding is inherently not secure. Nothing in the installer checks\n"
@@ -1580,13 +1588,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1129
+#: preseed.xml:1132
#, no-c-format
msgid "Using preseeding to change default values"
msgstr ""
#. Tag: para
-#: preseed.xml:1130
+#: preseed.xml:1133
#, 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"
@@ -1596,31 +1604,31 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1144
+#: preseed.xml:1147
#, 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:1151
+#: preseed.xml:1154
#, 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:1165
+#: preseed.xml:1168
#, no-c-format
msgid "Chainloading preconfiguration files"
msgstr ""
#. Tag: para
-#: preseed.xml:1166
+#: preseed.xml:1169
#, 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:1176
+#: preseed.xml:1179
#, no-c-format
msgid ""
"# More than one file can be listed, separated by spaces; all will be\n"
@@ -1648,7 +1656,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1178
+#: preseed.xml:1181
#, 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 ""