diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 2 | ||||
-rw-r--r-- | en/using-d-i/components.xml | 2 | ||||
-rw-r--r-- | en/using-d-i/modules/finish-install.xml (renamed from en/using-d-i/modules/prebaseconfig.xml) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 97818c4b1..53eee4b1a 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -978,7 +978,7 @@ tasksel tasksel/first multiselect standard, desktop <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. diff --git a/en/using-d-i/components.xml b/en/using-d-i/components.xml index 720e891f8..68ab42b91 100644 --- a/en/using-d-i/components.xml +++ b/en/using-d-i/components.xml @@ -165,7 +165,7 @@ mostly consists of tidying up after the &d-i;. </para> -&module-prebaseconfig.xml; +&module-finish-install.xml; </sect2> <sect2 id="di-miscellaneous"> diff --git a/en/using-d-i/modules/prebaseconfig.xml b/en/using-d-i/modules/finish-install.xml index df4b0772e..9d21657f0 100644 --- a/en/using-d-i/modules/prebaseconfig.xml +++ b/en/using-d-i/modules/finish-install.xml @@ -1,7 +1,7 @@ <!-- retain these comments for translator revision tracking --> <!-- $Id$ --> - <sect3 id="prebaseconfig"> + <sect3 id="finish-install"> <title>Finish the Installation and Reboot</title> <para> |