summaryrefslogtreecommitdiff
path: root/po/pot/preseed.pot
diff options
context:
space:
mode:
authorNozomu KURASAWA <nabetaro@caldron.jp>2010-12-29 14:40:26 +0000
committerNozomu KURASAWA <nabetaro@caldron.jp>2010-12-29 14:40:26 +0000
commit501c2bb053a8e7bb9dd1c0ee0210ebcc5b48112a (patch)
tree54be7d85d02fe28bd2ca286269cfb4caeb590a64 /po/pot/preseed.pot
parentb37d93c29f896b4b54ad106ed7436856077f9484 (diff)
downloadinstallation-guide-501c2bb053a8e7bb9dd1c0ee0210ebcc5b48112a.zip
Update pot files and Japanese Translation (based r66154).
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r--po/pot/preseed.pot312
1 files changed, 159 insertions, 153 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot
index 5cdcde17b..f61071809 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-29 05:56+0000\n"
+"POT-Creation-Date: 2010-12-29 12:07+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"
@@ -713,32 +713,38 @@ msgstr ""
msgid "Note that this example is based on an installation for the Intel x86 architecture. If you are installing a different architecture, some of the examples (like keyboard selection and bootloader installation) may not be relevant and will need to be replaced by debconf settings appropriate for your architecture."
msgstr ""
+#. Tag: para
+#: preseed.xml:689
+#, no-c-format
+msgid "Details on how the different Debian Installer components actually work can be found in <xref linkend=\"module-details\"/>."
+msgstr ""
+
#. Tag: title
-#: preseed.xml:692
+#: preseed.xml:697
#, no-c-format
msgid "Localization"
msgstr ""
#. Tag: para
-#: preseed.xml:693
+#: preseed.xml:698
#, no-c-format
msgid "Setting localization values will only work if you are using initrd preseeding. With all other methods the preconfiguration file will only be loaded after these questions have been asked."
msgstr ""
#. Tag: para
-#: preseed.xml:699
+#: preseed.xml:704
#, no-c-format
msgid "The locale can be used to specify both language and country and can be any combination of a language supported by &d-i; and a recognized country. If the combination does not form a valid locale, the installer will automatically select a locale that is valid for the selected language. To specify the locale as a boot parameter, use <userinput>locale=<replaceable>en_US</replaceable></userinput>."
msgstr ""
#. Tag: para
-#: preseed.xml:708
+#: preseed.xml:713
#, no-c-format
msgid "Although this method is very easy to use, it does not allow preseeding of all possible combinations of language, country and locale<footnote> <para> Preseeding <literal>locale</literal> to <userinput>en_NL</userinput> would for example result in <literal>en_US.UTF-8</literal> as default locale for the installed system. If e.g. <literal>en_GB.UTF-8</literal> is preferred instead, the values will need to be preseeded individually. </para> </footnote>. So alternatively the values can be preseeded individually. Language and country can also be specified as boot parameters."
msgstr ""
#. Tag: screen
-#: preseed.xml:723
+#: preseed.xml:728
#, no-c-format
msgid ""
"# Preseeding only locale sets language, country and locale.\n"
@@ -753,13 +759,13 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:725
+#: preseed.xml:730
#, no-c-format
msgid "Keyboard configuration consists of selecting a keyboard architecture and a keymap. In most cases the correct keyboard architecture is selected by default, so there's normally no need to preseed it. The keymap must be known to the &d-i; for the selected keyboard architecture."
msgstr ""
#. Tag: screen
-#: preseed.xml:732
+#: preseed.xml:737
#, no-c-format
msgid ""
"# Keyboard selection.\n"
@@ -770,55 +776,55 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:734
+#: preseed.xml:739
#, no-c-format
msgid "To skip keyboard configuration, preseed <classname>console-tools/archs</classname> with <userinput>skip-config</userinput>. This will result in the kernel keymap remaining active."
msgstr ""
#. Tag: para
-#: preseed.xml:743
+#: preseed.xml:748
#, no-c-format
msgid "The changes in the input layer for 2.6 kernels have made the keyboard architecture virtually obsolete. For 2.6 kernels normally a <quote>PC</quote> (<userinput>at</userinput>) keymap should be selected."
msgstr ""
#. Tag: title
-#: preseed.xml:753
+#: preseed.xml:758
#, no-c-format
msgid "Network configuration"
msgstr ""
#. Tag: para
-#: preseed.xml:754
+#: preseed.xml:759
#, no-c-format
msgid "Of course, preseeding the network configuration won't work if you're loading your preconfiguration file from the network. But it's great when you're booting from CD or USB stick. If you are loading preconfiguration files from the network, you can pass network config parameters by using kernel boot parameters."
msgstr ""
#. Tag: para
-#: preseed.xml:762
+#: preseed.xml:767
#, no-c-format
msgid "If you need to pick a particular interface when netbooting before loading a preconfiguration file from the network, use a boot parameter such as <userinput>interface=<replaceable>eth1</replaceable></userinput>."
msgstr ""
#. Tag: para
-#: preseed.xml:768
+#: preseed.xml:773
#, no-c-format
msgid "Although preseeding the network configuration is normally not possible when using network preseeding (using <quote>preseed/url</quote>), you can use the following hack to work around that, for example if you'd like to set a static address for the network interface. The hack is to force the network configuration to run again after the preconfiguration file has been loaded by creating a <quote>preseed/run</quote> script containing the following commands:"
msgstr ""
#. Tag: screen
-#: preseed.xml:778
+#: preseed.xml:783
#, no-c-format
msgid "killall.sh; netcfg"
msgstr ""
#. Tag: para
-#: preseed.xml:780
+#: preseed.xml:785
#, no-c-format
msgid "The following debconf variables are relevant for network configuration."
msgstr ""
#. Tag: screen
-#: preseed.xml:786
+#: preseed.xml:791
#, no-c-format
msgid ""
"# Disable network configuration entirely. This is useful for cdrom\n"
@@ -872,19 +878,19 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:788
+#: preseed.xml:793
#, no-c-format
msgid "Please note that <command>netcfg</command> will automatically determine the netmask if <classname>netcfg/get_netmask</classname> is not preseeded. In this case, the variable has to be marked as <literal>seen</literal> for automatic installations. Similarly, <command>netcfg</command> will choose an appropriate address if <classname>netcfg/get_gateway</classname> is not set. As a special case, you can set <classname>netcfg/get_gateway</classname> to <quote>none</quote> to specify that no gateway should be used."
msgstr ""
#. Tag: title
-#: preseed.xml:804
+#: preseed.xml:809
#, no-c-format
msgid "Network console"
msgstr ""
#. Tag: screen
-#: preseed.xml:806
+#: preseed.xml:811
#, no-c-format
msgid ""
"# Use the following settings if you wish to make use of the network-console\n"
@@ -896,31 +902,31 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:811
+#: preseed.xml:816
#, no-c-format
msgid "Mirror settings"
msgstr ""
#. Tag: para
-#: preseed.xml:812
+#: preseed.xml:817
#, no-c-format
msgid "Depending on the installation method you use, a mirror may be used to download additional components of the installer, to install the base system, and to set up the <filename>/etc/apt/sources.list</filename> for the installed system."
msgstr ""
#. Tag: para
-#: preseed.xml:819
+#: preseed.xml:824
#, no-c-format
msgid "The parameter <classname>mirror/suite</classname> determines the suite for the installed system."
msgstr ""
#. Tag: para
-#: preseed.xml:824
+#: preseed.xml:829
#, no-c-format
msgid "The parameter <classname>mirror/udeb/suite</classname> determines the suite for additional components for the installer. It is only useful to set this if components are actually downloaded over the network and should match the suite that was used to build the initrd for the installation method used for the installation. Normally the installer will automatically use the correct value and there should be no need to set this."
msgstr ""
#. Tag: screen
-#: preseed.xml:835
+#: preseed.xml:840
#, no-c-format
msgid ""
"# If you select ftp, the mirror/country string does not need to be set.\n"
@@ -937,13 +943,81 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:840
+#: preseed.xml:845
+#, no-c-format
+msgid "Account setup"
+msgstr ""
+
+#. Tag: para
+#: preseed.xml:846
+#, 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:853
+#, 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:863
+#, no-c-format
+msgid ""
+ "# Skip creation of a root account (normal user account will be able to\n"
+ "# use sudo).\n"
+ "#d-i passwd/root-login boolean false\n"
+ "# Alternatively, to skip creation of a normal user account.\n"
+ "#d-i passwd/make-user boolean false\n"
+ "\n"
+ "# Root password, either in clear text\n"
+ "#d-i passwd/root-password password r00tme\n"
+ "#d-i passwd/root-password-again password r00tme\n"
+ "# or encrypted using an MD5 hash.\n"
+ "#d-i passwd/root-password-crypted password [MD5 hash]\n"
+ "\n"
+ "# To create a normal user account.\n"
+ "#d-i passwd/user-fullname string Debian User\n"
+ "#d-i passwd/username string debian\n"
+ "# Normal user's password, either in clear text\n"
+ "#d-i passwd/user-password password insecure\n"
+ "#d-i passwd/user-password-again password insecure\n"
+ "# or encrypted using an MD5 hash.\n"
+ "#d-i passwd/user-password-crypted password [MD5 hash]\n"
+ "# Create the first user with the specified UID instead of the default.\n"
+ "#d-i passwd/user-uid string 1010\n"
+ "\n"
+ "# The user account will be added to some standard initial groups. To\n"
+ "# override that, use this.\n"
+ "#d-i passwd/user-default-groups string audio cdrom video"
+msgstr ""
+
+#. Tag: para
+#: preseed.xml:865
+#, 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:875
+#, no-c-format
+msgid "The following command can be used to generate an MD5 hash for a password:"
+msgstr ""
+
+#. Tag: screen
+#: preseed.xml:879
+#, no-c-format
+msgid "$ printf \"r00tme\" | mkpasswd -s -m md5"
+msgstr ""
+
+#. Tag: title
+#: preseed.xml:885
#, no-c-format
msgid "Clock and time zone setup"
msgstr ""
#. Tag: screen
-#: preseed.xml:842
+#: preseed.xml:887
#, no-c-format
msgid ""
"# Controls whether or not the hardware clock is set to UTC.\n"
@@ -960,43 +1034,43 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:847
+#: preseed.xml:892
#, no-c-format
msgid "Partitioning"
msgstr ""
#. Tag: para
-#: preseed.xml:848
+#: preseed.xml:893
#, no-c-format
msgid "Using preseeding to partition the harddisk is limited to what is supported by <classname>partman-auto</classname>. You can choose to partition either existing free space on a disk or a whole disk. The layout of the disk can be determined by using a predefined recipe, a custom recipe from a recipe file or a recipe included in the preconfiguration file."
msgstr ""
#. Tag: para
-#: preseed.xml:856
+#: preseed.xml:901
#, no-c-format
msgid "Preseeding of advanced partition setups using RAID, LVM and encryption is supported, but not with the full flexibility possible when partitioning during a non-preseeded install."
msgstr ""
#. Tag: para
-#: preseed.xml:862
+#: preseed.xml:907
#, no-c-format
msgid "The examples below only provide basic information on the use of recipes. For detailed information see the files <filename>partman-auto-recipe.txt</filename> and <filename>partman-auto-raid-recipe.txt</filename> included in the <classname>debian-installer</classname> package. Both files are also available from the <ulink url=\"&url-d-i-websvn;/trunk/installer/doc/devel/\">&d-i; source repository</ulink>. Note that the supported functionality may change between releases."
msgstr ""
#. Tag: para
-#: preseed.xml:876
+#: preseed.xml:921
#, no-c-format
msgid "The identification of disks is dependent on the order in which their drivers are loaded. If there are multiple disks in the system, make very sure the correct one will be selected before using preseeding."
msgstr ""
#. Tag: title
-#: preseed.xml:885
+#: preseed.xml:930
#, no-c-format
msgid "Partitioning example"
msgstr ""
#. Tag: screen
-#: preseed.xml:887
+#: preseed.xml:932
#, no-c-format
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
@@ -1071,31 +1145,31 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:891
+#: preseed.xml:936
#, no-c-format
msgid "Partitioning using RAID"
msgstr ""
#. Tag: para
-#: preseed.xml:892
+#: preseed.xml:937
#, 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."
msgstr ""
#. Tag: para
-#: preseed.xml:898
+#: preseed.xml:943
#, 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
+#: preseed.xml:950
#, 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:915
+#: preseed.xml:960
#, no-c-format
msgid ""
"# The method should be set to \"raid\".\n"
@@ -1149,31 +1223,31 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:920
+#: preseed.xml:965
#, no-c-format
msgid "Controlling how partitions are mounted"
msgstr ""
#. Tag: para
-#: preseed.xml:921
+#: preseed.xml:966
#, 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:930
+#: preseed.xml:975
#, 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:937
+#: preseed.xml:982
#, 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:947
+#: preseed.xml:992
#, no-c-format
msgid ""
"# The default is to mount by UUID, but you can also choose \"traditional\" to\n"
@@ -1183,19 +1257,19 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:953
+#: preseed.xml:998
#, no-c-format
msgid "Base system installation"
msgstr ""
#. Tag: para
-#: preseed.xml:954
+#: preseed.xml:999
#, 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:961
+#: preseed.xml:1006
#, no-c-format
msgid ""
"# Configure APT to not install recommended packages by default. Use of this\n"
@@ -1212,87 +1286,19 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:966
-#, no-c-format
-msgid "Account setup"
-msgstr ""
-
-#. Tag: para
-#: 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: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:984
-#, no-c-format
-msgid ""
- "# Skip creation of a root account (normal user account will be able to\n"
- "# use sudo).\n"
- "#d-i passwd/root-login boolean false\n"
- "# Alternatively, to skip creation of a normal user account.\n"
- "#d-i passwd/make-user boolean false\n"
- "\n"
- "# Root password, either in clear text\n"
- "#d-i passwd/root-password password r00tme\n"
- "#d-i passwd/root-password-again password r00tme\n"
- "# or encrypted using an MD5 hash.\n"
- "#d-i passwd/root-password-crypted password [MD5 hash]\n"
- "\n"
- "# To create a normal user account.\n"
- "#d-i passwd/user-fullname string Debian User\n"
- "#d-i passwd/username string debian\n"
- "# Normal user's password, either in clear text\n"
- "#d-i passwd/user-password password insecure\n"
- "#d-i passwd/user-password-again password insecure\n"
- "# or encrypted using an MD5 hash.\n"
- "#d-i passwd/user-password-crypted password [MD5 hash]\n"
- "# Create the first user with the specified UID instead of the default.\n"
- "#d-i passwd/user-uid string 1010\n"
- "\n"
- "# The user account will be added to some standard initial groups. To\n"
- "# override that, use this.\n"
- "#d-i passwd/user-default-groups string audio cdrom video"
-msgstr ""
-
-#. Tag: para
-#: 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:996
-#, no-c-format
-msgid "The following command can be used to generate an MD5 hash for a password:"
-msgstr ""
-
-#. Tag: screen
-#: preseed.xml:1000
-#, no-c-format
-msgid "$ printf \"r00tme\" | mkpasswd -s -m md5"
-msgstr ""
-
-#. Tag: title
-#: preseed.xml:1006
+#: preseed.xml:1011
#, no-c-format
msgid "Apt setup"
msgstr ""
#. Tag: para
-#: preseed.xml:1007
+#: preseed.xml:1012
#, 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:1015
+#: preseed.xml:1020
#, no-c-format
msgid ""
"# You can choose to install non-free and contrib software.\n"
@@ -1324,97 +1330,97 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1020
+#: preseed.xml:1025
#, no-c-format
msgid "Package selection"
msgstr ""
#. Tag: para
-#: preseed.xml:1021
+#: preseed.xml:1026
#, 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:1030
+#: preseed.xml:1035
#, no-c-format
msgid "standard"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1033
+#: preseed.xml:1038
#, no-c-format
msgid "desktop"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1036
+#: preseed.xml:1041
#, no-c-format
msgid "gnome-desktop"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1039
+#: preseed.xml:1044
#, no-c-format
msgid "kde-desktop"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1042
+#: preseed.xml:1047
#, no-c-format
msgid "web-server"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1045
+#: preseed.xml:1050
#, no-c-format
msgid "print-server"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1048
+#: preseed.xml:1053
#, no-c-format
msgid "dns-server"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1051
+#: preseed.xml:1056
#, no-c-format
msgid "file-server"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1054
+#: preseed.xml:1059
#, no-c-format
msgid "mail-server"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1057
+#: preseed.xml:1062
#, no-c-format
msgid "sql-database"
msgstr ""
#. Tag: userinput
-#: preseed.xml:1060
+#: preseed.xml:1065
#, no-c-format
msgid "laptop"
msgstr ""
#. Tag: para
-#: preseed.xml:1064
+#: preseed.xml:1069
#, 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:1070
+#: preseed.xml:1075
#, 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:1080
+#: preseed.xml:1085
#, no-c-format
msgid ""
"#tasksel tasksel/first multiselect standard, web-server\n"
@@ -1436,13 +1442,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1085
+#: preseed.xml:1090
#, no-c-format
msgid "Boot loader installation"
msgstr ""
#. Tag: screen
-#: preseed.xml:1087
+#: preseed.xml:1092
#, no-c-format
msgid ""
"<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). If you want lilo installed\n"
@@ -1490,19 +1496,19 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1089
+#: preseed.xml:1094
#, 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:1099
+#: preseed.xml:1104
#, no-c-format
msgid "Finishing up the installation"
msgstr ""
#. Tag: screen
-#: preseed.xml:1101
+#: preseed.xml:1106
#, no-c-format
msgid ""
"# During installations from serial console, the regular virtual consoles\n"
@@ -1525,13 +1531,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1106
+#: preseed.xml:1111
#, no-c-format
msgid "Preseeding other packages"
msgstr ""
#. Tag: screen
-#: preseed.xml:1108
+#: preseed.xml:1113
#, no-c-format
msgid ""
"# Depending on what software you choose to install, or if things go wrong\n"
@@ -1544,25 +1550,25 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1115
+#: preseed.xml:1120
#, no-c-format
msgid "Advanced options"
msgstr ""
#. Tag: title
-#: preseed.xml:1118
+#: preseed.xml:1123
#, no-c-format
msgid "Running custom commands during the installation"
msgstr ""
#. Tag: para
-#: preseed.xml:1119
+#: preseed.xml:1124
#, 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:1127
+#: preseed.xml:1132
#, no-c-format
msgid ""
"# d-i preseeding is inherently not secure. Nothing in the installer checks\n"
@@ -1588,13 +1594,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1132
+#: preseed.xml:1137
#, no-c-format
msgid "Using preseeding to change default values"
msgstr ""
#. Tag: para
-#: preseed.xml:1133
+#: preseed.xml:1138
#, 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"
@@ -1604,31 +1610,31 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1147
+#: preseed.xml:1152
#, 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:1154
+#: preseed.xml:1159
#, 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:1168
+#: preseed.xml:1173
#, no-c-format
msgid "Chainloading preconfiguration files"
msgstr ""
#. Tag: para
-#: preseed.xml:1169
+#: preseed.xml:1174
#, 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:1179
+#: preseed.xml:1184
#, no-c-format
msgid ""
"# More than one file can be listed, separated by spaces; all will be\n"
@@ -1656,7 +1662,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1181
+#: preseed.xml:1186
#, 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 ""