diff options
author | Frans Pop <elendil@planet.nl> | 2007-01-07 12:31:29 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-01-07 12:31:29 +0000 |
commit | 8e4a5b75e2b046c5354f97a82c59659fc6410834 (patch) | |
tree | d85bda28d86f588b2c2f8aeb14857dff5c6e2566 | |
parent | 785aeb505f4ddb5f705b3a7884e9e19f8f873bdb (diff) | |
download | installation-guide-8e4a5b75e2b046c5354f97a82c59659fc6410834.zip |
Some more minor errors spotted by Christian
-rw-r--r-- | en/boot-installer/parameters.xml | 8 | ||||
-rw-r--r-- | en/boot-installer/x86.xml | 2 | ||||
-rw-r--r-- | en/install-methods/install-tftp.xml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index 7fa7089f0..15340b7f3 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -139,9 +139,9 @@ installer. The current possible parameter settings are: The default frontend is <userinput>DEBIAN_FRONTEND=newt</userinput>. <userinput>DEBIAN_FRONTEND=text</userinput> may be preferable for -serial console installs. Generally only the +serial console installs. Generally, only the <userinput>newt</userinput> frontend is available on default install -media. On architectures which support it, the graphical installer uses +media. On architectures that support it, the graphical installer uses the <userinput>gtk</userinput> frontend. </para></listitem> @@ -300,7 +300,7 @@ this misbehavior. <term>preseed/url (url)</term> <listitem><para> -Specify the url to a preconfiguration file to download and use in +Specify the url to a preconfiguration file to download and use for automating the install. See <xref linkend="automatic-install"/>. </para></listitem> @@ -310,7 +310,7 @@ automating the install. See <xref linkend="automatic-install"/>. <term>preseed/file (file)</term> <listitem><para> -Specify the path to a preconfiguration file to load to +Specify the path to a preconfiguration file to load for automating the install. See <xref linkend="automatic-install"/>. </para></listitem> diff --git a/en/boot-installer/x86.xml b/en/boot-installer/x86.xml index 8ae25431b..3b7c31caf 100644 --- a/en/boot-installer/x86.xml +++ b/en/boot-installer/x86.xml @@ -281,7 +281,7 @@ There are various ways to do a TFTP boot on i386. It could be that your Network Interface Card or Motherboard provides PXE boot functionality. This is a <trademark class="trade">Intel</trademark> re-implementation -of TFTP boot. If so you may be able to configure your BIOS to boot from the +of TFTP boot. If so, you may be able to configure your BIOS to boot from the network. </para> diff --git a/en/install-methods/install-tftp.xml b/en/install-methods/install-tftp.xml index 5cd1606d3..10d8339b6 100644 --- a/en/install-methods/install-tftp.xml +++ b/en/install-methods/install-tftp.xml @@ -105,7 +105,7 @@ are installed. </para> <note><para> -Historically TFTP servers used <filename>/tftpboot</filename> as directory +Historically, TFTP servers used <filename>/tftpboot</filename> as directory to serve images from. However, &debian; packages may use other directories to comply with the <ulink url="&url-fhs-home;">Filesystem Hierarchy Standard</ulink>. For example, <classname>tftpd-hpa</classname> by default |