summaryrefslogtreecommitdiff
path: root/po/pot/install-methods.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/pot/install-methods.pot')
-rw-r--r--po/pot/install-methods.pot42
1 files changed, 14 insertions, 28 deletions
diff --git a/po/pot/install-methods.pot b/po/pot/install-methods.pot
index 3a376f19d..2f92c90f8 100644
--- a/po/pot/install-methods.pot
+++ b/po/pot/install-methods.pot
@@ -1192,22 +1192,28 @@ msgstr ""
#: install-methods.xml:1660
#, no-c-format
#. Tag: para
-msgid "The Debian Installer supports automating installs via preconfiguration files. A preconfiguration file can be loaded from the network or from removable media, and used to fill in answers to question asked during the installation process."
+msgid "The Debian Installer supports automating installs via preconfiguration files. A preconfiguration file can be loaded from the network or from removable media, and used to fill in answers to questions asked during the installation process."
msgstr ""
#: install-methods.xml:1667
#, no-c-format
#. Tag: para
-msgid "Although most dialogs used by &d-i; can be preseeded using this method, there are some notable exceptions. You can (re)partition an entire disk or use available free space on a disk; it is not possible to use existing partitions. You currently cannot use preseeding to set up RAID and LVM. <phrase condition=\"sarge\">Also, with the exception of network driver modules, it is not possible to preconfigure kernel module parameters.</phrase>"
+msgid "Full documentation on preseeding including a working example that you can edit is in <xref linkend=\"appendix-preseed\"/>."
msgstr ""
-#: install-methods.xml:1676
+#: install-methods.xml:1672
+#, no-c-format
+#. Tag: para
+msgid "Although most dialogs used by &d-i; can be preseeded using this method, there are some notable exceptions. You can (re)partition an entire disk or use available free space on a disk; it is not possible to use existing partitions. You currently cannot use preseeding to set up RAID and LVM. Also, with the exception of network driver modules, it is not possible to preconfigure kernel module parameters."
+msgstr ""
+
+#: install-methods.xml:1681
#, no-c-format
#. Tag: para
msgid "The preconfiguration file is in the format used by the debconf-set-selections command. A well documented and working example that you can edit is in <xref linkend=\"example-preseed\"/>."
msgstr ""
-#: install-methods.xml:1682
+#: install-methods.xml:1687
#, no-c-format
#. Tag: para
msgid ""
@@ -1217,47 +1223,27 @@ msgid ""
"</screen></informalexample> However, a file generated in this manner will have some items that should not be preseeded, and the file in <xref linkend=\"example-preseed\"/> is a better starting place for most users."
msgstr ""
-#: install-methods.xml:1697
+#: install-methods.xml:1702
#, no-c-format
#. Tag: para
msgid "Once you have a preconfiguration file, you can edit it if necessary, and place it on a web server, or copy it onto the installer's boot media. Wherever you place the file, you need to pass a parameter to the installer at boot time to tell it to use the file."
msgstr ""
-#: install-methods.xml:1704
+#: install-methods.xml:1709
#, no-c-format
#. Tag: para
msgid "To make the installer use a preconfiguration file downloaded from the network, add preseed/url=http://url/to/preseed.cfg to the kernel boot parameters. Of course the preconfiguration will not take effect until the installer manages to set up the network to download the file, so this is most useful if the installer can set up the network via DHCP without asking any questions. You may want to set the installation priority to critical to avoid any questions while the network is being configured. See <xref linkend=\"installer-args\"/>."
msgstr ""
-#: install-methods.xml:1715
+#: install-methods.xml:1720
#, no-c-format
#. Tag: para
msgid "To place a preconfiguration file on a CD, you would need to remaster the ISO image to include your preconfiguration file. See the manual page for mkisofs for details. Alternatively, put the preseed file on a floppy, and use preseed/file=/floppy/preseed.cfg"
msgstr ""
-#: install-methods.xml:1722
+#: install-methods.xml:1727
#, no-c-format
#. Tag: para
msgid "If you'll be booting from a USB memory stick, then you can simply copy your preconfiguration file onto the memory stick's filesystem, and edit the syslinux.cfg file to add preseed/file=/hd-media/preseed.cfg to the kernel boot parameters."
msgstr ""
-#: install-methods.xml:1732
-#, no-c-format
-#. Tag: title
-msgid "Using Preseeding to Change Default Values"
-msgstr ""
-
-#: install-methods.xml:1733
-#, no-c-format
-#. Tag: para
-msgid "It is also 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 template."
-msgstr ""
-
-#: install-methods.xml:1740
-#, no-c-format
-#. Tag: screen
-msgid ""
- "d-i foo/bar string value\n"
- "d-i foo/bar seen false"
-msgstr ""
-