diff --git a/debian/changelog b/debian/changelog index 301957c98..0edc05813 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,10 @@ linux (3.14.12-2) UNRELEASED; urgency=medium * [armhf] Add MMC and NIC modules for BeagleBone Black to udebs. (Closes: #754491) + [ Aurelien Jarno ] + * [mips,mipsel] Add a debconf note to warn users that they have to + configure the system bootloader to load initramfs. + -- Ian Campbell Sat, 12 Jul 2014 21:12:17 +0100 linux (3.14.12-1) unstable; urgency=medium diff --git a/debian/templates/image.plain.postinst.in b/debian/templates/image.plain.postinst.in index 82c92fd68..fb51bc99c 100755 --- a/debian/templates/image.plain.postinst.in +++ b/debian/templates/image.plain.postinst.in @@ -5,6 +5,7 @@ use warnings; use Cwd 'abs_path'; use Debconf::Client::ConfModule qw(:all); use POSIX (); +use File::stat; version('2.0'); my $capb = capb('backup', 'escape'); @@ -12,6 +13,7 @@ $|=1; # Predefined values: my $version = "@abiname@@localversion@"; +my $arch = "@arch@"; my $link_in_boot = ""; my $no_symlink = ""; my $do_symlink = "Yes"; # target machine defined @@ -546,6 +548,44 @@ else { } } +# This routine detects chroots by checking if the devicenumber/inode pair +# of / are the same as that of /sbin/init. This may fail if not running as +# root or if /proc is not mounted, in which case 2 is returned. +sub detect_chroot { + my $st1 = stat("/") or return 2; + my $st2 = stat("/proc/1/root") or return 2; + return ($st1->dev != $st2->dev) || ($st1->ino != $st2->ino); +} + +# On mips and mipsel warn users if they need to configure their boot loader +# to load initramfs. mips64 and mips64el are ignored as they always had an +# initramfs. For that look if the current kernel is booted using initramfs. +# We ignore the chroot case, and we also ignore the GRUB case, as +# update-grub will automatically add the initramfs to /boot/grub.cfg. +if (($arch eq "mips" || $arch eq "mipsel") && ! -e "/boot/grub.cfg" + && &detect_chroot() == 0) { + if (-r "/proc/cmdline" && -f "/proc/cmdline") { + if (open(CMDLINE, "/proc/cmdline")) { + if ( !~ m/rd_start=/) { + my $ret; + my $seen; + my $question = "${package_name}/postinst/mips-initrd-$version"; + + ($ret,$seen) = input('high', "$question"); + if ($ret && $ret != 30 ) { + die "Error setting debconf question $question: $seen"; + } + + ($ret,$seen) = go(); + if ($ret && $ret != 30 ) { + die "Error asking debconf question $question: $seen"; + } + } + close CMDLINE; + } + } +} + # set the env var stem $ENV{'STEM'} = "linux"; sub run_hook { diff --git a/debian/templates/image.plain.templates.in b/debian/templates/image.plain.templates.in index 7d5271f86..60bf1ff56 100644 --- a/debian/templates/image.plain.templates.in +++ b/debian/templates/image.plain.templates.in @@ -36,3 +36,18 @@ _Description: Abort kernel removal? . It is highly recommended to abort the kernel removal unless you are prepared to fix the system after removal. + +Template: linux-image-@abiname@@localversion@/postinst/mips-initrd-@abiname@@localversion@ +Type: note +_Description: Boot loader configuration must be updated to load initramfs + This kernel package will build an "initramfs" file + (/boot/initrd.img-@abiname@) for the system's boot loader to use in + addition to the kernel itself. This method, formerly unsupported + on MIPS, enables a more flexible boot process, and future kernel + versions may require a corresponding initrd.img to boot. + . + The currently running kernel was booted without an initramfs. You + should reconfigure the boot loader to load the initramfs for Linux + version @abiname@, and for each later version. This is probably + most easily accomplished by using the initrd.img symbolic link + maintained by the kernel package. diff --git a/debian/templates/po/ca.po b/debian/templates/po/ca.po index bd22be83d..c673c3f89 100644 --- a/debian/templates/po/ca.po +++ b/debian/templates/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: linux-2.6 2.6.32-24\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:38+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2013-08-15 13:20+0200\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -95,3 +95,31 @@ msgid "" msgstr "" "És molt recomanable que avorteu la supressió del nucli si no esteu preparat " "per a reparar el sistema després de la supressió." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/cs.po b/debian/templates/po/cs.po index e3979832b..3e8400a4c 100644 --- a/debian/templates/po/cs.po +++ b/debian/templates/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: linux 3.2.21-3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2012-06-30 13:02+0200\n" "Last-Translator: Michal Simunek \n" "Language-Team: Czech \n" @@ -90,3 +90,31 @@ msgid "" msgstr "" "Je silně doporučeno přerušit odstraňování jádra, pokud nejste připraveni " "opravovat systém po jeho odstranění." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/da.po b/debian/templates/po/da.po index 95a050549..f01d20076 100644 --- a/debian/templates/po/da.po +++ b/debian/templates/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: linux\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2011-07-03 05:26+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -93,3 +93,31 @@ msgid "" msgstr "" "Det anbefales stærkt, at afbryde kernefjernelsen med mindre du er forberedt " "på at rette systemet op efter fjernelsen." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/de.po b/debian/templates/po/de.po index db8e1e1ef..219406641 100644 --- a/debian/templates/po/de.po +++ b/debian/templates/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: linux-2.6 3.0.0-3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2011-09-13 20:41+0200\n" "Last-Translator: Holger Wansing \n" "Language-Team: Debian German \n" @@ -96,3 +96,31 @@ msgstr "" "Es wird dringend empfohlen, das Entfernen des Kernels abzubrechen, " "ausgenommen Sie sind darauf vorbereitet, das System nach der Entfernung " "wieder instandzusetzen." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/es.po b/debian/templates/po/es.po index a860b65da..d0759df1f 100644 --- a/debian/templates/po/es.po +++ b/debian/templates/po/es.po @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: linux-2.6 2.6.32+5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2011-07-16 17:59+0200\n" "Last-Translator: Omar Campagne \n" "Language-Team: Debian l10n Spanish \n" @@ -125,3 +125,31 @@ msgid "" msgstr "" "Se recomienda encarecidamente cancelar la eliminación del núcleo, a menos " "que esté preparado para arreglar el sistema después de la eliminación." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/et.po b/debian/templates/po/et.po index 809d4308d..cce6f0d3b 100644 --- a/debian/templates/po/et.po +++ b/debian/templates/po/et.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: linux 2.6.32-11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:38+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2013-08-15 13:20+0200\n" "Last-Translator: mihkel \n" "Language-Team: Estonian \n" @@ -96,3 +96,31 @@ msgid "" msgstr "" "On äärmiselt soovituslik katkestada tuuma eemaldamine, kui sa just pole " "valmistunud süsteemi ise parandama." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/fr.po b/debian/templates/po/fr.po index 8e4e9c213..b8a1fc536 100644 --- a/debian/templates/po/fr.po +++ b/debian/templates/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: linux-2.6 2.6.39-1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2011-05-22 08:48-0400\n" "Last-Translator: David Prévot \n" "Language-Team: French \n" @@ -97,3 +97,31 @@ msgid "" msgstr "" "Il est fortement recommandé d'interrompre la suppression du noyau à moins " "d'être ensuite prêt à réparer le système." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/it.po b/debian/templates/po/it.po index 7ffc9166b..b57f48828 100644 --- a/debian/templates/po/it.po +++ b/debian/templates/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: linux-2.6 2.6.32-27\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:38+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2013-08-15 13:21+0200\n" "Last-Translator: Luca Bruno \n" "Language-Team: Italian \n" @@ -95,3 +95,31 @@ msgid "" msgstr "" "Si consiglia vivamente di interrompere la rimozione del kernel a meno che " "non si sia preparati a riparare il sistema in seguito." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/ja.po b/debian/templates/po/ja.po index 18396c233..a23c5ef5b 100644 --- a/debian/templates/po/ja.po +++ b/debian/templates/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: linux\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:38+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2013-08-15 13:21+0200\n" "Last-Translator: Nobuhiro Iwamatsu \n" "Language-Team: Japanese \n" @@ -96,3 +96,31 @@ msgid "" msgstr "" "削除後でもシステムに問題がないような準備を済ませるまで、カーネルの削除を中止" "することを強くお勧めします。" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/nl.po b/debian/templates/po/nl.po index 535362605..a1ef13bb0 100644 --- a/debian/templates/po/nl.po +++ b/debian/templates/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: linux\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2012-02-04 12:27+0100\n" "Last-Translator: willem kuyn \n" "Language-Team: Debian-Dutch \n" @@ -95,3 +95,31 @@ msgstr "" "Het wordt ten sterkste aanbevolen om het verwijderen van de kernel af te " "breken tenzij u bent voorbereid om het systeem te repareren na het " "verwijderen." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/pl.po b/debian/templates/po/pl.po index 9fffc4094..b335dcd72 100644 --- a/debian/templates/po/pl.po +++ b/debian/templates/po/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2012-02-05 18:38+0100\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" @@ -98,3 +98,31 @@ msgid "" msgstr "" "Jest wysoce zalecane, aby przerwać usuwanie jądra, chyba że użytkownik jest " "przygotowany do naprawy systemu po usunięciu." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/pt.po b/debian/templates/po/pt.po index b6b667f8d..f334257c2 100644 --- a/debian/templates/po/pt.po +++ b/debian/templates/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: linux 2.6.39.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2011-05-22 23:53+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" @@ -96,3 +96,31 @@ msgid "" msgstr "" "É altamente recomendado abortar a remoção do kernel a menos que esteja " "preparado para corrigir o sistema após a remoção." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/pt_BR.po b/debian/templates/po/pt_BR.po index 3370129d5..cf0dac958 100644 --- a/debian/templates/po/pt_BR.po +++ b/debian/templates/po/pt_BR.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: linux 3.10.3-1\n" -"Report-Msgid-Bugs-To: linux@packages.debian.org\n" -"POT-Creation-Date: 2013-08-10 00:38+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2013-08-17 14:29+0200\n" "Last-Translator: Fernando Ike de Oliveira (fike) \n" "Language-Team: Brazilian Portuguese \n" "Language-Team: Russian \n" @@ -94,3 +94,31 @@ msgid "" msgstr "" "Настоятельно рекомендуется прервать удаление ядра, если вы не готовы чинить " "систему после его удаления." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/sk.po b/debian/templates/po/sk.po index bb1f73e57..52276c511 100644 --- a/debian/templates/po/sk.po +++ b/debian/templates/po/sk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: linux-2.6 2.6.32-29\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2011-07-10 09:19+0200\n" "Last-Translator: Slavko \n" "Language-Team: Slovak \n" @@ -93,3 +93,31 @@ msgid "" msgstr "" "Dôrazne odporúčame prerušiť odstraňovanie jadra, ak nie ste pripravený na " "opravu systému po jeho odstránení." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/sv.po b/debian/templates/po/sv.po index b81103a50..2e97e469d 100644 --- a/debian/templates/po/sv.po +++ b/debian/templates/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: linux\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2011-06-02 14:52+0100\n" "Last-Translator: Martin Bagge / brother \n" "Language-Team: Swedish \n" @@ -95,3 +95,31 @@ msgid "" msgstr "" "Det rekomenderas starkt att du avbryter raderingen av kärnan om du inte är " "beredd på att laga systemet efter raderingen." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/templates.pot b/debian/templates/po/templates.pot index 45a604592..7c208f32b 100644 --- a/debian/templates/po/templates.pot +++ b/debian/templates/po/templates.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -79,3 +79,31 @@ msgid "" "It is highly recommended to abort the kernel removal unless you are prepared " "to fix the system after removal." msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/tr.po b/debian/templates/po/tr.po index e3e3f41f7..f1b4a42a1 100644 --- a/debian/templates/po/tr.po +++ b/debian/templates/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: linux-2.6 3.2.4-1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:43+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2012-02-12 22:36+0200\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian L10n Turkish \n" @@ -94,3 +94,31 @@ msgid "" msgstr "" "Kaldırma işlemi sonrasında sistemi düzeltmeye hazır olmadığınız takdirde " "kaldırma işleminden vazgeçmeniz şiddetle tavsiye edilir." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr "" diff --git a/debian/templates/po/vi.po b/debian/templates/po/vi.po index 6c130e167..a62f50309 100644 --- a/debian/templates/po/vi.po +++ b/debian/templates/po/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: linux-2.6 2.6.32-26\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 00:38+0200\n" +"POT-Creation-Date: 2014-07-16 20:22+0200\n" "PO-Revision-Date: 2013-08-15 13:21+0200\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -92,3 +92,31 @@ msgid "" msgstr "" "Rất khuyên bạn hủy bỏ tiến trình gỡ bỏ hạt nhân, nếu bạn không sẵn sàng sửa " "chữa hệ thống sau khi gỡ bỏ." + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "Boot loader configuration must be updated to load initramfs" +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"This kernel package will build an \"initramfs\" file (/boot/initrd.img-" +"@abiname@) for the system's boot loader to use in addition to the kernel " +"itself. This method, formerly unsupported on MIPS, enables a more flexible " +"boot process, and future kernel versions may require a corresponding initrd." +"img to boot." +msgstr "" + +#. Type: note +#. Description +#: ../image.plain.templates.in:4001 +msgid "" +"The currently running kernel was booted without an initramfs. You should " +"reconfigure the boot loader to load the initramfs for Linux version " +"@abiname@, and for each later version. This is probably most easily " +"accomplished by using the initrd.img symbolic link maintained by the kernel " +"package." +msgstr ""