msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2010-10-21 23:56+0600\n" "PO-Revision-Date: 2010-10-21 23:46+0600\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(title):6 msgid "Gentoo Linux x86 Quick Install Guide" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(key):9 msgid "no" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(key):10 msgid "/dev/sda3" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(author:title):13 #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(author:title):16 #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(author:title):19 msgid "Author" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(mail:link):14 msgid "neysx" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(mail:link):17 msgid "swift" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(author):19 msgid "Steven Wagner" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(abstract):21 msgid "" "The Quick Install guide covers the Gentoo install process in a non-verbose " "manner. Its purpose is to allow users to perform a stage3 install in no " "time. Users should already have prior experience with installing Gentoo " "Linux if they want to follow this guide." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(version):32 msgid "25" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(date):33 msgid "2010-01-26" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(title):36 msgid "Introduction" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(p):40 msgid "" "This guide contains all the commands you should use to complete a stage3 " "installation of Gentoo. You need a connection to the Internet to download " "the stage3 and Portage snapshots." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(impo):46 msgid "" "New users should read the Handbook as it gives a better overview about the installation process. The Quick " "Install guide is designed for experienced users who just need a checklist to " "follow." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(p):52 msgid "" "Timing output follows all commands that take more than a couple of seconds " "to finish. Commands were timed on an AMD 2000 1.66 Ghz PC with 512 MB of RAM " "and two SATA disks connected to a hardware controller." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre:caption):58 msgid "Test box specs" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre):58 #, no-wrap msgid "" "\n" "(The following specs and the timing information should help you determine\n" "a rough estimate of the time you need to complete your install)\n" "\n" "# grep bogo /proc/cpuinfo\n" "bogomips : 3337.81\n" "\n" "# hdparm -tT /dev/sda\n" "/dev/sda:\n" " Timing cached reads: 1100 MB in 2.00 seconds = 549.97 MB/sec\n" " Timing buffered disk reads: 224 MB in 3.01 seconds = 74.36 MB/sec\n" "\n" "# grep MemTotal /proc/meminfo\n" "MemTotal: 509248 kB\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(title):79 msgid "Quick Install Guide" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(title):86 msgid "Preparing the Disks" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(p):89 msgid "" "Use fdisk or cfdisk to create your partition layout. You need " "at least a swap partition (type 82) and one Linux partition (type 83). The " "following scenario creates a /boot, a swap and a main partition " "as used in our handbook. Replace sda with your disk. Most " "systems ignore the bootable flag, but a few need it. Set this flag on your " "boot partition with fdisk's a command." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre:caption):98 msgid "Create the partitions" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre):98 #, no-wrap msgid "" "\n" "livecd ~ # fdisk /dev/sda\n" "\n" "(The rest of this guide uses the following partitioning scheme)\n" "livecd ~ # fdisk -l /dev/sda\n" "\n" "Disk /dev/sda: 599.9 GB, 599978409984 bytes\n" "255 heads, 63 sectors/track, 72943 cylinders\n" "Units = cylinders of 16065 * 512 = 8225280 bytes\n" "\n" " Device Boot Start End Blocks Id System\n" "/dev/sda1 * 1 12 96358+ 83 Linux\n" "/dev/sda2 13 110 787185 82 Linux swap / Solaris\n" "/dev/sda3 111 72943 585031072+ 83 Linux\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(p):114 msgid "" "Use mke2fs, mke2fs -j, mkreiserfs, mkfs.xfs and " "mkfs.jfs to create file systems on your Linux partitions. Initialize " "your swap partition using mkswap and swapon." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre:caption):120 msgid "Create the file systems and activate swap" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre):120 #, no-wrap msgid "" "\n" "(ext2 is all you need on the /boot partition)\n" "livecd ~ # mke2fs /dev/sda1\n" "\n" "(Let's use ext3 on the main partition)\n" "livecd ~ # mke2fs -j /dev/sda3\n" "\n" "(Create and activate swap)\n" "livecd ~ # mkswap /dev/sda2 && swapon /dev/sda2\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(p):131 msgid "" "Mount the freshly created file systems on /mnt/gentoo. Create " "directories for the other mount points (like /mnt/gentoo/boot) " "if you need them and mount them too." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre:caption):137 msgid "Mount the file systems" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre):137 #, no-wrap msgid "" "\n" "livecd ~ # mount /dev/sda3 /mnt/gentoo\n" "livecd ~ # mkdir /mnt/gentoo/boot\n" "livecd ~ # mount /dev/sda1 /mnt/gentoo/boot\n" "livecd ~ # cd /mnt/gentoo\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(title):152 msgid "Kernel Configuration" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(p):155 msgid "" "Install a kernel source (usually gentoo-sources), configure it, " "compile it and copy the arch/i386/boot/bzImage file to /" "boot." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre:caption):160 msgid "Install a kernel source, compile it and install the kernel" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre):160 #, no-wrap msgid "" "\n" "livecd etc # time emerge gentoo-sources\n" "\n" "real 2m51.435s\n" "user 0m58.220s\n" "sys 0m29.890s\n" "livecd etc # cd /usr/src/linux\n" "livecd linux # make menuconfig\n" "(Configure your kernel)\n" "livecd linux # time make -j2\n" "\n" "(Elapsed time depends highly on the options you selected)\n" "real 3m51.962s\n" "user 3m27.060s\n" "sys 0m24.310s\n" "\n" "livecd linux # make modules_install\n" "livecd linux # cp arch/i386/boot/bzImage /boot/kernel\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(title):188 #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre:caption):195 msgid "Reboot" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(p):191 msgid "Exit the chrooted environment, unmount all file systems and reboot:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall.xml(pre):195 #, no-wrap msgid "" "\n" "livecd conf.d # exit\n" "livecd / # umount /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo/boot /mnt/gentoo\n" "livecd / # reboot\n" "(Don't forget to remove the CD)\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.xml(None):0 msgid "translator-credits" msgstr ""