summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ca/appendix/preseed.xml4
-rw-r--r--cs/appendix/preseed.xml4
-rw-r--r--de/appendix/preseed.xml4
-rw-r--r--debian/changelog2
-rw-r--r--en/appendix/preseed.xml4
-rw-r--r--it/appendix/preseed.xml4
-rw-r--r--po/da/preseed.po4
-rw-r--r--po/el/preseed.po12
-rw-r--r--po/es/preseed.po12
-rw-r--r--po/fi/preseed.po12
-rw-r--r--po/fr/preseed.po12
-rw-r--r--po/hu/preseed.po8
-rw-r--r--po/ja/preseed.po12
-rw-r--r--po/ko/preseed.po8
-rw-r--r--po/nl/preseed.po4
-rw-r--r--po/nn/preseed.po4
-rw-r--r--po/pt/preseed.po12
-rw-r--r--po/ro/preseed.po4
-rw-r--r--po/ru/preseed.po12
-rw-r--r--po/sv/preseed.po12
-rw-r--r--po/tl/preseed.po4
-rw-r--r--po/vi/preseed.po12
-rw-r--r--po/zh_CN/preseed.po12
-rw-r--r--po/zh_TW/preseed.po4
-rw-r--r--pt_BR/appendix/preseed.xml4
25 files changed, 94 insertions, 92 deletions
diff --git a/ca/appendix/preseed.xml b/ca/appendix/preseed.xml
index c0b65fa3f..9e9286e2d 100644
--- a/ca/appendix/preseed.xml
+++ b/ca/appendix/preseed.xml
@@ -1455,9 +1455,9 @@ d-i grub-installer/with_other_os boolean true
# elemineu el comentari i editeu aquestes línies:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
-#d-i grub-installer/bootdev string (hd0,0)
+#d-i grub-installer/bootdev string (hd0,1)
# Per instal·lar el grub a més d'un disc:
-#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)
+#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)
# Contrasenya opcional pel grub, en text pla
#d-i grub-installer/password password r00tme
diff --git a/cs/appendix/preseed.xml b/cs/appendix/preseed.xml
index 159fa8967..a5240d511 100644
--- a/cs/appendix/preseed.xml
+++ b/cs/appendix/preseed.xml
@@ -1535,9 +1535,9 @@ d-i grub-installer/with_other_os boolean true
# a upravte tyto řádky:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
-#d-i grub-installer/bootdev string (hd0,0)
+#d-i grub-installer/bootdev string (hd0,1)
# Pro instalaci Grubu na více disků:
-#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)
+#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)
# Pro instalaci na konkrétní zařízení:
#d-i grub-installer/bootdev string /dev/sda
# Pro instalaci na první zařízení:
diff --git a/de/appendix/preseed.xml b/de/appendix/preseed.xml
index 6ad0d2db0..f5ae66150 100644
--- a/de/appendix/preseed.xml
+++ b/de/appendix/preseed.xml
@@ -1598,9 +1598,9 @@ d-i grub-installer/with_other_os boolean true
# die Zeilen an:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
-#d-i grub-installer/bootdev string (hd0,0)
+#d-i grub-installer/bootdev string (hd0,1)
# Um grub auf mehrere Geräte zu installieren:
-#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)
+#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)
# Um grub auf ein bestimmtes Gerät zu installieren:
#d-i grub-installer/bootdev string /dev/sda
# Um auf das erste verfügbare Gerät zu installieren:
diff --git a/debian/changelog b/debian/changelog
index c88b9981e..4f9dae1c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ installation-guide (201501XX) UNRELEASED; urgency=medium
[ Samuel Thibault ]
* Document that grub-installer/bootdev can now be preseeded with "default".
+ * Update preseed grub-style partition name from grub1 style (hd0,0) to grub2
+ style (hd0,1).
* Avoid security issues while making an encrypted root password for a
preseed file. Closes: #775718.
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 3aa089667..cb56dbf31 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1479,9 +1479,9 @@ d-i grub-installer/with_other_os boolean true
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
-#d-i grub-installer/bootdev string (hd0,0)
+#d-i grub-installer/bootdev string (hd0,1)
# To install grub to multiple disks:
-#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)
+#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)
# To install to a particular device:
#d-i grub-installer/bootdev string /dev/sda
# To install to the first device:
diff --git a/it/appendix/preseed.xml b/it/appendix/preseed.xml
index 24a05130e..846fc1f99 100644
--- a/it/appendix/preseed.xml
+++ b/it/appendix/preseed.xml
@@ -2591,11 +2591,11 @@ d-i grub-installer/with_other_os boolean true
# MBR, scommentare ed editare queste linee:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
-#d-i grub-installer/bootdev string (hd0,0)
+#d-i grub-installer/bootdev string (hd0,1)
<!--
# To install grub to multiple disks:
--># Per installare grub su più dischi:
-#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)
+#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)
<!--
# To install to a particular device:
--># Per installare su un device particolare:
diff --git a/po/da/preseed.po b/po/da/preseed.po
index 83adf7b81..c7e1d0221 100644
--- a/po/da/preseed.po
+++ b/po/da/preseed.po
@@ -2032,9 +2032,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
diff --git a/po/el/preseed.po b/po/el/preseed.po
index 7843d97d0..c6b4cb411 100644
--- a/po/el/preseed.po
+++ b/po/el/preseed.po
@@ -3086,9 +3086,9 @@ msgstr "Εγκατάσταση φορτωτή εκκίνησης"
#| "# uncomment and edit these lines:\n"
#| "#d-i grub-installer/only_debian boolean false\n"
#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1)\n"
#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
#| "# To install to a particular device:\n"
#| "#d-i grub-installer/bootdev string /dev/sda\n"
#| "\n"
@@ -3128,9 +3128,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -3176,9 +3176,9 @@ msgstr ""
"# αποσχολιάστε και διορθώστε τις ακόλουθες γραμμές:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# Για εγκατάσταση του grub σε πολλαπλούς δίσκους:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"\n"
"# Προαιρετικό συνθηματικό για το grub, είτε σε μη κρυπτογραφημένο κείμενο\n"
"#d-i grub-installer/password password r00tme\n"
diff --git a/po/es/preseed.po b/po/es/preseed.po
index 2be2f0c00..2bc9df3f9 100644
--- a/po/es/preseed.po
+++ b/po/es/preseed.po
@@ -3056,9 +3056,9 @@ msgstr "Instalación del cargador de arranque"
#| "# uncomment and edit these lines:\n"
#| "#d-i grub-installer/only_debian boolean false\n"
#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1)\n"
#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
#| "# To install to a particular device:\n"
#| "#d-i grub-installer/bootdev string /dev/sda\n"
#| "\n"
@@ -3098,9 +3098,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -3145,9 +3145,9 @@ msgstr ""
"# si desea instalar en una ubicación distinta al MBR:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# Para instalar grub en múltiples discos:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# Para instalarlo en un dispositivo particular:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"\n"
diff --git a/po/fi/preseed.po b/po/fi/preseed.po
index d1f415cc9..2e25ed363 100644
--- a/po/fi/preseed.po
+++ b/po/fi/preseed.po
@@ -3043,9 +3043,9 @@ msgstr "Käynnistyslataimen asennus"
#| "# uncomment and edit these lines:\n"
#| "#d-i grub-installer/only_debian boolean false\n"
#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1)\n"
#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
#| "\n"
#| "# Optional password for grub, either in clear text\n"
#| "#d-i grub-installer/password password r00tme\n"
@@ -3083,9 +3083,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -3127,9 +3127,9 @@ msgstr ""
"# näitä rivejä:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# Asennetaan grub usealle levylle:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"\n"
"# Grubin valinnainen salasana, joko selväkielisenä\n"
"#d-i grub-installer/password password r00tme\n"
diff --git a/po/fr/preseed.po b/po/fr/preseed.po
index 9831d3a7a..a2c7ab189 100644
--- a/po/fr/preseed.po
+++ b/po/fr/preseed.po
@@ -2949,9 +2949,9 @@ msgstr "Installation du programme d'amorçage"
#| "# uncomment and edit these lines:\n"
#| "#d-i grub-installer/only_debian boolean false\n"
#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1)\n"
#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
#| "# To install to a particular device:\n"
#| "#d-i grub-installer/bootdev string /dev/sda\n"
#| "\n"
@@ -2991,9 +2991,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -3037,9 +3037,9 @@ msgstr ""
"# principal. Décommentez et modifiez les lignes suivantes :\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# Pour installer grub sur plusieurs disques :\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# Pour installer grub sur un périphérique particulier :\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# Pour installer grub sur le premier périphérique :\n"
diff --git a/po/hu/preseed.po b/po/hu/preseed.po
index 1640c78fd..6eb7b52d3 100644
--- a/po/hu/preseed.po
+++ b/po/hu/preseed.po
@@ -2789,9 +2789,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -2825,9 +2825,9 @@ msgstr ""
"# vedd ki a megjegyzésből és szerkeszd e sorokat:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# Grub telepítés több lemezre:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)"
#. Tag: para
#: preseed.xml:1110
diff --git a/po/ja/preseed.po b/po/ja/preseed.po
index 5f531d035..7ba055bac 100644
--- a/po/ja/preseed.po
+++ b/po/ja/preseed.po
@@ -2852,9 +2852,9 @@ msgstr "ブートローダのインストール"
#| "# uncomment and edit these lines:\n"
#| "#d-i grub-installer/only_debian boolean false\n"
#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1)\n"
#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
#| "# To install to a particular device:\n"
#| "#d-i grub-installer/bootdev string /dev/sda\n"
#| "\n"
@@ -2894,9 +2894,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -2938,9 +2938,9 @@ msgstr ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"\n"
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index ba742df7c..3c772e0c3 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -2698,9 +2698,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -2737,9 +2737,9 @@ msgstr ""
"# 줄의 주석을 지우고 편집하십시오:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# GRUB을 여러 개 디스크에 설치하려면:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# GRUB을 특정 장치에 설치하려면:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# GRUB을 첫번째 장치에 설치하려면:\n"
diff --git a/po/nl/preseed.po b/po/nl/preseed.po
index dd3bbbfa0..31710ad9a 100644
--- a/po/nl/preseed.po
+++ b/po/nl/preseed.po
@@ -2021,9 +2021,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
diff --git a/po/nn/preseed.po b/po/nn/preseed.po
index dd3bbbfa0..31710ad9a 100644
--- a/po/nn/preseed.po
+++ b/po/nn/preseed.po
@@ -2021,9 +2021,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
diff --git a/po/pt/preseed.po b/po/pt/preseed.po
index 8ae1f072f..dc124348d 100644
--- a/po/pt/preseed.po
+++ b/po/pt/preseed.po
@@ -2937,9 +2937,9 @@ msgstr "Instalação do gestor de arranque"
#| "# uncomment and edit these lines:\n"
#| "#d-i grub-installer/only_debian boolean false\n"
#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1)\n"
#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
#| "# To install to a particular device:\n"
#| "#d-i grub-installer/bootdev string /dev/sda\n"
#| "\n"
@@ -2979,9 +2979,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -3023,9 +3023,9 @@ msgstr ""
"# descomente e edite as seguintes linhas:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# Para instalar o grub em vários discos:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# Para instalar o grub num dispositivo em particular:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# Para instalar no primeiro dispositivo:\n"
diff --git a/po/ro/preseed.po b/po/ro/preseed.po
index dd3bbbfa0..31710ad9a 100644
--- a/po/ro/preseed.po
+++ b/po/ro/preseed.po
@@ -2021,9 +2021,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
diff --git a/po/ru/preseed.po b/po/ru/preseed.po
index 877ab0486..d40ad4363 100644
--- a/po/ru/preseed.po
+++ b/po/ru/preseed.po
@@ -2964,9 +2964,9 @@ msgstr "Установка загрузчика"
#| "# uncomment and edit these lines:\n"
#| "#d-i grub-installer/only_debian boolean false\n"
#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1)\n"
#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
#| "# To install to a particular device:\n"
#| "#d-i grub-installer/bootdev string /dev/sda\n"
#| "\n"
@@ -3006,9 +3006,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -3050,9 +3050,9 @@ msgstr ""
"# то раскомментируйте и отредактируйте следующие строки:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# Для установки grub на несколько дисков:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# Для установки на определённое устройство:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"\n"
diff --git a/po/sv/preseed.po b/po/sv/preseed.po
index 22a9e5964..c5d5cf1f3 100644
--- a/po/sv/preseed.po
+++ b/po/sv/preseed.po
@@ -3089,9 +3089,9 @@ msgstr "Installation av starthanteraren"
#| "# uncomment and edit these lines:\n"
#| "#d-i grub-installer/only_debian boolean false\n"
#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1)\n"
#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
#| "\n"
#| "# Optional password for grub, either in clear text\n"
#| "#d-i grub-installer/password password r00tme\n"
@@ -3129,9 +3129,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -3172,9 +3172,9 @@ msgstr ""
"# avkommentera och redigera de här raderna:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# För att installera grub på flera diskar:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"\n"
"# Valfritt lösenord för grub, antingen i klartext\n"
"#d-i grub-installer/password password r00tme\n"
diff --git a/po/tl/preseed.po b/po/tl/preseed.po
index dd3bbbfa0..31710ad9a 100644
--- a/po/tl/preseed.po
+++ b/po/tl/preseed.po
@@ -2021,9 +2021,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
diff --git a/po/vi/preseed.po b/po/vi/preseed.po
index d5faca706..cb35bdd39 100644
--- a/po/vi/preseed.po
+++ b/po/vi/preseed.po
@@ -3011,9 +3011,9 @@ msgstr "Cài đặt bộ nạp khởi động"
#| "# uncomment and edit these lines:\n"
#| "#d-i grub-installer/only_debian boolean false\n"
#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1)\n"
#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
#| "# To install to a particular device:\n"
#| "#d-i grub-installer/bootdev string /dev/sda\n"
#| "\n"
@@ -3053,9 +3053,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -3097,9 +3097,9 @@ msgstr ""
"# hãy bỏ dấu ghi chú và chỉnh sửa những dòng này:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# Để cài đặt grub lên nhiều đĩa:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# Để cài đặt vào một thiết bị nào đó :\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"\n"
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po
index 6865ccdc7..020ee3cce 100644
--- a/po/zh_CN/preseed.po
+++ b/po/zh_CN/preseed.po
@@ -2837,9 +2837,9 @@ msgstr "安装 bootloader"
#| "# uncomment and edit these lines:\n"
#| "#d-i grub-installer/only_debian boolean false\n"
#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1)\n"
#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
#| "# To install to a particular device:\n"
#| "#d-i grub-installer/bootdev string /dev/sda\n"
#| "\n"
@@ -2879,9 +2879,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
@@ -2923,9 +2923,9 @@ msgstr ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"\n"
diff --git a/po/zh_TW/preseed.po b/po/zh_TW/preseed.po
index dd3bbbfa0..31710ad9a 100644
--- a/po/zh_TW/preseed.po
+++ b/po/zh_TW/preseed.po
@@ -2021,9 +2021,9 @@ msgid ""
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
-"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
+"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# To install to the first device:\n"
diff --git a/pt_BR/appendix/preseed.xml b/pt_BR/appendix/preseed.xml
index 560d038b2..4ce09e341 100644
--- a/pt_BR/appendix/preseed.xml
+++ b/pt_BR/appendix/preseed.xml
@@ -1339,9 +1339,9 @@ d-i grub-installer/with_other_os boolean true
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
-#d-i grub-installer/bootdev string (hd0,0)
+#d-i grub-installer/bootdev string (hd0,1)
# To install grub to multiple disks:
-#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)
+#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)
# Optional password for grub, either in clear text
#d-i grub-installer/password password r00tme