diff options
Diffstat (limited to 'handbook/gettext/hb-install-mips-disk.xml.pot')
-rw-r--r-- | handbook/gettext/hb-install-mips-disk.xml.pot | 58 |
1 files changed, 31 insertions, 27 deletions
diff --git a/handbook/gettext/hb-install-mips-disk.xml.pot b/handbook/gettext/hb-install-mips-disk.xml.pot index 53baa6b..864767f 100644 --- a/handbook/gettext/hb-install-mips-disk.xml.pot +++ b/handbook/gettext/hb-install-mips-disk.xml.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2010-10-22 00:40+0600\n" +"POT-Creation-Date: 2011-09-05 14:12+0600\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" @@ -14,11 +14,11 @@ msgid "To be able to install Gentoo, you must create the necessary partitions. T msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(version):16 -msgid "4.0" +msgid "6" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(date):17 -msgid "2010-07-27" +msgid "2011-08-23" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(title):20 @@ -257,98 +257,102 @@ msgid "ext3" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(ti):545 -msgid "reiserfs" +msgid "ext4" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(ti):549 -msgid "xfs" +msgid "reiserfs" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(ti):553 +msgid "xfs" +msgstr "" + +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(ti):557 msgid "jfs" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):558 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):562 msgid "For instance, to have the boot partition (<path>/dev/sda1</path> in our example) in ext2 and the root partition (<path>/dev/sda3</path> in our example) in ext3, you would use:" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre:caption):564 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre:caption):568 msgid "Applying a filesystem on a partition" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre):564 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre):568 #, no-wrap -msgid "\n# <i>mke2fs /dev/sda1</i>\n# <i>mke2fs -j /dev/sda3</i>\n" +msgid "\n# <i>mkfs.ext2 /dev/sda1</i>\n# <i>mkfs.ext3 /dev/sda3</i>\n" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):569 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):573 msgid "Now create the filesystems on your newly created partitions (or logical volumes)." msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(warn):574 -msgid "If you're installing on a Cobalt server, remember <path>/dev/sda1</path> MUST be of type <e>EXT2 revision 0</e>; Anything else (e.g. EXT2 revision 1, EXT3, ReiserFS, XFS, JFS and others) <e>WILL NOT WORK!</e> You can format the partition using the command: <c>mke2fs -r 0 /dev/sda1</c>." +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(warn):578 +msgid "If you're installing on a Cobalt server, remember <path>/dev/sda1</path> MUST be of type <e>EXT2 revision 0</e>; Anything else (e.g. EXT2 revision 1, EXT3, ReiserFS, XFS, JFS and others) <e>WILL NOT WORK!</e> You can format the partition using the command: <c>mkfs.ext2 -r 0 /dev/sda1</c>." msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(title):584 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(title):588 msgid "Activating the Swap Partition" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):587 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):591 msgid "<c>mkswap</c> is the command that is used to create and initialize swap partitions:" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre:caption):592 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre:caption):596 msgid "Creating a Swap signature" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre):592 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre):596 #, no-wrap msgid "\n# <i>mkswap /dev/sda2</i>\n" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):596 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):600 msgid "To activate the swap partition, use <c>swapon</c>:" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre:caption):600 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre:caption):604 msgid "Activating the swap partition" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre):600 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre):604 #, no-wrap msgid "\n# <i>swapon /dev/sda2</i>\n" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):604 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):608 msgid "Create and activate the swap with the commands mentioned above." msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(title):612 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(title):616 msgid "Mounting" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):615 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):619 msgid "Now that your partitions are initialized and are housing a filesystem, it is time to mount those partitions. Use the <c>mount</c> command. Don't forget to create the necessary mount directories for every partition you created. As an example we mount the root and boot partition:" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre:caption):622 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre:caption):626 msgid "Mounting partitions" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre):622 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(pre):626 #, no-wrap msgid "\n# <i>mount /dev/sda3 /mnt/gentoo</i>\n# <i>mkdir /mnt/gentoo/boot</i>\n# <i>mount /dev/sda1 /mnt/gentoo/boot</i>\n" msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(note):628 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(note):632 msgid "If you want your <path>/tmp</path> to reside on a separate partition, be sure to change its permissions after mounting: <c>chmod 1777 /mnt/gentoo/tmp</c>. This also holds for <path>/var/tmp</path>." msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):634 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):638 msgid "We will also have to mount the proc filesystem (a virtual interface with the kernel) on <path>/proc</path>. But first we will need to place our files on the partitions." msgstr "" -#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):640 +#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-disk.xml(p):644 msgid "Continue with <uri link=\"?part=1&chap=5\">Installing the Gentoo Installation Files</uri>." msgstr "" |