msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2010-10-21 23:56+0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(version):7 msgid "2" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(date):8 msgid "2008-03-05" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(title):11 msgid "Configure the system" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(p):15 msgid "Edit your /etc/fstab and replace BOOT, ROOT and SWAP with the actual partition names. Don't forget to check that the file systems match your installation." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):21 ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):38 msgid "Example fstab" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):21 #, no-wrap msgid "\nlivecd linux # cd /etc\nlivecd etc # nano -w fstab\n/dev/sda1 /boot ext2 noauto,noatime 1 2\n/dev/sda3 / ext3 noatime 0 1\n/dev/sda2 none swap sw 0 0\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(p):32 msgid "Edit your /etc/fstab and replace BOOT, ROOT and SWAP with the actual partition names and add your logical volumes. Don't forget to check that the file systems match your installation." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):38 #, no-wrap msgid "\nlivecd linux # cd /etc\nlivecd etc # nano -w fstab\n/dev/md1 /boot ext2 noauto,noatime 1 2\n/dev/md3 / ext3 noatime 0 1\n/dev/sda2 none swap sw,pri=1 0 0\n/dev/sdb2 none swap sw,pri=1 0 0\n/dev/vg/usr /usr ext3 noatime 1 2\n/dev/vg/portage /usr/portage ext2 noatime 1 2\n/dev/vg/distfiles /usr/portage/distfiles ext2 noatime 1 2\n/dev/vg/home /home ext3 noatime 1 2\n/dev/vg/opt /opt ext3 noatime 1 2\n/dev/vg/tmp /tmp ext2 noatime 1 2\n/dev/vg/var /var ext3 noatime 1 2\n/dev/vg/vartmp /var/tmp ext2 noatime 1 2\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(p):58 msgid "Configure your network in /etc/conf.d/net. Add the net.eth0 init script to the default run level. If you have multiple NICs, symlink them to the net.eth0 init script and add them to the default run level as well. Either edit /etc/conf.d/net with nano or use the following commands:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):66 msgid "Configure networking" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):66 #, no-wrap msgid "\nlivecd etc # cd conf.d\nlivecd conf.d # echo 'config_eth0=( \"192.168.1.10/24\" )' >> net\nlivecd conf.d # echo 'routes_eth0=( \"default via 192.168.1.1\" )' >> net\nlivecd conf.d # rc-update add net.eth0 default\n(If you compiled your network card driver as a module,\nadd it to /etc/modules.autoload.d/kernel-2.6)\nlivecd conf.d # echo r8169 >> /etc/modules.autoload.d/kernel-2.6\n(If you want to reconnect via ssh after you have rebooted your new box)\nlivecd conf.d # rc-update add sshd default\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(note):78 msgid "Emerge pcmciautils if you need support for PCMCIA cards." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(p):82 msgid "Set the root password using passwd." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):86 msgid "Set the root password" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):86 #, no-wrap msgid "\nlivecd conf.d # passwd\nNew UNIX password: type_the_password\nRetype new UNIX password: type_the_password_again\npasswd: password updated successfully\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(p):93 msgid "Edit /etc/conf.d/clock to define the time zone you used previously." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):98 msgid "Edit /etc/conf.d/clock" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):98 #, no-wrap msgid "\nlivecd conf.d # nano -w /etc/conf.d/clock\nTIMEZONE=\"Europe/Brussels\"\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(p):103 msgid "Check the system configuration in /etc/rc.conf, /etc/conf.d/rc, /etc/conf.d/keymaps and edit any of those files if required." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):109 msgid "Optional: edit some config files" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):109 #, no-wrap msgid "\nlivecd conf.d # nano -w /etc/rc.conf\nlivecd conf.d # nano -w /etc/conf.d/rc\nlivecd conf.d # nano -w /etc/conf.d/keymaps\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(title):118 msgid "Installing System Tools" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(p):122 msgid "Install RAID and LVM2 utilities." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):126 msgid "Install RAID LVM2 tools" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):126 #, no-wrap msgid "\nlivecd conf.d # emerge mdadm lvm2\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(p):133 msgid "Install a system logger like syslog-ng and a cron daemon like vixie-cron, and add them to the default run level." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(note):138 msgid "Cron daemons depend on an MTA. mail-mta/ssmtp will be pulled in as a dependency. If you want to use a more advanced MTA, you might want to install it now. If you are in a hurry, let ssmtp be installed and remove it later when you install the MTA of your choice." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):145 msgid "Install a syslogger and a cron daemon" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):145 #, no-wrap msgid "\nlivecd conf.d # time emerge syslog-ng vixie-cron\n\nreal 1m54.099s\nuser 1m2.630s\nsys 0m34.620s\nlivecd conf.d # rc-update add syslog-ng default\nlivecd conf.d # rc-update add vixie-cron default\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(p):155 msgid "Install the necessary file system tools (xfsprogs, reiserfsprogs or jfsutils) and networking tools (dhcpcd or ppp) if you need any." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):161 msgid "Install extra tools if required" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):161 #, no-wrap msgid "\nlivecd conf.d # emerge xfsprogs (If you use the XFS file system)\nlivecd conf.d # emerge jfsutils (If you use the JFS file system)\nlivecd conf.d # emerge reiserfsprogs (If you use the Reiser file system)\nlivecd conf.d # emerge dhcpcd (If you need a DHCP client)\nlivecd conf.d # emerge ppp (If you need PPPoE ADSL connectivity)\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(title):173 msgid "Configuring the Bootloader" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(p):176 msgid "Emerge grub and configure it." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):180 msgid "Emerge grub and edit its configuration file" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):180 #, no-wrap msgid "\nlivecd conf.d # time emerge grub\n\nreal 1m4.634s\nuser 0m39.460s\nsys 0m15.280s\nlivecd conf.d # nano -w /boot/grub/grub.conf\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):189 msgid "Example grub.conf" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):189 #, no-wrap msgid "\ndefault 0\ntimeout 10\n\ntitle Gentoo\nroot (hd0,0)\nkernel /boot/kernel root=\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):198 msgid "Install grub" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):198 #, no-wrap msgid "\nlivecd conf.d # grub\nProbing devices to guess BIOS drives. This may take a long time.\n\ngrub> root (hd0,0)\n Filesystem type is ext2fs, partition type 0xfd\n\ngrub> setup (hd0)\n Checking if \"/boot/grub/stage1\" exists... yes\n Checking if \"/boot/grub/stage2\" exists... yes\n Checking if \"/boot/grub/e2fs_stage1_5\" exists... yes\n Running \"embed /boot/grub/e2fs_stage1_5 (hd0)\"... 16 sectors are embedded.\nsucceeded\n Running \"install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,0)/boot/grub/stage2 /boot/\ngrub/menu.lst\"... succeeded\nDone.\n\ngrub> quit\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre:caption):218 msgid "Install grub on both disks" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(pre):218 #, no-wrap msgid "\nlivecd conf.d # grub\nProbing devices to guess BIOS drives. This may take a long time.\n\ngrub> root (hd0,0)\n Filesystem type is ext2fs, partition type 0xfd\n\ngrub> setup (hd0)\n Checking if \"/boot/grub/stage1\" exists... yes\n Checking if \"/boot/grub/stage2\" exists... yes\n Checking if \"/boot/grub/e2fs_stage1_5\" exists... yes\n Running \"embed /boot/grub/e2fs_stage1_5 (hd0)\"... 16 sectors are embedded.\nsucceeded\n Running \"install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,0)/boot/grub/stage2 /boot/\ngrub/menu.lst\"... succeeded\nDone.\n\ngrub> root (hd1,0)\n Filesystem type is ext2fs, partition type 0xfd\n\ngrub> setup (hd1)\n\ngrub> quit\n" msgstr "" #. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-system.xml(None):0 msgid "translator-credits" msgstr ""