summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2006-06-08 00:21:38 +0000
committerJoey Hess <joeyh@debian.org>2006-06-08 00:21:38 +0000
commitf33fc606abf54173a004e384e11faef7e6d91df6 (patch)
tree850596d61fbc59bf73823145851610b2bf223df6
parent13faf90b26052958e9a67dad53f35d4798bf9890 (diff)
downloadinstallation-guide-f33fc606abf54173a004e384e11faef7e6d91df6.zip
fix the finish-install template name in some translations (not all, my
editor can't deal with all of them)
-rw-r--r--ca/appendix/preseed.xml2
-rw-r--r--da/appendix/example-preseed.xml2
-rw-r--r--eu/appendix/example-preseed.xml2
-rw-r--r--pt_BR/appendix/preseed.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/ca/appendix/preseed.xml b/ca/appendix/preseed.xml
index 9bc092551..b17da2cad 100644
--- a/ca/appendix/preseed.xml
+++ b/ca/appendix/preseed.xml
@@ -991,7 +991,7 @@ tasksel tasksel/first multiselect Standard system, Desktop environment
<informalexample role="example"><screen>
# Evita el darrer missatge de la instal·lació que apareix indicant-ne l'estat
# complet.
-d-i prebaseconfig/reboot_in_progress note
+d-i finish-install/reboot_in_progress note
# Això evita que l'instal·lador expulse el CD quan es torna a arrencar, la
# qual cosa és útil en algunes situacions.
diff --git a/da/appendix/example-preseed.xml b/da/appendix/example-preseed.xml
index 8a16ca5df..0773c6829 100644
--- a/da/appendix/example-preseed.xml
+++ b/da/appendix/example-preseed.xml
@@ -166,7 +166,7 @@ d-i grub-installer/with_other_os boolean true
##### Finishing up the first stage install.
# Avoid that last message about the install being complete.
-d-i prebaseconfig/reboot_in_progress note
+d-i finish-install/reboot_in_progress note
##### Preseeding base-config.
diff --git a/eu/appendix/example-preseed.xml b/eu/appendix/example-preseed.xml
index 01271976c..2975946c2 100644
--- a/eu/appendix/example-preseed.xml
+++ b/eu/appendix/example-preseed.xml
@@ -174,7 +174,7 @@ d-i grub-installer/with_other_os boolean true
##### Finishing up the first stage install.
# Avoid that last message about the install being complete.
-d-i prebaseconfig/reboot_in_progress note
+d-i finish-install/reboot_in_progress note
##### Preseeding base-config.
diff --git a/pt_BR/appendix/preseed.xml b/pt_BR/appendix/preseed.xml
index d83050642..9141b93e0 100644
--- a/pt_BR/appendix/preseed.xml
+++ b/pt_BR/appendix/preseed.xml
@@ -778,7 +778,7 @@ d-i grub-installer/with_other_os boolean true
<informalexample role="example"><screen>
# Avoid that last message about the install being complete.
-d-i prebaseconfig/reboot_in_progress note
+d-i finish-install/reboot_in_progress note
# This will prevent the installer from ejecting the CD during the reboot,
# which is useful in some situations.