linux-image.postinst: Remove debconf warning about ramdisk variable in /etc/kernel-img.conf

We warned about removal of the 'ramdisk' configuration variable
on upgrade to wheezy, and don't need to warn about it again - at
least not this prominently.

svn path=/dists/trunk/linux/; revision=20510
This commit is contained in:
Ben Hutchings 2013-08-17 11:36:24 +00:00
parent 912799212a
commit cffd29984a
22 changed files with 21 additions and 373 deletions

2
debian/changelog vendored
View File

@ -16,6 +16,8 @@ linux (3.11~rc5-1~exp1) UNRELEASED; urgency=low
environment
- Use only one template syntax (@keyword@) and do all substitutions
in gencontrol.py
- linux-image.postinst: Remove debconf warning about ramdisk variable in
/etc/kernel-img.conf
-- Ben Hutchings <ben@decadent.org.uk> Sun, 11 Aug 2013 19:34:47 +0200

View File

@ -22,7 +22,6 @@ my $use_hard_links = ''; # hardlinks do not work across fs boundaries
my $postinst_hook = ''; #Normally we do not
my $minimal_swap = ''; # Do not swap symlinks
my $ignore_depmod_err = ''; # normally we do not
my $ramdisk = '';
my $package_name = "linux-image-$version";
#known variables
@ -68,7 +67,6 @@ if (-r "$CONF_LOC" && -f "$CONF_LOC" ) {
$image_dest = "$1" if /image_dest\s*=\s*(\S+)/i;
$postinst_hook = "$1" if /postinst_hook\s*=\s*(\S+)/i;
$mkimage = "$1" if /mkimage\s*=\s*(.+)$/i;
$ramdisk = "$1" if /ramdisk\s*=\s*(.+)$/i;
}
close CONF;
$have_conffile = "Yes";
@ -624,16 +622,6 @@ if (-d "$modules_base/$version") {
}
# Warn if we are ignoring the old ramdisk setting
if ($ramdisk =~ /\S/) {
my ($question, $ret, $seen);
$question = "${package_name}/postinst/ignoring-ramdisk";
($ret,$seen) = input('high', "$question");
die "Error setting debconf question $question: $seen" if $ret && $ret != 30;
($ret,$seen) = go();
die "Error asking debconf question $question: $seen" if $ret && $ret != 30;
}
# Only change the symlinks if we are not being upgraded
if (! defined $ARGV[1] || ! $ARGV[1] || $ARGV[1] =~ m/<unknown>/o) {
image_magic($kimage, $image_dest);

View File

@ -52,12 +52,3 @@ _Description: Required firmware files may be missing
reconfigure the package manager to include the contrib and non-free
sections of the package archive before you can install these
firmware files.
# This has not yet been reviewed
Template: linux-image-@abiname@@localversion@/postinst/ignoring-ramdisk
Type: error
_Description: Ramdisk configuration must be updated
Kernel packages will no longer run a specific ramdisk creator. The
ramdisk creator package must install a script in
/etc/kernel/postinst.d, and you should remove the line beginning
'ramdisk =' from /etc/kernel-img.conf.

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2013-08-15 13:20+0200\n"
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@ -129,18 +129,3 @@ msgstr ""
"possible que necessiteu reconfigurar el gestor de paquets per a incloure les "
"seccions «contrib» i «non-free» de l'arxiu de paquets abans de poder "
"instaŀlar aquests fitxers de microprogramari."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr ""
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2012-06-30 13:02+0200\n"
"Last-Translator: Michal Simunek <michal.simunek@gmail.com>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@ -122,22 +122,3 @@ msgstr ""
"souladu se Zásadami svobodného softwaru Debianu. Než budete moci tyto "
"soubory s firmwarem nainstalovat, budete možná muset nastavit správce "
"balíčků, aby zahrnoval archiv sekce balíčků non-free."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "Nastavení ramdisku musí být aktualizováno"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Jaderný balíček již nespouští konkrétního tvůrce ramdisku. Balíček s tvůrcem "
"ramdisku musí do adresáře /etc/kernel/postinst.d nainstalovat skript, a vy "
"byste měli ze souboru /etc/kernel-img.conf odstranit řádek začínající "
"'ramdisk ='."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: linux\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-10 00:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2011-07-03 05:26+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"
@ -125,22 +125,3 @@ msgstr ""
"overholder Debian Free Softwares retningslinjer. Du skal måske rekonfigurere "
"pakkehåndteringen for at inkludere contrib og det ikke frie afsnit af "
"Debianarkivet, før du kan installere disse firmwarefiler."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "Konfiguration af ramdisk skal opdateres"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Kernepakker vil ikke længere køre et specifikt ramdiskoprettelsesprogram. "
"Pakken for ramdiskrettelsesprogrammet skal installere et skript i /etc/"
"kernel/postinst.d, og du skal fjerne linjen der begynder med »ramdisk =« "
"fra /etc/kernel-img.conf."

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2011-09-13 20:41+0200\n"
"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
"Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
@ -129,22 +129,3 @@ msgstr ""
"müssen unter Umständen den Paketmanager neu konfigurieren, so dass die "
"contrib- und non-free-Sektionen des Paketarchivs ebenfalls enthalten sind, "
"bevor Sie diese Firmware-Dateien installieren können."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "Aktualisierung der Ramdisk-Konfiguration erforderlich"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Kernel-Pakete werden keinen spezifischen Ramdisk-Ersteller mehr ausführen. "
"Das Ramdisk-Ersteller-Paket muss ein Skript in /etc/kernel/postinst.d "
"installieren und Sie sollten in /etc/kernel-img.conf die Zeile entfernen, "
"die mit »ramdisk =« beginnt."

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2011-07-16 17:59+0200\n"
"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@ -158,22 +158,3 @@ msgstr ""
"Guidelines»). Puede que tenga que reconfigurar el gestor de paquetes para "
"incluir las secciones «contrib» y «non-free» del archivo de Debian antes de "
"instalar estos ficheros de firmware."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "Se debe actualizar la configuración del disco RAM"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Los paquetes de núcleo ya no ejecutarán un creador de disco RAM. El paquete "
"de creador de disco RAM debe instalar un script en «/etc/kernel/postinst.d», "
"y el usuario debería eliminar manualmente la línea que empieza con «ramdisk "
"=» del fichero «/etc/kernel-img.conf»."

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2013-08-15 13:20+0200\n"
"Last-Translator: mihkel <turakas gmail com>\n"
"Language-Team: Estonian <et@li.org>\n"
@ -128,18 +128,3 @@ msgstr ""
"vaba tarkvara juhtnööridele (Debian Free Software Guidelines). Võimalik, et "
"pead enne oma pakimajandajat ümber seadistama, et kaasata varamutesse ka "
"contrib ja non-free harud, kui saad need püsivara failid paigaldada."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr ""
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2011-05-22 08:48-0400\n"
"Last-Translator: David Prévot <david@tilapin.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@ -130,23 +130,3 @@ msgstr ""
"nécessaire de modifier la configuration du gestionnaire de paquets et "
"d'ajouter les sections « contrib » (contributions) et « non-free » (non "
"libre) de l'archive avant de pouvoir installer ces fichiers."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr ""
"Mise à jour indispensable de la configuration du disque virtuel initial"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Les paquets du noyau ne s'occupent plus de la création du disque virtuel "
"(RAM disque). Le programme en charge de la création du disque virtuel "
"doivent installer un script dans /etc/kernel/postinst.d, et vous devriez "
"supprimer la ligne commençant par « ramdisk = » de /etc/kernel-img.conf."

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2013-08-15 13:21+0200\n"
"Last-Translator: Luca Bruno <lucab@debian.org>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@ -127,18 +127,3 @@ msgstr ""
"conformi alle Linee Guida Debian per il Software Libero. Potrebbe essere "
"necessario riconfigurare il gestore dei pacchetti ed includere le sezioni "
"contrib e non-free per poterli installare."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr ""
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: linux\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-10 00:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2013-08-15 13:21+0200\n"
"Last-Translator: Nobuhiro Iwamatsu <iwamatsu@debian.org>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@ -128,18 +128,3 @@ msgstr ""
"致しないため、システムに含まれていません。これらのファームウェアファイルをイ"
"ンストール可能にするために、パッケージアーカイブの contrib および non-free セ"
"クションを含むようパッケージマネージャを再設定する必要があるかもしれません。"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr ""
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: linux\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-10 00:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2012-02-04 12:27+0100\n"
"Last-Translator: willem kuyn <willemkuyn@gmail.com>\n"
"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
@ -128,22 +128,3 @@ msgstr ""
"u de configuratie van de pakketbeheerprogramma aanpassen en de contrib en "
"non-free secties van het pakketarchief toevoegen voordat u deze firmware "
"bestanden kunt installeren. "
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "De ramdisk-configuratie moet worden aangepast."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Kernel pakketten starten niet langer een bepaalde ramdisk generator. Het "
"ramdisk generator pakket moet een script in /etc/kernel/postinst.d "
"installeren en u dient de regel te verwijderen die begint met 'ramdisk =' "
"uit /etc/kernel-img.conf."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-10 00:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2012-02-05 18:38+0100\n"
"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@ -131,22 +131,3 @@ msgstr ""
"potrzeba ponownej konfiguracji menedżera pakietów, aby dołączyć sekcje "
"contrib i non-free archiwum pakietów, przed możliwością zainstalowania "
"potrzebnych plików firmware."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "Konfiguracja ramdisku musi zostać zaktualizowana"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Pakiety jądra nie uruchamiają dłużej specjalnego kreatora ramdisku. Pakiet "
"kreatora ramdisku musi zainstalować skrypt w /etc/kernel/postinst.d, a "
"użytkownik powinien usunąć wszystkie wiersze zaczynające się od \"ramdisk ="
"\" z pliku /etc/kernel-img.conf."

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2011-05-22 23:53+0100\n"
"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@ -128,22 +128,3 @@ msgstr ""
"não respeitam as Guidelines da Debian Free Software. Você pode precisar de "
"reconfigurar o gestor de pacotes para incluir as secções contrib e non-free "
"do arquivo de pacotes antes de poder instalar estes ficheiros de firmware."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "A configuração de ramdisk tem de ser actualizada"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Os pacotes de kernel não irão mais correr um criador de ramdisk "
"especificado. O pacote do criador de ramdisk deve instalar um script em /etc/"
"kernel/postinst.d, e você deve remover a linha que começa com 'ramdisk =' do "
"ficheiro /etc/kernel-img.conf."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: linux\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-10 00:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2013-08-15 13:21+0200\n"
"Last-Translator: Flamarion Jorge <jorge.flamarion@gmail.com>\n"
"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@ -131,18 +131,3 @@ msgstr ""
"Free Software Guidelines\"). Você poderá precisar reconfigurar o gerenciador "
"de pacotes para incluir as seções contrib e non-free do repositório de "
"pacotes antes de poder instalar estes arquivos de firmware."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr ""
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: linux-2.6 3.1.6-1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-10 00:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2011-12-30 18:35+0400\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@ -126,22 +126,3 @@ msgstr ""
"удовлетворяют критериям свободного ПО Debian. Для установки этих файлов из "
"архива вам может потребоваться перенастроить менеджер пакетов, чтобы "
"включить разделы contrib и non-free."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "Требуется обновление настроек Ramdisk"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Пакеты с ядрами больше не запускают какую-то определённую программу для "
"создания ramdisk. Пакет с программой для создания ramdisk должен "
"устанавливать сценарий в /etc/kernel/postinst.d, а вы должны удалить строку, "
"начинающуюся с «ramdisk =» из файла /etc/kernel-img.conf."

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2011-07-10 09:19+0200\n"
"Last-Translator: Slavko <linux@slavino.sk>\n"
"Language-Team: Slovak <nomail>\n"
@ -125,22 +125,3 @@ msgstr ""
"súlade so Zásadami slobodného softvéru Debianu. Pred inštaláciou týchto "
"súborov s firmware, budete možno musieť nastaviť správcu balíkov tak, aby "
"zahŕňal sekcie archívu balíkov contrib a non-free."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "Nastavenie ramdisku musí byť aktualizované"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Balíky jadra už nebudú viac spúšťať vytváranie špecifického ramdisku. "
"Nástroj na vytváranie ramdisku musí nainštalovať skript do /etc/kernel/"
"postinst.d a vy musíte odstrániť riadok, ktorý začína „ramdisk =” z /etc/"
"kernel-img.conf."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: linux\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-10 00:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2011-06-02 14:52+0100\n"
"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
@ -127,21 +127,3 @@ msgstr ""
"firmware-filer inte inkluderas i systemet. Du kan behöva anpassa "
"pakethanteraren för att inkludera sektionerna \"contrib\" och \"non-free\" i "
"paketarkivet innan du kan installera dessa filer."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "Inställningarna för ramdisk behöver uppdateras"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Kärnpaketen kör inte längre en specifik ramdiskskapare. Ramdiskskaparen "
"måste installera ett skript i /etc/kernel/postinst.d och du ska ta bort "
"raden som börjar med \"ramdisk=\" från /etc/kernel-img.conf."

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-10 00:27+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\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"
@ -104,18 +104,3 @@ msgid ""
"the package manager to include the contrib and non-free sections of the "
"package archive before you can install these firmware files."
msgstr ""
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr ""
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2012-02-12 22:36+0200\n"
"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
"Language-Team: Debian L10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@ -126,22 +126,3 @@ msgstr ""
"sisteme dahil edilmez. Bu aygıt yazılımlarını kurabilmek için öncelikle "
"paket yöneticisini paket arşivinin contrib ve non-free kısımlarını "
"kullanacak şekilde ayarlamanız gerekir."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr "Ramdisk yapılandırılmasının güncellenmesi gerekli"
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Çekirdek paketleri bundan böyle özel ramdisk oluşturucularını kullanamaz. "
"ramdisk oluşturucu paket /etc/kernel/postinst.d konumuna bir betik "
"kurmalıdır. Sizin de /etc/kernel-img.conf dosyasında 'ramdisk =' ile "
"başlayan satırı kaldırmanız gerekmektedir."

View File

@ -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:20+0200\n"
"POT-Creation-Date: 2013-08-10 00:38+0200\n"
"PO-Revision-Date: 2013-08-15 13:21+0200\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@ -125,18 +125,3 @@ msgstr ""
"cấu hình lại trình quản lý gói phần mềm để bao gồm phần đóng góp (contrib) "
"và phần khác tự do (non-free) của kho lưu gói trước khi có khả năng cài đặt "
"tập tin phần vững như vậy."
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid "Ramdisk configuration must be updated"
msgstr ""
#. Type: error
#. Description
#: ../image.plain.templates.in:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""