summaryrefslogtreecommitdiff
path: root/po/pot/random-bits.pot
diff options
context:
space:
mode:
authorFelipe Augusto van de Wiel <faw@debian.org>2007-10-22 00:11:25 +0000
committerFelipe Augusto van de Wiel <faw@debian.org>2007-10-22 00:11:25 +0000
commita6435a120e113af05545b0f2b6ca27f1a298f9dd (patch)
tree0dbf1cef44c972963be3c60dfd36dd9983427e31 /po/pot/random-bits.pot
parent18a112e721c45e65d0fe73687e42090fc512e7fb (diff)
downloadinstallation-guide-a6435a120e113af05545b0f2b6ca27f1a298f9dd.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.pot291
1 files changed, 174 insertions, 117 deletions
diff --git a/po/pot/random-bits.pot b/po/pot/random-bits.pot
index c19b0cfe8..5816ef3fa 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: 2007-07-09 16:44+0000\n"
+"POT-Creation-Date: 2007-10-22 00:09+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"
@@ -628,20 +628,26 @@ msgstr ""
msgid "Once you've got the new Debian system configured to your preference, you can migrate your existing user data (if any) to it, and keep on rolling. This is therefore a <quote>zero downtime</quote> &debian; install. It's also a clever way for dealing with hardware that otherwise doesn't play friendly with various boot or installation media."
msgstr ""
+#. Tag: para
+#: random-bits.xml:359
+#, no-c-format
+msgid "As this is a mostly manual procedure, you should bear in mind that you will need to do a lot of basic configuration of the system yourself, which will also require more knowledge of Debian and of Linux in general than performing a regular installation. You cannot expect this procedure to result in a system that is identical to a system from a regular installation. You should also keep in mind that this procedure only gives the basic steps to set up a system. Additional installation and/or configuration steps may be needed."
+msgstr ""
+
#. Tag: title
-#: random-bits.xml:360
+#: random-bits.xml:373
#, no-c-format
msgid "Getting Started"
msgstr ""
#. Tag: para
-#: random-bits.xml:361
+#: random-bits.xml:374
#, no-c-format
msgid "With your current *nix partitioning tools, repartition the hard drive as needed, creating at least one filesystem plus swap. You need around 350MB of space available for a console only install, or about 1GB if you plan to install X (more if you intend to install desktop environments like GNOME or KDE)."
msgstr ""
#. Tag: para
-#: random-bits.xml:369
+#: random-bits.xml:382
#, no-c-format
msgid ""
"Next, create file systems on the partitions. For example, to create an ext3 file system on partition <filename>/dev/hda6</filename> (that's our example root partition): <informalexample><screen>\n"
@@ -650,7 +656,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:379
+#: random-bits.xml:392
#, no-c-format
msgid ""
"Initialize and activate swap (substitute the partition number for your intended Debian swap partition): <informalexample><screen>\n"
@@ -661,7 +667,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:391
+#: random-bits.xml:404
#, no-c-format
msgid ""
"# mkdir /mnt/debinst\n"
@@ -669,25 +675,25 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:394
+#: random-bits.xml:407
#, no-c-format
msgid "If you want to have parts of the filesystem (e.g. /usr) mounted on separate partitions, you will need to create and mount these directories manually before proceding with the next stage."
msgstr ""
#. Tag: title
-#: random-bits.xml:404
+#: random-bits.xml:417
#, no-c-format
msgid "Install <command>debootstrap</command>"
msgstr ""
#. Tag: para
-#: random-bits.xml:405
+#: random-bits.xml:418
#, no-c-format
msgid "The utility used by the Debian installer, and recognized as the official way to install a Debian base system, is <command>debootstrap</command>. It uses <command>wget</command> and <command>ar</command>, but otherwise depends only on <classname>/bin/sh</classname> and basic Unix/Linux tools<footnote> <para> These include the GNU core utilities and commands like <command>sed</command>, <command>grep</command>, <command>tar</command> and <command>gzip</command>. </para> </footnote>. Install <command>wget</command> and <command>ar</command> if they aren't already on your current system, then download and install <command>debootstrap</command>."
msgstr ""
#. Tag: para
-#: random-bits.xml:435
+#: random-bits.xml:448
#, no-c-format
msgid ""
"Or, you can use the following procedure to install it manually. Make a work folder for extracting the .deb into: <informalexample><screen>\n"
@@ -697,7 +703,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:450
+#: random-bits.xml:463
#, no-c-format
msgid ""
"# ar -x debootstrap_0.X.X_all.deb\n"
@@ -706,31 +712,31 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:456
+#: random-bits.xml:469
#, no-c-format
msgid "Run <command>debootstrap</command>"
msgstr ""
#. Tag: para
-#: random-bits.xml:457
+#: random-bits.xml:470
#, 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>&archive-mirror;/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:466
+#: random-bits.xml:479
#, 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:472
+#: random-bits.xml:485
#, no-c-format
msgid "Substitute one of the following for <replaceable>ARCH</replaceable> in the <command>debootstrap</command> command: <userinput>alpha</userinput>, <userinput>amd64</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:490
+#: random-bits.xml:503
#, no-c-format
msgid ""
"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
@@ -738,13 +744,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:496
+#: random-bits.xml:509
#, no-c-format
msgid "Configure The Base System"
msgstr ""
#. Tag: para
-#: random-bits.xml:497
+#: random-bits.xml:510
#, no-c-format
msgid ""
"Now you've got a real Debian system, though rather lean, on disk. <command>chroot</command> into it: <informalexample><screen>\n"
@@ -753,19 +759,63 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:507
+#: random-bits.xml:520
#, no-c-format
msgid "# export TERM=<replaceable>xterm-color</replaceable>"
msgstr ""
#. Tag: title
-#: random-bits.xml:512
+#: random-bits.xml:525
+#, no-c-format
+msgid "Create device files"
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:526
+#, no-c-format
+msgid "At this point <filename>/dev/</filename> only contains very basic device files. For the next steps of the installation additional device files may be needed. There are different ways to go about this and which method you should use depends on the host system you are using for the installation, on whether you intend to use a modular kernel or not, and on whether you intend to use dynamic (e.g. using <classname>udev</classname>) or static device files for the new system."
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:536
+#, no-c-format
+msgid "A few of the available options are:"
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:541
+#, no-c-format
+msgid "create a default set of static device files using"
+msgstr ""
+
+#. Tag: screen
+#: random-bits.xml:544
+#, no-c-format
+msgid ""
+ "# cd /dev\n"
+ "# MAKEDEV generic"
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:547
+#, no-c-format
+msgid "manually create only specific device files using <command>MAKEDEV</command>"
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:552
+#, no-c-format
+msgid "bind mount /dev from your host system on top of /dev in the target system; note that the postinst scripts of some packages may try to create device files, so this option should only be used with care"
+msgstr ""
+
+#. Tag: title
+#: random-bits.xml:565
#, no-c-format
msgid "Mount Partitions"
msgstr ""
#. Tag: para
-#: random-bits.xml:513
+#: random-bits.xml:566
#, no-c-format
msgid ""
"You need to create <filename>/etc/fstab</filename>. <informalexample><screen>\n"
@@ -799,37 +849,37 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:539
+#: random-bits.xml:592
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr ""
#. Tag: para
-#: random-bits.xml:541
+#: random-bits.xml:594
#, 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:547
+#: random-bits.xml:600
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr ""
#. Tag: title
-#: random-bits.xml:553
+#: random-bits.xml:606
#, no-c-format
msgid "Setting Timezone"
msgstr ""
#. Tag: para
-#: random-bits.xml:554
+#: random-bits.xml:607
#, no-c-format
msgid "An option in the file <filename>/etc/default/rcS</filename> determines whether the system will interpret the hardware clock as being set to UTC or local time. The following command allow you to set that and choose your timezone."
msgstr ""
#. Tag: screen
-#: random-bits.xml:561
+#: random-bits.xml:614
#, no-c-format
msgid ""
"# editor /etc/default/rcS\n"
@@ -837,13 +887,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:567
+#: random-bits.xml:620
#, no-c-format
msgid "Configure Networking"
msgstr ""
#. Tag: para
-#: random-bits.xml:568
+#: random-bits.xml:621
#, 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"
@@ -896,13 +946,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:609
+#: random-bits.xml:662
#, no-c-format
msgid "Configure Apt"
msgstr ""
#. Tag: para
-#: random-bits.xml:610
+#: random-bits.xml:663
#, no-c-format
msgid ""
"Debootstrap will have created a very basic <filename>/etc/apt/sources.list</filename> that will allow installing additional packages. However, you may want to add some additional sources, for example for source packages and security updates: <informalexample><screen>\n"
@@ -914,13 +964,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:626
+#: random-bits.xml:679
#, no-c-format
msgid "Configure Locales and Keyboard"
msgstr ""
#. Tag: para
-#: random-bits.xml:627
+#: random-bits.xml:680
#, 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. Currently the use of UTF-8 locales is recommended. <informalexample><screen>\n"
@@ -930,7 +980,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:637
+#: random-bits.xml:690
#, no-c-format
msgid ""
"# aptitude install console-data\n"
@@ -938,37 +988,37 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:639
+#: random-bits.xml:692
#, 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:649
+#: random-bits.xml:702
#, no-c-format
msgid "Install a Kernel"
msgstr ""
#. Tag: para
-#: random-bits.xml:650
+#: random-bits.xml:703
#, 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:"
msgstr ""
#. Tag: screen
-#: random-bits.xml:655
+#: random-bits.xml:708
#, no-c-format
msgid "# apt-cache search linux-image"
msgstr ""
#. Tag: para
-#: random-bits.xml:657
+#: random-bits.xml:710
#, 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:663
+#: random-bits.xml:716
#, no-c-format
msgid ""
"# Kernel image management overrides\n"
@@ -982,13 +1032,13 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:665
+#: random-bits.xml:718
#, 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 appropriate for your system."
msgstr ""
#. Tag: para
-#: random-bits.xml:672
+#: random-bits.xml:725
#, no-c-format
msgid ""
"Then install the kernel package of your choice using its package name. <informalexample><screen>\n"
@@ -997,25 +1047,25 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:686
+#: random-bits.xml:739
#, no-c-format
msgid "Set up the Boot Loader"
msgstr ""
#. Tag: para
-#: random-bits.xml:687
+#: random-bits.xml:740
#, 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:694
+#: random-bits.xml:747
#, 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:706
+#: random-bits.xml:759
#, no-c-format
msgid ""
"Installing and setting up <classname>grub</classname> is as easy as: <informalexample><screen>\n"
@@ -1026,13 +1076,19 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:716
+#: random-bits.xml:769
+#, no-c-format
+msgid "Note that this assumes that a <filename>/dev/hda</filename> device file has been created. There are alternative methods to install <command>grub</command>, but those are outside the scope of this appendix."
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:775
#, no-c-format
msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:"
msgstr ""
#. Tag: screen
-#: random-bits.xml:720
+#: random-bits.xml:779
#, no-c-format
msgid ""
"boot=/dev/<replaceable>hda6</replaceable>\n"
@@ -1041,17 +1097,18 @@ msgid ""
"delay=20\n"
"lba32\n"
"image=/vmlinuz\n"
+ "initrd=/initrd.img\n"
"label=Debian"
msgstr ""
#. Tag: para
-#: random-bits.xml:722
+#: random-bits.xml:781
#, no-c-format
msgid "Depending on which bootloader you selected, you can now make some additional changes in <filename>/etc/kernel-img.conf</filename>."
msgstr ""
#. Tag: para
-#: random-bits.xml:727
+#: random-bits.xml:786
#, no-c-format
msgid ""
"For the <classname>grub</classname> bootloader, you should set the <literal>do_bootloader</literal> option to <quote>no</quote>. And to automatically update your <filename>/boot/grub/menu.lst</filename> on installation or removal of Debian kernels, add the following lines: <informalexample><screen>\n"
@@ -1061,13 +1118,13 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:739
+#: random-bits.xml:798
#, 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:749
+#: random-bits.xml:808
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: <informalexample><screen>\n"
@@ -1083,13 +1140,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:762
+#: random-bits.xml:821
#, no-c-format
msgid "Finishing touches"
msgstr ""
#. Tag: para
-#: random-bits.xml:763
+#: random-bits.xml:822
#, 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"
@@ -1098,91 +1155,91 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:774
+#: random-bits.xml:833
#, 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:780
+#: random-bits.xml:839
#, no-c-format
msgid "# aptitude clean"
msgstr ""
#. Tag: title
-#: random-bits.xml:791
+#: random-bits.xml:850
#, no-c-format
msgid "Installing &debian; over Parallel Line IP (PLIP)"
msgstr ""
#. Tag: para
-#: random-bits.xml:793
+#: random-bits.xml:852
#, 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:801
+#: random-bits.xml:860
#, 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:809
+#: random-bits.xml:868
#, 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:814
+#: random-bits.xml:873
#, 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:824
+#: random-bits.xml:883
#, no-c-format
msgid "Requirements"
msgstr ""
#. Tag: para
-#: random-bits.xml:827
+#: random-bits.xml:886
#, no-c-format
msgid "A target computer, called <emphasis>target</emphasis>, where Debian will be installed."
msgstr ""
#. Tag: para
-#: random-bits.xml:833
+#: random-bits.xml:892
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr ""
#. Tag: para
-#: random-bits.xml:838
+#: random-bits.xml:897
#, 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:844
+#: random-bits.xml:903
#, 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:856
+#: random-bits.xml:915
#, no-c-format
msgid "Setting up source"
msgstr ""
#. Tag: para
-#: random-bits.xml:857
+#: random-bits.xml:916
#, 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:862
+#: random-bits.xml:921
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1203,13 +1260,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:868
+#: random-bits.xml:927
#, no-c-format
msgid "Installing target"
msgstr ""
#. Tag: para
-#: random-bits.xml:869
+#: random-bits.xml:928
#, 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"
@@ -1218,97 +1275,97 @@ msgid ""
msgstr ""
#. Tag: guimenuitem
-#: random-bits.xml:888
+#: random-bits.xml:947
#, no-c-format
msgid "Load installer components from CD"
msgstr ""
#. Tag: para
-#: random-bits.xml:890
+#: random-bits.xml:949
#, 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:898
+#: random-bits.xml:957
#, no-c-format
msgid "Detect network hardware"
msgstr ""
#. Tag: para
-#: random-bits.xml:903
+#: random-bits.xml:962
#, 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:912
+#: random-bits.xml:971
#, 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:924
+#: random-bits.xml:983
#, no-c-format
msgid "Configure the network"
msgstr ""
#. Tag: para
-#: random-bits.xml:927
+#: random-bits.xml:986
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr ""
#. Tag: para
-#: random-bits.xml:932
+#: random-bits.xml:991
#, no-c-format
msgid "IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
msgstr ""
#. Tag: para
-#: random-bits.xml:937
+#: random-bits.xml:996
#, no-c-format
msgid "Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></userinput>"
msgstr ""
#. Tag: para
-#: random-bits.xml:943
+#: random-bits.xml:1002
#, no-c-format
msgid "Name server addresses: you can enter the same addresses used on source (see <filename>/etc/resolv.conf</filename>)"
msgstr ""
#. Tag: title
-#: random-bits.xml:962
+#: random-bits.xml:1021
#, no-c-format
msgid "Installing &debian; using PPP over Ethernet (PPPoE)"
msgstr ""
#. Tag: para
-#: random-bits.xml:964
+#: random-bits.xml:1023
#, no-c-format
msgid "In some countries PPP over Ethernet (PPPoE) is a common protocol for broadband (ADSL or cable) connections to an Internet Service Provider. Setting up a network connection using PPPoE is not supported by default in the installer, but can be made to work very simply. This section explains how."
msgstr ""
#. Tag: para
-#: random-bits.xml:972
+#: random-bits.xml:1031
#, no-c-format
msgid "The PPPoE 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:977
+#: random-bits.xml:1036
#, no-c-format
msgid "To have the option of setting up and using PPPoE during the installation, you will need to install using one of the CD-ROM/DVD images that are available. It is not supported for other installation methods (e.g. netboot<phrase condition=\"supports-floppy-boot\"> or floppy</phrase>)."
msgstr ""
#. Tag: para
-#: random-bits.xml:984
+#: random-bits.xml:1043
#, no-c-format
msgid "Installing over PPPoE is mostly the same as any other installation. The following steps explain the differences."
msgstr ""
#. Tag: para
-#: random-bits.xml:992
+#: random-bits.xml:1051
#, no-c-format
msgid ""
"Boot the installer with <userinput>modules=ppp-udeb</userinput> as boot parameter. This means that at the boot prompt you should enter: <informalexample><screen>\n"
@@ -1319,169 +1376,169 @@ msgid ""
msgstr ""
#. Tag: para
-#: random-bits.xml:1007
+#: random-bits.xml:1066
#, no-c-format
msgid "Follow the regular initial steps of the installation (language, country and keyboard selection; the loading of additional installer components<footnote> <para> The <classname>ppp-udeb</classname> component is loaded as one of the additional components in this step. If you want to install at medium or low priority (expert mode), you can also manually select the <classname>ppp-udeb</classname> instead of entering the <quote>modules</quote> parameter at the boot prompt. </para> </footnote>)."
msgstr ""
#. Tag: para
-#: random-bits.xml:1026
+#: random-bits.xml:1085
#, no-c-format
msgid "The next step is the detection of network hardware, in order to identify any Ethernet cards present in the system."
msgstr ""
#. Tag: para
-#: random-bits.xml:1032
+#: random-bits.xml:1091
#, no-c-format
msgid "After this the actual setup of PPPoE is started. The installer will probe all the detected Ethernet interfaces in an attempt to find a PPPoE concentrator (a type of server which handles PPPoE connections)."
msgstr ""
#. Tag: para
-#: random-bits.xml:1038
+#: random-bits.xml:1097
#, no-c-format
msgid "It is possible that the concentrator will not to be found at the first attempt. This can happen occasionally on slow or loaded networks or with faulty servers. In most cases a second attempt to detect the concentrator will be successful; to retry, select <guimenuitem>Configure and start a PPPoE connection</guimenuitem> from the main menu of the installer."
msgstr ""
#. Tag: para
-#: random-bits.xml:1047
+#: random-bits.xml:1106
#, no-c-format
msgid "After a concentrator is found, the user will be prompted to type the login information (the PPPoE username and password)."
msgstr ""
#. Tag: para
-#: random-bits.xml:1053
+#: random-bits.xml:1112
#, no-c-format
msgid "At this point the installer will use the provided information to establish the PPPoE connection. If the correct information was provided, the PPPoE connection should be configured and the installer should be able to use it to connect to the Internet and retrieve packages over it (if needed). If the login information is not correct or some error appears, the installer will stop, but the configuration can be attempted again by selecting the menu entry <guimenuitem>Configure and start a PPPoE connection</guimenuitem>."
msgstr ""
#. Tag: title
-#: random-bits.xml:1073
+#: random-bits.xml:1132
#, no-c-format
msgid "The Graphical Installer"
msgstr ""
#. Tag: para
-#: random-bits.xml:1074
+#: random-bits.xml:1133
#, no-c-format
msgid "The graphical version of the installer is only available for a limited number of architectures, including &arch-title;. The functionality of the graphical installer is essentially the same as that of the regular installer as it basically uses the same programs, but with a different frontend."
msgstr ""
#. Tag: para
-#: random-bits.xml:1082
+#: random-bits.xml:1141
#, no-c-format
msgid "Although the functionality is identical, the graphical installer still has a few significant advantages. The main advantage is that it supports more languages, namely those that use a character set that cannot be displayed with the regular <quote>newt</quote> frontend. It also has a few usability advantages such as the option to use a mouse, and in some cases several questions can be displayed on a single screen."
msgstr ""
#. Tag: para
-#: random-bits.xml:1091
+#: random-bits.xml:1150
#, no-c-format
msgid "The graphical installer is available with all CD images and with the hd-media installation method. As the graphical installer uses a separate (much larger) initrd than the regular installer, it has to be booted using <userinput>installgui</userinput> instead of <userinput>install</userinput>. Analogous, the expert and rescue modes are booted using <userinput>expertgui</userinput> and <userinput>rescuegui</userinput> respectively."
msgstr ""
#. Tag: para
-#: random-bits.xml:1101
+#: random-bits.xml:1160
#, no-c-format
-msgid "It is also available as a special <quote>mini</quote> ISO image<footnote id=\"gtk-miniiso\"> <para> The mini ISO image can be downloaded from a Debian mirror as described in <xref linkend=\"downloading-files\"/>. Look for <phrase condition=\"etch\"><filename>gtk-miniiso</filename></phrase> <phrase condition=\"lenny\"><filename>netboot/gtk/mini.iso</filename></phrase>. </para> </footnote>, which is mainly useful for testing; in this case the image is booted just using <userinput>install</userinput>. There is no graphical installer image that can be netbooted."
+msgid "It is also available as a special <quote>mini</quote> ISO image<footnote id=\"gtk-miniiso\"> <para> The mini ISO image can be downloaded from a Debian mirror as described in <xref linkend=\"downloading-files\"/>. Look for <filename>netboot/gtk/mini.iso</filename>. </para> </footnote>, which is mainly useful for testing; in this case the image is booted just using <userinput>install</userinput>. There is no graphical installer image that can be netbooted."
msgstr ""
#. Tag: para
-#: random-bits.xml:1117
+#: random-bits.xml:1175
#, no-c-format
-msgid "For &arch-title;, currently only an experimental <quote>mini</quote> ISO image is available<footnote id=\"gtk-miniiso\"> <para> The mini ISO image can be downloaded from a Debian mirror as described in <xref linkend=\"downloading-files\"/>. Look for <phrase condition=\"etch\"><filename>gtk-miniiso</filename></phrase> <phrase condition=\"lenny\"><filename>netboot/gtk/mini.iso</filename></phrase>. </para> </footnote>. It should work on almost all PowerPC systems that have an ATI graphical card, but is unlikely to work on other systems."
+msgid "For &arch-title;, currently only an experimental <quote>mini</quote> ISO image is available<footnote id=\"gtk-miniiso\"> <para> The mini ISO image can be downloaded from a Debian mirror as described in <xref linkend=\"downloading-files\"/>. Look for <filename>netboot/gtk/mini.iso</filename>. </para> </footnote>. It should work on almost all PowerPC systems that have an ATI graphical card, but is unlikely to work on other systems."
msgstr ""
#. Tag: para
-#: random-bits.xml:1132
+#: random-bits.xml:1189
#, no-c-format
msgid "The graphical installer requires significantly more memory to run than the regular installer: &minimum-memory-gtk;. If insufficient memory is available, it will automatically fall back to the regular <quote>newt</quote> frontend."
msgstr ""
#. Tag: para
-#: random-bits.xml:1139
+#: random-bits.xml:1196
#, no-c-format
msgid "You can add boot parameters when starting the graphical installer, just as with the regular installer. One of those parameters allows you to configure the mouse for left-handed use. See <xref linkend=\"boot-parms\"/> for valid parameters."
msgstr ""
#. Tag: title
-#: random-bits.xml:1149
+#: random-bits.xml:1206
#, no-c-format
msgid "Using the graphical installer"
msgstr ""
#. Tag: para
-#: random-bits.xml:1150
+#: random-bits.xml:1207
#, no-c-format
msgid "As already mentioned, the graphical installer basically works the same as the regular installer and thus the rest of this manual can be used to guide you through the installation process."
msgstr ""
#. Tag: para
-#: random-bits.xml:1156
+#: random-bits.xml:1213
#, no-c-format
msgid "If you prefer using the keyboard over the mouse, there are two things you need to know. To expand a collapsed list (used for example for the selection of countries within continents), you can use the <keycap>+</keycap> and <keycap>-</keycap> keys. For questions where more than one item can be selected (e.g. task selection), you first need to tab to the &BTN-CONT; button after making your selections; hitting enter will toggle a selection, not activate &BTN-CONT;."
msgstr ""
#. Tag: para
-#: random-bits.xml:1166
+#: random-bits.xml:1223
#, no-c-format
msgid "To switch to another console, you will also need to use the <keycap>Ctrl</keycap> key, just as with the X Window System. For example, to switch to VT1 you would use: <keycombo> <keycap>Ctrl</keycap> <keycap>Left Alt</keycap> <keycap>F1</keycap> </keycombo>."
msgstr ""
#. Tag: title
-#: random-bits.xml:1177
+#: random-bits.xml:1234
#, no-c-format
msgid "Known issues"
msgstr ""
#. Tag: para
-#: random-bits.xml:1178
+#: random-bits.xml:1235
#, no-c-format
msgid "Etch is the first release that includes the graphical installer and uses some relatively new technology. There are a few known issues that you may run into during the installation. We expect to be able to fix these issues for the next release of &debian;."
msgstr ""
#. Tag: para
-#: random-bits.xml:1188
+#: random-bits.xml:1245
#, no-c-format
msgid "Information on some screens is not nicely formatted into columns as it should be. The most obvious example is the first screen where you select your language. Another example is the main screen of partman."
msgstr ""
#. Tag: para
-#: random-bits.xml:1195
+#: random-bits.xml:1252
#, no-c-format
msgid "Typing some characters may not work and in some cases the wrong character may be printed. For example, \"composing\" a character by typing an accent and then the letter over/under which the accent should appear does not work."
msgstr ""
#. Tag: para
-#: random-bits.xml:1202
+#: random-bits.xml:1259
#, no-c-format
msgid "Support for touchpads is not yet optimal."
msgstr ""
#. Tag: para
-#: random-bits.xml:1207
+#: random-bits.xml:1264
#, no-c-format
msgid "You should not switch to a different console while the installer is busy; this may cause the frontend to crash. The frontend will be restarted automatically, but this may still cause problems with the installation. Switching to another console while the installer is waiting for input should work without causing any problems."
msgstr ""
#. Tag: para
-#: random-bits.xml:1216
+#: random-bits.xml:1273
#, no-c-format
msgid "Support for creating encrypted partitions is limited as it is not possible to generate a random encryption key. It is possible to set up an encrypted partition using a passphrase as encryption key."
msgstr ""
#. Tag: para
-#: random-bits.xml:1223
+#: random-bits.xml:1280
#, no-c-format
msgid "Starting a shell from the graphical frontend is currently not supported. This means that relevant options to do that (which are available when you use the textual frontend), will not be shown in the main menu of the installation system and in the menu for the rescue mode. You will instead have to switch (as described above) to the shells that are available on virtual consoles VT2 and VT3."
msgstr ""
#. Tag: para
-#: random-bits.xml:1232
+#: random-bits.xml:1289
#, no-c-format
msgid "After booting the installer in rescue mode, it may be useful to start a shell in the root partition of an already installed system. This is possible (after you have selected the partition to be mounted as the root partition) by switching to VT2 or VT3 and entering the following command:"
msgstr ""
#. Tag: screen
-#: random-bits.xml:1239
+#: random-bits.xml:1296
#, no-c-format
msgid "# chroot /target"
msgstr ""