diff options
Diffstat (limited to 'po/pot/random-bits.pot')
-rw-r--r-- | po/pot/random-bits.pot | 124 |
1 files changed, 59 insertions, 65 deletions
diff --git a/po/pot/random-bits.pot b/po/pot/random-bits.pot index b01d7dd5c..af9180681 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-09-28 13:02+0000\n" +"POT-Creation-Date: 2006-10-11 02:03+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" @@ -671,50 +671,44 @@ msgid "" "Or, you can use the following procedure to install it manually. Make a work folder for extracting the .deb into: <informalexample><screen>\n" "# mkdir work\n" "# cd work\n" - "</screen></informalexample> The <command>debootstrap</command> binary is located in the Debian archive (be sure to select the proper file for your architecture). Download the <command>debootstrap</command> .deb from the <ulink url=\"http://ftp.debian.org/debian/pool/main/d/debootstrap/\"> pool</ulink>, copy the package to the work folder, and extract the binary files from it. You will need to have root privileges to install the binaries." + "</screen></informalexample> The <command>debootstrap</command> binary is located in the Debian archive (be sure to select the proper file for your architecture). Download the <command>debootstrap</command> .deb from the <ulink url=\"http://ftp.debian.org/debian/pool/main/d/debootstrap/\"> pool</ulink>, copy the package to the work folder, and extract the files from it. You will need to have root privileges to install the files." msgstr "" #. Tag: screen #: random-bits.xml:411 #, no-c-format msgid "" - "# ar -x debootstrap_0.X.X_arch.deb\n" + "# ar -x debootstrap_0.X.X_all.deb\n" "# cd /\n" "# zcat /full-path-to-work/work/data.tar.gz | tar xv" msgstr "" -#. Tag: para -#: random-bits.xml:413 -#, no-c-format -msgid "Note that running <command>debootstrap</command> may require you to have a minimal version of <classname>glibc</classname> installed (currently GLIBC_2.3). <command>debootstrap</command> itself is a shell script, but it calls various utilities that require <classname>glibc</classname>." -msgstr "" - #. Tag: title -#: random-bits.xml:424 +#: random-bits.xml:417 #, no-c-format msgid "Run <command>debootstrap</command>" msgstr "" #. Tag: para -#: random-bits.xml:425 +#: random-bits.xml:418 #, no-c-format msgid "<command>debootstrap</command> can download the needed files directly from the archive when you run it. You can substitute any Debian archive mirror for <userinput>http.us.debian.org/debian</userinput> in the command example below, preferably a mirror close to you network-wise. Mirrors are listed at <ulink url=\"http://www.debian.org/misc/README.mirrors\"></ulink>." msgstr "" #. Tag: para -#: random-bits.xml:434 +#: random-bits.xml:427 #, no-c-format msgid "If you have a &releasename; &debian; CD mounted at <filename>/cdrom</filename>, you could substitute a file URL instead of the http URL: <userinput>file:/cdrom/debian/</userinput>" msgstr "" #. Tag: para -#: random-bits.xml:440 +#: random-bits.xml:433 #, no-c-format msgid "Substitute one of the following for <replaceable>ARCH</replaceable> in the <command>debootstrap</command> command: <userinput>alpha</userinput>, <userinput>arm</userinput>, <userinput>hppa</userinput>, <userinput>i386</userinput>, <userinput>ia64</userinput>, <userinput>m68k</userinput>, <userinput>mips</userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, <userinput>s390</userinput>, or <userinput>sparc</userinput>." msgstr "" #. Tag: screen -#: random-bits.xml:457 +#: random-bits.xml:450 #, no-c-format msgid "" "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" @@ -722,31 +716,31 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:463 +#: random-bits.xml:456 #, no-c-format msgid "Configure The Base System" msgstr "" #. Tag: para -#: random-bits.xml:464 +#: random-bits.xml:457 #, no-c-format msgid "Now you've got a real Debian system, though rather lean, on disk. <command>Chroot</command> into it:" msgstr "" #. Tag: screen -#: random-bits.xml:469 +#: random-bits.xml:462 #, no-c-format msgid "# LANG= chroot /mnt/debinst /bin/bash" msgstr "" #. Tag: title -#: random-bits.xml:474 +#: random-bits.xml:467 #, no-c-format msgid "Mount Partitions" msgstr "" #. Tag: para -#: random-bits.xml:475 +#: random-bits.xml:468 #, no-c-format msgid "" "You need to create <filename>/etc/fstab</filename>. <informalexample><screen>\n" @@ -774,55 +768,55 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:495 +#: random-bits.xml:488 #, no-c-format msgid "# mount -t proc proc /proc" msgstr "" #. Tag: para -#: random-bits.xml:497 +#: random-bits.xml:490 #, no-c-format msgid "The command <userinput>ls /proc</userinput> should now show a non-empty directory. Should this fail, you may be able to mount proc from outside the chroot:" msgstr "" #. Tag: screen -#: random-bits.xml:503 +#: random-bits.xml:496 #, no-c-format msgid "# mount -t proc proc /mnt/debinst/proc" msgstr "" #. Tag: title -#: random-bits.xml:509 +#: random-bits.xml:502 #, no-c-format msgid "Configure Keyboard" msgstr "" #. Tag: para -#: random-bits.xml:510 +#: random-bits.xml:503 #, no-c-format msgid "To configure your keyboard:" msgstr "" #. Tag: screen -#: random-bits.xml:514 +#: random-bits.xml:507 #, no-c-format msgid "# dpkg-reconfigure console-data" msgstr "" #. Tag: para -#: random-bits.xml:516 +#: random-bits.xml:509 #, no-c-format msgid "Note that the keyboard cannot be set while in the chroot, but will be configured for the next reboot." msgstr "" #. Tag: title -#: random-bits.xml:525 +#: random-bits.xml:518 #, no-c-format msgid "Configure Networking" msgstr "" #. Tag: para -#: random-bits.xml:526 +#: random-bits.xml:519 #, no-c-format msgid "" "To configure networking, edit <filename>/etc/network/interfaces</filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> and <filename>/etc/hosts</filename>. <informalexample><screen>\n" @@ -865,13 +859,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:563 +#: random-bits.xml:556 #, no-c-format msgid "Configure Locales" msgstr "" #. Tag: para -#: random-bits.xml:564 +#: random-bits.xml:557 #, no-c-format msgid "" "To configure your locale settings to use a language other than English, install the <classname>locales</classname> support package and configure it: <informalexample><screen>\n" @@ -881,13 +875,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:582 +#: random-bits.xml:575 #, no-c-format msgid "Install a Kernel" msgstr "" #. Tag: para -#: random-bits.xml:583 +#: random-bits.xml:576 #, 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" @@ -896,37 +890,37 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:592 +#: random-bits.xml:585 #, no-c-format msgid "# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</replaceable>" msgstr "" #. Tag: title -#: random-bits.xml:598 +#: random-bits.xml:591 #, no-c-format msgid "Set up the Boot Loader" msgstr "" #. Tag: para -#: random-bits.xml:599 +#: random-bits.xml:592 #, 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:606 +#: random-bits.xml:599 #, 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 lilo (remember it will use <filename>lilo.conf</filename> relative to the system you call it from)." msgstr "" #. Tag: para -#: random-bits.xml:617 +#: random-bits.xml:610 #, no-c-format msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:" msgstr "" #. Tag: screen -#: random-bits.xml:621 +#: random-bits.xml:614 #, no-c-format msgid "" "boot=/dev/hda6\n" @@ -939,13 +933,13 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:623 +#: random-bits.xml:616 #, 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:633 +#: random-bits.xml:626 #, no-c-format msgid "" "Here is a basic <filename>/etc/yaboot.conf</filename> as an example: <informalexample><screen>\n" @@ -961,79 +955,79 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:651 +#: random-bits.xml:644 #, no-c-format msgid "Installing &debian; over Parallel Line IP (PLIP)" msgstr "" #. Tag: para -#: random-bits.xml:653 +#: random-bits.xml:646 #, 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:661 +#: random-bits.xml:654 #, 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:669 +#: random-bits.xml:662 #, 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:674 +#: random-bits.xml:667 #, 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:684 +#: random-bits.xml:677 #, no-c-format msgid "Requirements" msgstr "" #. Tag: para -#: random-bits.xml:687 +#: random-bits.xml:680 #, no-c-format msgid "A target computer, called <emphasis>target</emphasis>, where Debian will be installed." msgstr "" #. Tag: para -#: random-bits.xml:693 +#: random-bits.xml:686 #, no-c-format msgid "System installation media; see <xref linkend=\"installation-media\"/>." msgstr "" #. Tag: para -#: random-bits.xml:698 +#: random-bits.xml:691 #, 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:704 +#: random-bits.xml:697 #, 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:716 +#: random-bits.xml:709 #, no-c-format msgid "Setting up source" msgstr "" #. Tag: para -#: random-bits.xml:717 +#: random-bits.xml:710 #, 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:722 +#: random-bits.xml:715 #, no-c-format msgid "" "#!/bin/sh\n" @@ -1054,13 +1048,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:728 +#: random-bits.xml:721 #, no-c-format msgid "Installing target" msgstr "" #. Tag: para -#: random-bits.xml:729 +#: random-bits.xml:722 #, 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" @@ -1069,61 +1063,61 @@ msgid "" msgstr "" #. Tag: guimenuitem -#: random-bits.xml:748 +#: random-bits.xml:741 #, no-c-format msgid "Load installer components from CD" msgstr "" #. Tag: para -#: random-bits.xml:750 +#: random-bits.xml:743 #, 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:758 +#: random-bits.xml:751 #, no-c-format msgid "Detect network hardware" msgstr "" #. Tag: para -#: random-bits.xml:763 +#: random-bits.xml:756 #, 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:772 +#: random-bits.xml:765 #, 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:784 +#: random-bits.xml:777 #, no-c-format msgid "Configure the network" msgstr "" #. Tag: para -#: random-bits.xml:787 +#: random-bits.xml:780 #, no-c-format msgid "Auto-configure network with DHCP: No" msgstr "" #. Tag: para -#: random-bits.xml:792 +#: random-bits.xml:785 #, no-c-format msgid "IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>" msgstr "" #. Tag: para -#: random-bits.xml:797 +#: random-bits.xml:790 #, no-c-format msgid "Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></userinput>" msgstr "" #. Tag: para -#: random-bits.xml:803 +#: random-bits.xml:796 #, no-c-format msgid "Name server addresses: you can enter the same addresses used on source (see <filename>/etc/resolv.conf</filename>)" msgstr "" |