msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2011-03-02 17:28+0500\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-after-reboot.xml(version):7 msgid "6" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(date):8 msgid "2011-02-16" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(title):11 msgid "Finalizing the Installation" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(note):14 msgid "The total elapsed time between the display of the boot prompt on the minimal CD and the display of the login prompt after the reboot was 00:42:31 on our test box. Yes, less than one hour! Note that this time also includes the stage3, Portage snapshot and several packages download time and the time spent configuring the kernel." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(p):22 msgid "Log in as root, then add one or more users for daily use with useradd." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre:caption):27 msgid "Connect to your new box from another PC" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre):27 #, no-wrap msgid "\n(Clean up your known_hosts file because your new box\nhas generated a new definitive hostkey)\n$ nano -w ~/.ssh/known_hosts\n(Look for the IP of your new PC and delete the line,\nthen save the file and exit nano)\n\n(Use the IP address of your new box)\n$ ssh root@192.168.1.10\nThe authenticity of host '192.168.1.10 (192.168.1.10)' can't be established.\nRSA key fingerprint is 96:e7:2d:12:ac:9c:b0:94:90:9f:40:89:b0:45:26:8f.\nAre you sure you want to continue connecting (yes/no)? yes\nWarning: Permanently added '192.168.1.10' (RSA) to the list of known hosts.\nPassword: type_the_password\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre:caption):43 msgid "Add a new user" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre):43 #, no-wrap msgid "\nmybox ~ # useradd -g users -G lp,wheel,audio,cdrom,portage,cron -m john\nmybox ~ # passwd john\nNew UNIX password: Set John's password\nRetype new UNIX password: Type John's password again\npasswd: password updated successfully\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(title):54 msgid "Last configuration touches" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(p):57 msgid "Start by selecting nearby mirrors either by defining the SYNC and GENTOO_MIRRORS variables in /etc/make.conf or by using mirrorselect. You can also define the number of concurrent compilation processes at this point." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre:caption):64 msgid "Use mirrorselect and set MAKEOPTS" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre):64 #, no-wrap msgid "\nmybox ~ # emerge mirrorselect\nmybox ~ # mirrorselect -i -o >> /etc/make.conf\nmybox ~ # mirrorselect -i -r -o >> /etc/make.conf\n(Usually, (the number of processors + 1) is a good value)\nmybox ~ # echo 'MAKEOPTS=\"-j2\"' >> /etc/make.conf\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(p):72 msgid "Now is a good time to enable or disable some USE flags. Run emerge -vpe world to list all currently installed packages and their enabled and disabled USE flags. Either edit /etc/make.conf or use the following command to define the USE variable:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre:caption):79 msgid "View USE flags in use and enable or disable some" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre):79 #, no-wrap msgid "\nmybox ~ # emerge -vpe world\n(Portage displays the packages and their USE flags, as an example, let's\ndisable fortran, and enable ipv6 and unicode)\nmybox ~ # echo 'USE=\"nptl nptlonly ipv6 -fortran unicode\"' >> /etc/make.conf\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(p):86 msgid "Recent versions of glibc use /etc/locale.gen to define locale settings." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre:caption):91 msgid "Define locales" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre):91 #, no-wrap msgid "\nmybox ~ # cd /etc\nmybox etc # nano -w locale.gen\nmybox etc # locale-gen\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(p):97 msgid "Last but not least, you may want to alter the CFLAGS variable in your /etc/make.conf to optimise the code to your specific needs. Please note that using a long list of flags is rarely needed and can even lead to a broken system. It is recommended to specify the processor type in the march option and stick to -O2 -pipe." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(p):105 msgid "You may also want to switch to ~x86. You should only do this if you can deal with the odd broken ebuild or package. If you'd rather keep your system stable, don't add the ACCEPT_KEYWORDS variable." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre:caption):111 msgid "Last edit of make.conf" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre):111 #, no-wrap msgid "\nmybox etc # nano -w make.conf\n(Set -march to your CPU type in CFLAGS)\nCFLAGS=\"-O2 -march=athlon-xp -pipe\"\n(Only add the following if you know what you're doing)\nACCEPT_KEYWORDS=\"~x86\"\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(p):119 msgid "You might want to recompile your whole system twice to make full use of your latest configuration changes. It would take quite a long time to complete and yield minimal speed benefits. You can let your system optimise itself gradually over time when new versions of packages are released. However, recompiling is a still good idea from the standpoint of maintaining system consistency. Please see the Gentoo GCC Upgrading Guide for a discussion on the benefits of ensuring a consistently built system and world." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(p):130 msgid "Recompiling only the packages that have already been updated since the release or that are affected by your new USE flags will take enough time. You might also have to remove packages that block your upgrade. Look for \"[blocks B ]\" in the output of emerge -vpuD --newuse world and use emerge -C to remove them." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre:caption):138 msgid "Update your packages" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre):138 #, no-wrap msgid "\n(Please note that the switch to ~x86 causes many packages to be upgraded)\nmybox etc # emerge -vpuD --newuse world\n(Take a good look at the package list and their USE flags,\nremove blocking packages if any, and start the lengthy process)\nmybox etc # time emerge -vuD --newuse world\n(79 packages have been (re)compiled)\n\nreal 180m13.276s\nuser 121m22.905s\nsys 36m31.472s\n\n(Remerge libtool to avoid further potential problems)\nmybox etc # emerge --oneshot libtool\n\n(Update config files, make sure you do not let dispatch-conf\nupdate config files you have edited)\nmybox etc # dispatch-conf\n\n(If perl has been updated, you should run the perl-cleaner script)\nmybox etc # time perl-cleaner all\nreal 1m6.495s\nuser 0m42.699s\nsys 0m10.641s\n\n(In case of a major upgrade of python, you should run the python-updater script)\nmybox etc # python-updater\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(title):170 msgid "What to do next" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(p):173 msgid "Depending on what your new Gentoo machine is supposed to do, you will probably want to install server applications or a desktop system. Just as an example, emerge gnome and emerge kde have been timed on the ~x86 system installed as describe above. Both have been installed from the same starting point." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(p):181 msgid "You should check our documentation index to find out how to install and configure the applications of your choice." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(impo):186 msgid "The following is only an example. It is in no way meant as a recommended setup." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre:caption):190 msgid "Emerge GNOME" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre):190 #, no-wrap msgid "\nmybox etc # emerge -vp gnome\n(Look at the list of packages and their USE flags,\nthen edit make.conf if required.\nmybox etc # nano -w /etc/make.conf\n(The following USE flags have been defined)\nUSE=\"nptl nptlonly -ipv6 -fortran unicode svg hal dbus \\\n -kde -qt4 -arts -eds -esd gnome gstreamer gtk firefox\"\n\nmybox etc # time emerge gnome\n(326 packages have been emerged)\n\nreal 520m44.532s\nuser 339m21.144s\nsys 146m22.337s\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre:caption):207 msgid "Emerge KDE" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//gentoo-x86-quickinstall-after-reboot.xml(pre):207 #, no-wrap msgid "\nmybox etc # emerge -vp kde-meta\n(Look at the list of packages and their USE flags,\nthen edit make.conf if required.\nmybox etc # nano -w /etc/make.conf\nThe following USE flags have been defined)\nUSE=\"nptl nptlonly -ipv6 -fortran unicode svg hal dbus \\\n kde qt4 -arts -eds -esd -gnome -gstreamer -gtk -firefox\"\n\nmybox etc # time emerge kde-meta\n(391 packages have been emerged)\n\nreal 1171m25.318s\nuser 851m26.393s\nsys 281m45.629s\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-after-reboot.xml(None):0 msgid "translator-credits" msgstr ""