diff options
Diffstat (limited to 'po/es/post-install.po')
-rw-r--r-- | po/es/post-install.po | 41 |
1 files changed, 26 insertions, 15 deletions
diff --git a/po/es/post-install.po b/po/es/post-install.po index ee372d716..e4862dd04 100644 --- a/po/es/post-install.po +++ b/po/es/post-install.po @@ -35,7 +35,7 @@ msgid "" msgstr "" "Project-Id-Version: post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-04-15 20:29+0000\n" +"POT-Creation-Date: 2015-05-25 11:27+0000\n" "PO-Revision-Date: 2012-07-23 12:38+0200\n" "Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n" "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -998,7 +998,18 @@ msgstr "" #. Tag: para #: post-install.xml:598 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "Hereafter, we'll assume you have free rein over your machine and will " +#| "extract your kernel source to somewhere in your home directory<footnote> " +#| "<para> There are other locations where you can extract kernel sources and " +#| "build your custom kernel, but this is easiest as it does not require " +#| "special permissions. </para> </footnote>. We'll also assume that your " +#| "kernel version is &kernelversion;. Make sure you are in the directory to " +#| "where you want to unpack the kernel sources, extract them using " +#| "<userinput>tar xjf /usr/src/linux-source-&kernelversion;.tar.bz2</" +#| "userinput> and change to the directory <filename>linux-source-" +#| "&kernelversion;</filename> that will have been created." msgid "" "Hereafter, we'll assume you have free rein over your machine and will " "extract your kernel source to somewhere in your home directory<footnote> " @@ -1007,7 +1018,7 @@ msgid "" "permissions. </para> </footnote>. We'll also assume that your kernel version " "is &kernelversion;. Make sure you are in the directory to where you want to " "unpack the kernel sources, extract them using <userinput>tar xjf /usr/src/" -"linux-source-&kernelversion;.tar.bz2</userinput> and change to the directory " +"linux-source-&kernelversion;.tar.xz</userinput> and change to the directory " "<filename>linux-source-&kernelversion;</filename> that will have been " "created." msgstr "" @@ -1090,18 +1101,18 @@ msgstr "" msgid "" "Once the compilation is complete, you can install your custom kernel like " "any package. As root, do <userinput>dpkg -i ../&kernelpackage;-" -"&kernelversion;-<replaceable>subarchitecture</" -"replaceable>_1.0.custom_&architecture;.deb</userinput>. The " -"<replaceable>subarchitecture</replaceable> part is an optional sub-" -"architecture, <phrase arch=\"i386\"> such as <quote>686</quote>, </phrase> " -"depending on what kernel options you set. <userinput>dpkg -i</userinput> " -"will install the kernel, along with some other nice supporting files. For " -"instance, the <filename>System.map</filename> will be properly installed " -"(helpful for debugging kernel problems), and <filename>/boot/config-" -"&kernelversion;</filename> will be installed, containing your current " -"configuration set. Your new kernel package is also clever enough to " -"automatically update your boot loader to use the new kernel. If you have " -"created a modules package, you'll need to install that package as well." +"&kernelversion;-<replaceable>subarchitecture</replaceable>_1.0." +"custom_&architecture;.deb</userinput>. The <replaceable>subarchitecture</" +"replaceable> part is an optional sub-architecture, <phrase arch=\"i386\"> " +"such as <quote>686</quote>, </phrase> depending on what kernel options you " +"set. <userinput>dpkg -i</userinput> will install the kernel, along with some " +"other nice supporting files. For instance, the <filename>System.map</" +"filename> will be properly installed (helpful for debugging kernel " +"problems), and <filename>/boot/config-&kernelversion;</filename> will be " +"installed, containing your current configuration set. Your new kernel " +"package is also clever enough to automatically update your boot loader to " +"use the new kernel. If you have created a modules package, you'll need to " +"install that package as well." msgstr "" "Una vez finalizada la compilación, puede instalar su núcleo personalizado " "como cualquier paquete. Como superusuario, ejecute <userinput>dpkg -i ../" |