diff -u mdadm-2.6.7/debian/mdadm.postinst mdadm-2.6.7/debian/mdadm.postinst --- mdadm-2.6.7/debian/mdadm.postinst +++ mdadm-2.6.7/debian/mdadm.postinst @@ -114,6 +114,30 @@ # Please see mdadm.conf(5). _eof + db_get mdadm/boot_degraded + BOOT_DEGRADED="${RET:-false}" + BOOT_DEGRADED_CONFIG="/etc/initramfs-tools/conf.d/mdadm" + cat <<_eof > $BOOT_DEGRADED_CONFIG +# mdadm boot_degraded configuration +# +# You can run 'dpkg-reconfigure mdadm' to modify the values in this file, if +# you want. You can also change the values here and changes will be preserved. +# Do note that only the values are preserved; the rest of the file is +# rewritten. +# +# BOOT_DEGRADED: +# Do you want to boot your system if a RAID providing your root filesystem +# becomes degraded? +# +# Running a system with a degraded RAID could result in permanent data loss +# if it suffers another hardware fault. +# +# However, you might answer "yes" if this system is a server, expected to +# tolerate hardware faults and boot unattended. + +BOOT_DEGRADED=$BOOT_DEGRADED +_eof + db_stop # try to undo udev rules (installed by 2.5.2-10, see 2.5.3.git200608202239-1 diff -u mdadm-2.6.7/debian/mdadm.config mdadm-2.6.7/debian/mdadm.config --- mdadm-2.6.7/debian/mdadm.config +++ mdadm-2.6.7/debian/mdadm.config @@ -67,0 +68,8 @@ + +# /etc/initramfs-tools/conf.d/mdadm section +CONFIG="/etc/initramfs-tools/conf.d/mdadm" +BOOT_DEGRADED="false" +[ -s "$CONFIG" ] && . "$CONFIG" +[ -n "$BOOT_DEGRADED" ] && db_set mdadm/boot_degraded "$BOOT_DEGRADED" +db_input medium mdadm/boot_degraded || : +db_go diff -u mdadm-2.6.7/debian/changelog mdadm-2.6.7/debian/changelog --- mdadm-2.6.7/debian/changelog +++ mdadm-2.6.7/debian/changelog @@ -1,3 +1,11 @@ +mdadm (2.6.7-3ubuntu4) intrepid; urgency=low + + * debian/mdadm.templates, debian/mdadm.config, debian/mdadm.postinst, + debian/po/templates.pot: added debconf support for BOOT_DEGRADED + configuration (LP: #120375). + + -- Dustin Kirkland Mon, 18 Aug 2008 00:44:15 +0100 + mdadm (2.6.7-3ubuntu3) intrepid; urgency=low * debian/initramfs/init-premount: provide a safety net, interactive prompt diff -u mdadm-2.6.7/debian/mdadm.templates mdadm-2.6.7/debian/mdadm.templates --- mdadm-2.6.7/debian/mdadm.templates +++ mdadm-2.6.7/debian/mdadm.templates @@ -29,0 +30,14 @@ + +Template: mdadm/boot_degraded +Type: boolean +Default: true +_Description: Do you want to boot your system if your RAID becomes degraded? + If your root filesystem is on a RAID, and a disk is missing at boot, it + can either boot with the degraded array, or hold the system at a recovery + shell. + . + Running a system with a degraded RAID could result in permanent data loss + if it suffers another hardware fault. + . + However, you might answer "yes" if this system is a server, expected to + tolerate hardware faults and boot unattended. diff -u mdadm-2.6.7/debian/po/eu.po mdadm-2.6.7/debian/po/eu.po --- mdadm-2.6.7/debian/po/eu.po +++ mdadm-2.6.7/debian/po/eu.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm-debconf\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: Y2008-04-30 11:00+0100\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" @@ -89,6 +89,36 @@ "Mesedez idatzi MD gertaera garrantzitsuen berri emate mezuak jaso behar " "dituen erabiltzailearen eposta helbidea." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "Erro fitxategi-sistemarentzat beharrezko MD array-ak:" diff -u mdadm-2.6.7/debian/po/fr.po mdadm-2.6.7/debian/po/fr.po --- mdadm-2.6.7/debian/po/fr.po +++ mdadm-2.6.7/debian/po/fr.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-02-15 20:42+0100\n" "Last-Translator: Florentin Duneau \n" "Language-Team: French \n" @@ -93,6 +93,36 @@ "Veuillez indiquer l'adresse électronique de l'utilisateur qui doit recevoir " "les notifications lors d'importants événements MD." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "Ensembles MD requis par le système de fichiers racine :" diff -u mdadm-2.6.7/debian/po/pt_BR.po mdadm-2.6.7/debian/po/pt_BR.po --- mdadm-2.6.7/debian/po/pt_BR.po +++ mdadm-2.6.7/debian/po/pt_BR.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2006-09-24 19:22-0300\n" "Last-Translator: Felipe Augusto van de Wiel (faw) \n" "Language-Team: l10n portuguese \n" @@ -121,6 +121,36 @@ "Por favor, informe o endereço de e-mail do usuário que deverá receber os e-" "mails de notificações para estes eventos MD importantes." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + # | msgid "MD arrays needed for the root filesystem:" #, fuzzy #~ msgid "MD arrays needed for the root file system:" diff -u mdadm-2.6.7/debian/po/sv.po mdadm-2.6.7/debian/po/sv.po --- mdadm-2.6.7/debian/po/sv.po +++ mdadm-2.6.7/debian/po/sv.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 1.12.0-1\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2006-09-23 16:37+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -115,6 +115,36 @@ "Ange e-postadressen till den anvndare som ska ta emot e-postnotifieringar " "fr dessa viktiga MD-hndelser." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "${msg}" #~ msgstr "${msg}" diff -u mdadm-2.6.7/debian/po/templates.pot mdadm-2.6.7/debian/po/templates.pot --- mdadm-2.6.7/debian/po/templates.pot +++ mdadm-2.6.7/debian/po/templates.pot @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -77,0 +78,30 @@ + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" diff -u mdadm-2.6.7/debian/po/ja.po mdadm-2.6.7/debian/po/ja.po --- mdadm-2.6.7/debian/po/ja.po +++ mdadm-2.6.7/debian/po/ja.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 2.6.3+200709292116+4450e59-4\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-02-07 05:52+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" @@ -95,6 +95,36 @@ "MD 関連の重大なイベントが発生した際、メールでの通知を受け取る必要があるユーザ" "のメールアドレスを入力してください。" +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "ルートファイルシステムに必要な MD アレイ:" diff -u mdadm-2.6.7/debian/po/ru.po mdadm-2.6.7/debian/po/ru.po --- mdadm-2.6.7/debian/po/ru.po +++ mdadm-2.6.7/debian/po/ru.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: 2.6.3+200709292116+4450e59-4\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-02-07 21:02+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -99,6 +99,36 @@ "Введите адрес электронной почты пользователя, который будет получать " "почтовые уведомления о важных изменениях в состоянии MD." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "MD-массивы, необходимые для корневой файловой системы:" diff -u mdadm-2.6.7/debian/po/gl.po mdadm-2.6.7/debian/po/gl.po --- mdadm-2.6.7/debian/po/gl.po +++ mdadm-2.6.7/debian/po/gl.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-02-06 23:45+0000\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" @@ -88,6 +88,36 @@ "Introduza o enderezo de email do usuario que debe recibir os avisos por " "email de eventos importantes de MD." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "Arrays MD necesarios para o sistema de ficheiros raíz" diff -u mdadm-2.6.7/debian/po/pt.po mdadm-2.6.7/debian/po/pt.po --- mdadm-2.6.7/debian/po/pt.po +++ mdadm-2.6.7/debian/po/pt.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 2.6.3+200709292116+4450e59-4\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-02-21 00:15+0000\n" "Last-Translator: Pedro Ribeiro \n" "Language-Team: Portuguese \n" @@ -90,6 +90,36 @@ "Por favor, introduza o endereço de email do utilizador que deve receber as " "notificações de eventos MD importantes." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "Grupos MD necessários para o sistema de ficheiros raiz:" diff -u mdadm-2.6.7/debian/po/cs.po mdadm-2.6.7/debian/po/cs.po --- mdadm-2.6.7/debian/po/cs.po +++ mdadm-2.6.7/debian/po/cs.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-02-17 21:10+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -95,6 +95,36 @@ "Zadejte prosím emailovou adresu uživatele, který má dostávat emailová " "upozornění při výskytu významných MD událostí." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "MD pole vyžadovaná pro kořenový souborový systém:" diff -u mdadm-2.6.7/debian/po/nl.po mdadm-2.6.7/debian/po/nl.po --- mdadm-2.6.7/debian/po/nl.po +++ mdadm-2.6.7/debian/po/nl.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm_2.6.3+200709292116+4450e59-4\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-02-19 14:04+0100\n" "Last-Translator: Frans Pop \n" "Language-Team: Dutch \n" @@ -98,6 +98,36 @@ "Wat is het e-mailadres van de gebruiker die de e-mailberichten voor " "belangrijke gebeurtenissen met betrekking tot RAID dient te ontvangen." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "Voor het basisbestandssysteem benodigde RAID-reeksen:" diff -u mdadm-2.6.7/debian/po/de.po mdadm-2.6.7/debian/po/de.po --- mdadm-2.6.7/debian/po/de.po +++ mdadm-2.6.7/debian/po/de.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-02-22 10:58+0100\n" "Last-Translator: Mario Joussen \n" "Language-Team: German \n" @@ -96,6 +96,36 @@ "Geben Sie bitte die Emailadresse des Benutzers an, der die " "Emailbenachrichtigung fr wichtige MD Ereignisse erhalten soll." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "Fr das Wurzeldateisystem bentigte MD Verbnde:" diff -u mdadm-2.6.7/debian/po/vi.po mdadm-2.6.7/debian/po/vi.po --- mdadm-2.6.7/debian/po/vi.po +++ mdadm-2.6.7/debian/po/vi.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 2.6.3+200709292116+4450e59-4\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-02-23 17:40+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -89,6 +89,36 @@ "Hãy nhập địa chỉ thư của người dùng nên nhận thư thông báo về dữ kiện MD " "quan trọng." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "Các mảng MD cần thiết cho hệ thống tập tin gốc:" diff -u mdadm-2.6.7/debian/po/fi.po mdadm-2.6.7/debian/po/fi.po --- mdadm-2.6.7/debian/po/fi.po +++ mdadm-2.6.7/debian/po/fi.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-02-14 11:24+0200\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: Finnish \n" @@ -85,6 +85,36 @@ "Anna sähköpostiosoite, johon sähköpostitiedotteet tärkeistä MD-tapahtumista " "lähetetään." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "Juuritiedostojärjestelmän tarvitsemat MD-pakat:" diff -u mdadm-2.6.7/debian/po/es.po mdadm-2.6.7/debian/po/es.po --- mdadm-2.6.7/debian/po/es.po +++ mdadm-2.6.7/debian/po/es.po @@ -38,8 +38,8 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 2.5.6-6\n" -"Report-Msgid-Bugs-To: Source: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2008-07-08 10:46+1000\n" +"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" +"POT-Creation-Date: 2008-08-18 00:45+0100\n" "PO-Revision-Date: 2008-04-25 17:47+0200\n" "Last-Translator: Javier Fernndez-Sanguino \n" "Language-Team: Debian Spanish \n" @@ -125,6 +125,36 @@ "recibir las notificaciones por correo de eventos relevantes en los " "dispositivos MD." +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "Do you want to boot your system if your RAID becomes degraded?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"If your root filesystem is on a RAID, and a disk is missing at boot, it can " +"either boot with the degraded array, or hold the system at a recovery shell." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"Running a system with a degraded RAID could result in permanent data loss if " +"it suffers another hardware fault." +msgstr "" + +#. Type: boolean +#. Description +#: ../mdadm.templates:4001 +msgid "" +"However, you might answer \"yes\" if this system is a server, expected to " +"tolerate hardware faults and boot unattended." +msgstr "" + #~ msgid "MD arrays needed for the root file system:" #~ msgstr "Arrays MD necesarios para el sistema de ficheros raz:"