summaryrefslogtreecommitdiff
path: root/fi
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-01-08 21:38:22 +0000
committerFrans Pop <elendil@planet.nl>2006-01-08 21:38:22 +0000
commit5c1b9ebbccfad75f56e122688b48fdb0fa1f7b2f (patch)
tree68ca117c5432a341b92978d5134e1a030f094a6a /fi
parenta26577000d9ef9c8287ba10e4a7d74e44947e46b (diff)
downloadinstallation-guide-5c1b9ebbccfad75f56e122688b48fdb0fa1f7b2f.zip
Update of original English docs
Diffstat (limited to 'fi')
-rw-r--r--fi/appendix/preseed.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/fi/appendix/preseed.xml b/fi/appendix/preseed.xml
index dceb52adb..dd3d5031e 100644
--- a/fi/appendix/preseed.xml
+++ b/fi/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 33825 untranslated -->
+<!-- original version: 33865 untranslated -->
<!--
Be carefull with the format of this file as it is parsed to generate
@@ -693,22 +693,22 @@ for brute force attacks.
<informalexample role="example"><screen>
# Root password, either in clear text
-#passwd passwd/root-password password r00tme
-#passwd passwd/root-password-again password r00tme
+#d-i passwd/root-password password r00tme
+#d-i passwd/root-password-again password r00tme
# or encrypted using an MD5 hash.
-#passwd passwd/root-password-crypted password [MD5 hash]
+#d-i passwd/root-password-crypted password [MD5 hash]
# Skip creation of a normal user account.
-#passwd passwd/make-user boolean false
+#d-i passwd/make-user boolean false
# Alternatively, create a normal user account.
-#passwd passwd/user-fullname string Debian User
-#passwd passwd/username string debian
+#d-i passwd/user-fullname string Debian User
+#d-i passwd/username string debian
# Normal user's password, either in clear text
-#passwd passwd/user-password password insecure
-#passwd passwd/user-password-again password insecure
+#d-i passwd/user-password password insecure
+#d-i passwd/user-password-again password insecure
# or encrypted using an MD5 hash.
-#passwd passwd/user-password-crypted password [MD5 hash]
+#d-i passwd/user-password-crypted password [MD5 hash]
</screen></informalexample>
<para>