summaryrefslogtreecommitdiff
path: root/po/pot/random-bits.pot
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-12-31 03:18:14 +0000
committerFrans Pop <elendil@planet.nl>2006-12-31 03:18:14 +0000
commit14f198834aea7f3d4c0c196eb076521c24ea398b (patch)
tree1d3f5b9134b5dfa49b203d0999786889f18f2550 /po/pot/random-bits.pot
parent7420a30685122aa6ef6b44768d95b8f05a32c0f8 (diff)
downloadinstallation-guide-14f198834aea7f3d4c0c196eb076521c24ea398b.zip
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/pot/random-bits.pot')
-rw-r--r--po/pot/random-bits.pot128
1 files changed, 82 insertions, 46 deletions
diff --git a/po/pot/random-bits.pot b/po/pot/random-bits.pot
index 66623935f..f0465bd9b 100644
--- a/po/pot/random-bits.pot
+++ b/po/pot/random-bits.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: 2006-12-29 19:35+0000\n"
+"POT-Creation-Date: 2006-12-31 03:15+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"
@@ -954,44 +954,80 @@ msgstr ""
#. Tag: para
#: random-bits.xml:621
#, no-c-format
-msgid ""
- "If you intend to boot this system, you probably want a Linux kernel and a boot loader. Identify available pre-packaged kernels with: <informalexample><screen>\n"
- "# apt-cache search linux-image\n"
- "</screen></informalexample> Then install your choice using its package name."
+msgid "If you intend to boot this system, you probably want a Linux kernel and a boot loader. Identify available pre-packaged kernels with:"
+msgstr ""
+
+#. Tag: screen
+#: random-bits.xml:626
+#, no-c-format
+msgid "# apt-cache search linux-image"
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:628
+#, no-c-format
+msgid "If you intend to use a pre-packaged kernel, you may want to create the configuration file <filename>/etc/kernel-img.conf</filename> before you do so. Here's an example file:"
msgstr ""
#. Tag: screen
-#: random-bits.xml:630
+#: random-bits.xml:634
+#, no-c-format
+msgid ""
+ "# Kernel image management overrides\n"
+ "# See kernel-img.conf(5) for details\n"
+ "do_symlinks = yes\n"
+ "relative_links = yes\n"
+ "do_bootloader = yes\n"
+ "do_bootfloppy = no\n"
+ "do_initrd = yes\n"
+ "link_in_boot = no"
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:636
+#, no-c-format
+msgid "For detailed information about this file and the various options, consult its man page which will be available after installing the <classname>kernel-package</classname> package. We recommend that you check that the values are appropirate for your system."
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:643
#, no-c-format
-msgid "# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</replaceable>"
+msgid ""
+ "If you intend to use <classname>grub</classname> as your bootloader, you can set the <literal>do_bootloader</literal> option to <quote>no</quote>. To automatically update your <filename>/boot/grub/menu.lst</filename> on installation or removal of Debian kernels, add the following lines: <informalexample><screen>\n"
+ "postinst_hook = update-grub\n"
+ "postrm_hook = update-grub\n"
+ "</screen></informalexample> For the <classname>lilo</classname> bootloader, the value of <literal>do_bootloader</literal> needs to be <quote>yes</quote>."
msgstr ""
#. Tag: para
-#: random-bits.xml:633
+#: random-bits.xml:655
#, no-c-format
-msgid "The configuration file <filename>/etc/kernel-img.conf</filename> influences the installation and upgrade of pre-packaged Debian kernels. A default file will be created when you first install a Debian kernel image. For additional information about this file, consult its man page which will be available after installing the <classname>kernel-package</classname> package."
+msgid ""
+ "Then install the kernel package of your choice using its package name. <informalexample><screen>\n"
+ "# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</replaceable>\n"
+ "</screen></informalexample> If you did not create a <filename>/etc/kernel-img.conf</filename> before installing a pre-packaged kernel, you may be asked some questions during its installation that refer to it."
msgstr ""
#. Tag: title
-#: random-bits.xml:645
+#: random-bits.xml:669
#, no-c-format
msgid "Set up the Boot Loader"
msgstr ""
#. Tag: para
-#: random-bits.xml:646
+#: random-bits.xml:670
#, no-c-format
msgid "To make your &debian; system bootable, set up your boot loader to load the installed kernel with your new root partition. Note that <command>debootstrap</command> does not install a boot loader, though you can use <command>aptitude</command> inside your Debian chroot to do so."
msgstr ""
#. Tag: para
-#: random-bits.xml:653
+#: random-bits.xml:677
#, no-c-format
msgid "Check <userinput>info grub</userinput> or <userinput>man lilo.conf</userinput> for instructions on setting up the bootloader. If you are keeping the system you used to install Debian, just add an entry for the Debian install to your existing grub <filename>menu.lst</filename> or <filename>lilo.conf</filename>. For <filename>lilo.conf</filename>, you could also copy it to the new system and edit it there. After you are done editing, call <command>lilo</command> (remember it will use <filename>lilo.conf</filename> relative to the system you call it from)."
msgstr ""
#. Tag: para
-#: random-bits.xml:665
+#: random-bits.xml:689
#, no-c-format
msgid ""
"Installing and setting up <classname>grub</classname> is as easy as: <informalexample><screen>\n"
@@ -1002,13 +1038,13 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:675
+#: random-bits.xml:699
#, no-c-format
msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:"
msgstr ""
#. Tag: screen
-#: random-bits.xml:679
+#: random-bits.xml:703
#, no-c-format
msgid ""
"boot=/dev/<replaceable>hda6</replaceable>\n"
@@ -1021,13 +1057,13 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:681
+#: random-bits.xml:705
#, no-c-format
msgid "Check <userinput>man yaboot.conf</userinput> for instructions on setting up the bootloader. If you are keeping the system you used to install Debian, just add an entry for the Debian install to your existing <filename>yaboot.conf</filename>. You could also copy it to the new system and edit it there. After you are done editing, call ybin (remember it will use <filename>yaboot.conf</filename> relative to the system you call it from)."
msgstr ""
#. Tag: para
-#: random-bits.xml:691
+#: random-bits.xml:715
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: <informalexample><screen>\n"
@@ -1043,13 +1079,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:704
+#: random-bits.xml:728
#, no-c-format
msgid "Finishing touches"
msgstr ""
#. Tag: para
-#: random-bits.xml:705
+#: random-bits.xml:729
#, no-c-format
msgid ""
"As mentioned earlier, the installed system will be very basic. If you would like to make the system a bit more mature, there is an easy method to install all packages with <quote>standard</quote> priority: <informalexample><screen>\n"
@@ -1058,91 +1094,91 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:716
+#: random-bits.xml:740
#, no-c-format
msgid "After the installation there will be a lot of downloaded packages in <filename>/var/cache/apt/archives/</filename>. You can free up some diskspace by running:"
msgstr ""
#. Tag: screen
-#: random-bits.xml:722
+#: random-bits.xml:746
#, no-c-format
msgid "# aptitude clean"
msgstr ""
#. Tag: title
-#: random-bits.xml:733
+#: random-bits.xml:757
#, no-c-format
msgid "Installing &debian; over Parallel Line IP (PLIP)"
msgstr ""
#. Tag: para
-#: random-bits.xml:735
+#: random-bits.xml:759
#, no-c-format
msgid "This section explains how to install &debian; on a computer without an Ethernet card, but with just a remote gateway computer attached via a Null-Modem cable (also called Null-Printer cable). The gateway computer should be connected to a network that has a Debian mirror on it (e.g. to the Internet)."
msgstr ""
#. Tag: para
-#: random-bits.xml:743
+#: random-bits.xml:767
#, no-c-format
msgid "In the example in this appendix we will set up a PLIP connection using a gateway connected to the Internet over a dial-up connection (ppp0). We will use IP addresses 192.168.0.1 and 192.168.0.2 for the PLIP interfaces on the target system and the source system respectively (these addresses should be unused within your network address space)."
msgstr ""
#. Tag: para
-#: random-bits.xml:751
+#: random-bits.xml:775
#, no-c-format
msgid "The PLIP connection set up during the installation will also be available after the reboot into the installed system (see <xref linkend=\"boot-new\"/>)."
msgstr ""
#. Tag: para
-#: random-bits.xml:756
+#: random-bits.xml:780
#, no-c-format
msgid "Before you start, you will need to check the BIOS configuration (IO base address and IRQ) for the parallel ports of both the source and target systems. The most common values are <literal>io=0x378</literal>, <literal>irq=7</literal>."
msgstr ""
#. Tag: title
-#: random-bits.xml:766
+#: random-bits.xml:790
#, no-c-format
msgid "Requirements"
msgstr ""
#. Tag: para
-#: random-bits.xml:769
+#: random-bits.xml:793
#, no-c-format
msgid "A target computer, called <emphasis>target</emphasis>, where Debian will be installed."
msgstr ""
#. Tag: para
-#: random-bits.xml:775
+#: random-bits.xml:799
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr ""
#. Tag: para
-#: random-bits.xml:780
+#: random-bits.xml:804
#, no-c-format
msgid "Another computer connected to the Internet, called <emphasis>source</emphasis>, that will function as the gateway."
msgstr ""
#. Tag: para
-#: random-bits.xml:786
+#: random-bits.xml:810
#, no-c-format
msgid "A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;\">PLIP-Install-HOWTO</ulink> for more information on this cable and instructions how to make your own."
msgstr ""
#. Tag: title
-#: random-bits.xml:798
+#: random-bits.xml:822
#, no-c-format
msgid "Setting up source"
msgstr ""
#. Tag: para
-#: random-bits.xml:799
+#: random-bits.xml:823
#, no-c-format
msgid "The following shell script is a simple example of how to configure the source computer as a gateway to the Internet using ppp0."
msgstr ""
#. Tag: screen
-#: random-bits.xml:804
+#: random-bits.xml:828
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1163,13 +1199,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:810
+#: random-bits.xml:834
#, no-c-format
msgid "Installing target"
msgstr ""
#. Tag: para
-#: random-bits.xml:811
+#: random-bits.xml:835
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert mode; enter <userinput>expert</userinput> at the boot prompt. If you need to set parameters for kernel modules, you also need to do this at the boot prompt. For example, to boot the installer and set values for the <quote>io</quote> and <quote>irq</quote> options for the parport_pc module, enter the following at the boot prompt: <informalexample><screen>\n"
@@ -1178,61 +1214,61 @@ msgid ""
msgstr ""
#. Tag: guimenuitem
-#: random-bits.xml:830
+#: random-bits.xml:854
#, no-c-format
msgid "Load installer components from CD"
msgstr ""
#. Tag: para
-#: random-bits.xml:832
+#: random-bits.xml:856
#, no-c-format
msgid "Select the <userinput>plip-modules</userinput> option from the list; this will make the PLIP drivers available to the installation system."
msgstr ""
#. Tag: guimenuitem
-#: random-bits.xml:840
+#: random-bits.xml:864
#, no-c-format
msgid "Detect network hardware"
msgstr ""
#. Tag: para
-#: random-bits.xml:845
+#: random-bits.xml:869
#, no-c-format
msgid "If target <emphasis>does</emphasis> have a network card, a list of driver modules for detected cards will be shown. If you want to force &d-i; to use plip instead, you have to deselect all listed driver modules. Obviously, if target doesn't have a network card, the installer will not show this list."
msgstr ""
#. Tag: para
-#: random-bits.xml:854
+#: random-bits.xml:878
#, no-c-format
msgid "Because no network card was detected/selected earlier, the installer will ask you to select a network driver module from a list. Select the <userinput>plip</userinput> module."
msgstr ""
#. Tag: guimenuitem
-#: random-bits.xml:866
+#: random-bits.xml:890
#, no-c-format
msgid "Configure the network"
msgstr ""
#. Tag: para
-#: random-bits.xml:869
+#: random-bits.xml:893
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr ""
#. Tag: para
-#: random-bits.xml:874
+#: random-bits.xml:898
#, no-c-format
msgid "IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
msgstr ""
#. Tag: para
-#: random-bits.xml:879
+#: random-bits.xml:903
#, no-c-format
msgid "Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></userinput>"
msgstr ""
#. Tag: para
-#: random-bits.xml:885
+#: random-bits.xml:909
#, no-c-format
msgid "Name server addresses: you can enter the same addresses used on source (see <filename>/etc/resolv.conf</filename>)"
msgstr ""