From 89aea1c7c39b54e3e39a3f169ccc36d8b03b5a7d Mon Sep 17 00:00:00 2001 From: Felipe Augusto van de Wiel Date: Sun, 7 Sep 2008 00:10:54 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the manual --- po/pot/random-bits.pot | 218 ++++++++++++++++++++++++------------------------- 1 file changed, 109 insertions(+), 109 deletions(-) (limited to 'po/pot') diff --git a/po/pot/random-bits.pot b/po/pot/random-bits.pot index e374b9bd4..126fdded5 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: 2008-05-11 10:00+0000\n" +"POT-Creation-Date: 2008-09-07 00:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -732,11 +732,11 @@ msgstr "" #. Tag: para #: random-bits.xml:485 #, no-c-format -msgid "Substitute one of the following for ARCH in the debootstrap command: alpha, amd64, arm, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, or sparc." +msgid "Substitute one of the following for ARCH in the debootstrap command: alpha, amd64, arm, armel, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, or sparc." msgstr "" #. Tag: screen -#: random-bits.xml:503 +#: random-bits.xml:504 #, no-c-format msgid "" "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" @@ -744,13 +744,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:509 +#: random-bits.xml:510 #, no-c-format msgid "Configure The Base System" msgstr "" #. Tag: para -#: random-bits.xml:510 +#: random-bits.xml:511 #, no-c-format msgid "" "Now you've got a real Debian system, though rather lean, on disk. chroot into it: \n" @@ -759,37 +759,37 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:520 +#: random-bits.xml:521 #, no-c-format msgid "# export TERM=xterm-color" msgstr "" #. Tag: title -#: random-bits.xml:525 +#: random-bits.xml:526 #, no-c-format msgid "Create device files" msgstr "" #. Tag: para -#: random-bits.xml:526 +#: random-bits.xml:527 #, no-c-format msgid "At this point /dev/ 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 udev) or static device files for the new system." msgstr "" #. Tag: para -#: random-bits.xml:536 +#: random-bits.xml:537 #, no-c-format msgid "A few of the available options are:" msgstr "" #. Tag: para -#: random-bits.xml:541 +#: random-bits.xml:542 #, no-c-format msgid "create a default set of static device files using" msgstr "" #. Tag: screen -#: random-bits.xml:544 +#: random-bits.xml:545 #, no-c-format msgid "" "# cd /dev\n" @@ -797,25 +797,25 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:547 +#: random-bits.xml:548 #, no-c-format msgid "manually create only specific device files using MAKEDEV" msgstr "" #. Tag: para -#: random-bits.xml:552 +#: random-bits.xml:553 #, 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 +#: random-bits.xml:566 #, no-c-format msgid "Mount Partitions" msgstr "" #. Tag: para -#: random-bits.xml:566 +#: random-bits.xml:567 #, no-c-format msgid "" "You need to create /etc/fstab. \n" @@ -849,37 +849,37 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:592 +#: random-bits.xml:593 #, no-c-format msgid "# mount -t proc proc /proc" msgstr "" #. Tag: para -#: random-bits.xml:594 +#: random-bits.xml:595 #, no-c-format msgid "The command ls /proc 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:600 +#: random-bits.xml:601 #, no-c-format msgid "# mount -t proc proc /mnt/debinst/proc" msgstr "" #. Tag: title -#: random-bits.xml:606 +#: random-bits.xml:607 #, no-c-format msgid "Setting Timezone" msgstr "" #. Tag: para -#: random-bits.xml:607 +#: random-bits.xml:608 #, no-c-format msgid "An option in the file /etc/default/rcS 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:614 +#: random-bits.xml:615 #, no-c-format msgid "" "# editor /etc/default/rcS\n" @@ -887,13 +887,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:620 +#: random-bits.xml:621 #, no-c-format msgid "Configure Networking" msgstr "" #. Tag: para -#: random-bits.xml:621 +#: random-bits.xml:622 #, no-c-format msgid "" "To configure networking, edit /etc/network/interfaces, /etc/resolv.conf, /etc/hostname and /etc/hosts. \n" @@ -946,13 +946,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:662 +#: random-bits.xml:663 #, no-c-format msgid "Configure Apt" msgstr "" #. Tag: para -#: random-bits.xml:663 +#: random-bits.xml:664 #, no-c-format msgid "" "Debootstrap will have created a very basic /etc/apt/sources.list that will allow installing additional packages. However, you may want to add some additional sources, for example for source packages and security updates: \n" @@ -964,13 +964,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:679 +#: random-bits.xml:680 #, no-c-format msgid "Configure Locales and Keyboard" msgstr "" #. Tag: para -#: random-bits.xml:680 +#: random-bits.xml:681 #, no-c-format msgid "" "To configure your locale settings to use a language other than English, install the locales support package and configure it. Currently the use of UTF-8 locales is recommended. \n" @@ -980,7 +980,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:690 +#: random-bits.xml:691 #, no-c-format msgid "" "# aptitude install console-data\n" @@ -988,37 +988,37 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:692 +#: random-bits.xml:693 #, 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:702 +#: random-bits.xml:703 #, no-c-format msgid "Install a Kernel" msgstr "" #. Tag: para -#: random-bits.xml:703 +#: random-bits.xml:704 #, 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:708 +#: random-bits.xml:709 #, no-c-format msgid "# apt-cache search linux-image" msgstr "" #. Tag: para -#: random-bits.xml:710 +#: random-bits.xml:711 #, no-c-format msgid "If you intend to use a pre-packaged kernel, you may want to create the configuration file /etc/kernel-img.conf before you do so. Here's an example file:" msgstr "" #. Tag: screen -#: random-bits.xml:716 +#: random-bits.xml:717 #, no-c-format msgid "" "# Kernel image management overrides\n" @@ -1032,13 +1032,13 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:718 +#: random-bits.xml:719 #, 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 kernel-package package. We recommend that you check that the values are appropriate for your system." msgstr "" #. Tag: para -#: random-bits.xml:725 +#: random-bits.xml:726 #, no-c-format msgid "" "Then install the kernel package of your choice using its package name. \n" @@ -1047,25 +1047,25 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:739 +#: random-bits.xml:740 #, no-c-format msgid "Set up the Boot Loader" msgstr "" #. Tag: para -#: random-bits.xml:740 +#: random-bits.xml:741 #, 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 debootstrap does not install a boot loader, though you can use aptitude inside your Debian chroot to do so." msgstr "" #. Tag: para -#: random-bits.xml:747 +#: random-bits.xml:748 #, no-c-format msgid "Check info grub or man lilo.conf 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 menu.lst or lilo.conf. For lilo.conf, you could also copy it to the new system and edit it there. After you are done editing, call lilo (remember it will use lilo.conf relative to the system you call it from)." msgstr "" #. Tag: para -#: random-bits.xml:759 +#: random-bits.xml:760 #, no-c-format msgid "" "Installing and setting up grub is as easy as: \n" @@ -1076,19 +1076,19 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:769 +#: random-bits.xml:770 #, no-c-format msgid "Note that this assumes that a /dev/hda device file has been created. There are alternative methods to install grub, but those are outside the scope of this appendix." msgstr "" #. Tag: para -#: random-bits.xml:775 +#: random-bits.xml:776 #, no-c-format msgid "Here is a basic /etc/lilo.conf as an example:" msgstr "" #. Tag: screen -#: random-bits.xml:779 +#: random-bits.xml:780 #, no-c-format msgid "" "boot=/dev/hda6\n" @@ -1102,13 +1102,13 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:781 +#: random-bits.xml:782 #, no-c-format msgid "Depending on which bootloader you selected, you can now make some additional changes in /etc/kernel-img.conf." msgstr "" #. Tag: para -#: random-bits.xml:786 +#: random-bits.xml:787 #, no-c-format msgid "" "For the grub bootloader, you should set the do_bootloader option to no. And to automatically update your /boot/grub/menu.lst on installation or removal of Debian kernels, add the following lines: \n" @@ -1118,13 +1118,13 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:798 +#: random-bits.xml:799 #, no-c-format msgid "Check man yaboot.conf 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 yaboot.conf. You could also copy it to the new system and edit it there. After you are done editing, call ybin (remember it will use yaboot.conf relative to the system you call it from)." msgstr "" #. Tag: para -#: random-bits.xml:808 +#: random-bits.xml:809 #, no-c-format msgid "" "Here is a basic /etc/yaboot.conf as an example: \n" @@ -1140,13 +1140,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:821 +#: random-bits.xml:822 #, no-c-format msgid "Finishing touches" msgstr "" #. Tag: para -#: random-bits.xml:822 +#: random-bits.xml:823 #, 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 standard priority: \n" @@ -1155,91 +1155,91 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:833 +#: random-bits.xml:834 #, no-c-format msgid "After the installation there will be a lot of downloaded packages in /var/cache/apt/archives/. You can free up some diskspace by running:" msgstr "" #. Tag: screen -#: random-bits.xml:839 +#: random-bits.xml:840 #, no-c-format msgid "# aptitude clean" msgstr "" #. Tag: title -#: random-bits.xml:850 +#: random-bits.xml:851 #, no-c-format msgid "Installing &debian; over Parallel Line IP (PLIP)" msgstr "" #. Tag: para -#: random-bits.xml:852 +#: random-bits.xml:853 #, 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:860 +#: random-bits.xml:861 #, 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:868 +#: random-bits.xml:869 #, no-c-format msgid "The PLIP connection set up during the installation will also be available after the reboot into the installed system (see )." msgstr "" #. Tag: para -#: random-bits.xml:873 +#: random-bits.xml:874 #, 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 io=0x378, irq=7." msgstr "" #. Tag: title -#: random-bits.xml:883 +#: random-bits.xml:884 #, no-c-format msgid "Requirements" msgstr "" #. Tag: para -#: random-bits.xml:886 +#: random-bits.xml:887 #, no-c-format msgid "A target computer, called target, where Debian will be installed." msgstr "" #. Tag: para -#: random-bits.xml:892 +#: random-bits.xml:893 #, no-c-format msgid "System installation media; see ." msgstr "" #. Tag: para -#: random-bits.xml:897 +#: random-bits.xml:898 #, no-c-format msgid "Another computer connected to the Internet, called source, that will function as the gateway." msgstr "" #. Tag: para -#: random-bits.xml:903 +#: random-bits.xml:904 #, no-c-format msgid "A DB-25 Null-Modem cable. See the PLIP-Install-HOWTO for more information on this cable and instructions how to make your own." msgstr "" #. Tag: title -#: random-bits.xml:915 +#: random-bits.xml:916 #, no-c-format msgid "Setting up source" msgstr "" #. Tag: para -#: random-bits.xml:916 +#: random-bits.xml:917 #, 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:921 +#: random-bits.xml:922 #, no-c-format msgid "" "#!/bin/sh\n" @@ -1260,13 +1260,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:927 +#: random-bits.xml:928 #, no-c-format msgid "Installing target" msgstr "" #. Tag: para -#: random-bits.xml:928 +#: random-bits.xml:929 #, no-c-format msgid "" "Boot the installation media. The installation needs to be run in expert mode; enter expert 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 io and irq options for the parport_pc module, enter the following at the boot prompt: \n" @@ -1275,97 +1275,97 @@ msgid "" msgstr "" #. Tag: guimenuitem -#: random-bits.xml:947 +#: random-bits.xml:948 #, no-c-format msgid "Load installer components from CD" msgstr "" #. Tag: para -#: random-bits.xml:949 +#: random-bits.xml:950 #, no-c-format msgid "Select the plip-modules option from the list; this will make the PLIP drivers available to the installation system." msgstr "" #. Tag: guimenuitem -#: random-bits.xml:957 +#: random-bits.xml:958 #, no-c-format msgid "Detect network hardware" msgstr "" #. Tag: para -#: random-bits.xml:962 +#: random-bits.xml:963 #, no-c-format msgid "If target does 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:971 +#: random-bits.xml:972 #, 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 plip module." msgstr "" #. Tag: guimenuitem -#: random-bits.xml:983 +#: random-bits.xml:984 #, no-c-format msgid "Configure the network" msgstr "" #. Tag: para -#: random-bits.xml:986 +#: random-bits.xml:987 #, no-c-format msgid "Auto-configure network with DHCP: No" msgstr "" #. Tag: para -#: random-bits.xml:991 +#: random-bits.xml:992 #, no-c-format msgid "IP address: 192.168.0.1" msgstr "" #. Tag: para -#: random-bits.xml:996 +#: random-bits.xml:997 #, no-c-format msgid "Point-to-point address: 192.168.0.2" msgstr "" #. Tag: para -#: random-bits.xml:1002 +#: random-bits.xml:1003 #, no-c-format msgid "Name server addresses: you can enter the same addresses used on source (see /etc/resolv.conf)" msgstr "" #. Tag: title -#: random-bits.xml:1021 +#: random-bits.xml:1022 #, no-c-format msgid "Installing &debian; using PPP over Ethernet (PPPoE)" msgstr "" #. Tag: para -#: random-bits.xml:1023 +#: random-bits.xml:1024 #, 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:1031 +#: random-bits.xml:1032 #, no-c-format msgid "The PPPoE connection set up during the installation will also be available after the reboot into the installed system (see )." msgstr "" #. Tag: para -#: random-bits.xml:1036 +#: random-bits.xml:1037 #, 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 or floppy)." msgstr "" #. Tag: para -#: random-bits.xml:1043 +#: random-bits.xml:1044 #, 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:1051 +#: random-bits.xml:1052 #, no-c-format msgid "" "Boot the installer with modules=ppp-udeb as boot parameter. This means that at the boot prompt you should enter: \n" @@ -1376,163 +1376,163 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1066 +#: random-bits.xml:1067 #, no-c-format msgid "Follow the regular initial steps of the installation (language, country and keyboard selection; the loading of additional installer components The ppp-udeb 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 ppp-udeb instead of entering the modules parameter at the boot prompt. )." msgstr "" #. Tag: para -#: random-bits.xml:1085 +#: random-bits.xml:1086 #, 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:1091 +#: random-bits.xml:1092 #, 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:1097 +#: random-bits.xml:1098 #, 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 Configure and start a PPPoE connection from the main menu of the installer." msgstr "" #. Tag: para -#: random-bits.xml:1106 +#: random-bits.xml:1107 #, 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:1112 +#: random-bits.xml:1113 #, 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 Configure and start a PPPoE connection." msgstr "" #. Tag: title -#: random-bits.xml:1132 +#: random-bits.xml:1133 #, no-c-format msgid "The Graphical Installer" msgstr "" #. Tag: para -#: random-bits.xml:1133 +#: random-bits.xml:1134 #, 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:1141 +#: random-bits.xml:1142 #, 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 newt 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:1150 +#: random-bits.xml:1151 #, no-c-format msgid "The graphical installer is available with all CD images and with the hd-media installation method. To boot the graphical installer simply select the relevant option from the boot menu. Expert and rescue mode for the graphical installer can be selected from the Advanced options menu. The previously used boot methods installgui, expertgui and rescuegui can still be used from the boot prompt which is shown after selecting the Help option in the boot menu." msgstr "" #. Tag: para -#: random-bits.xml:1161 +#: random-bits.xml:1162 #, no-c-format msgid "There is also a graphical installer image that can be netbooted. And there is a special mini ISO image The mini ISO image can be downloaded from a Debian mirror as described in . Look for netboot/gtk/mini.iso. , which is mainly useful for testing." msgstr "" #. Tag: para -#: random-bits.xml:1174 +#: random-bits.xml:1175 #, no-c-format msgid "For &arch-title;, currently only an experimental mini ISO image is available The mini ISO image can be downloaded from a Debian mirror as described in . Look for netboot/gtk/mini.iso. . 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:1188 +#: random-bits.xml:1189 #, no-c-format msgid "Just as with the regular installer it is possible to add boot parameters when starting the graphical installer. One of those parameters allows to configure the mouse for left-handed use. Others allow to select the mouse device (e.g. for a serial mouse) and the mouse protocol. See for valid parameters and for information on how to pass them." msgstr "" #. Tag: para -#: random-bits.xml:1198 +#: random-bits.xml:1199 #, 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 newt frontend." msgstr "" #. Tag: para -#: random-bits.xml:1205 +#: random-bits.xml:1206 #, no-c-format msgid "If the amount of memory in your system is below &minimum-memory;, the graphical installer may fail to boot at all while booting the regular installer would still work. Using the regular installer is recommended for systems with little available memory." msgstr "" #. Tag: title -#: random-bits.xml:1215 +#: random-bits.xml:1216 #, no-c-format msgid "Using the graphical installer" msgstr "" #. Tag: para -#: random-bits.xml:1216 +#: random-bits.xml:1217 #, 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:1222 +#: random-bits.xml:1223 #, 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 + and - 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:1232 +#: random-bits.xml:1233 #, no-c-format msgid "To switch to another console, you will also need to use the Ctrl key, just as with the X Window System. For example, to switch to VT2 (the first debug shell) you would use: Ctrl Left Alt F2 . The graphical installer itself runs on VT5, so you can use Left Alt F5 to switch back." msgstr "" #. Tag: title -#: random-bits.xml:1246 +#: random-bits.xml:1247 #, no-c-format msgid "Known issues" msgstr "" #. Tag: para -#: random-bits.xml:1247 +#: random-bits.xml:1248 #, no-c-format msgid "The graphical frontend to the installer is relatively new and because of that there are some known issues. We continue to work on resolving these." msgstr "" #. Tag: para -#: random-bits.xml:1255 +#: random-bits.xml:1256 #, no-c-format msgid "Information on some screens is not yet nicely formatted into columns as it should be. This is most visible during partitioning." msgstr "" #. Tag: para -#: random-bits.xml:1261 +#: random-bits.xml:1262 #, 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:1268 +#: random-bits.xml:1269 #, no-c-format msgid "Support for touchpads is not yet optimal." msgstr "" #. Tag: para -#: random-bits.xml:1273 +#: random-bits.xml:1274 #, 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:1282 +#: random-bits.xml:1283 #, 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:1289 +#: random-bits.xml:1290 #, no-c-format msgid "# chroot /target" msgstr "" -- cgit v1.2.3