summaryrefslogtreecommitdiff
path: root/nl/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-10-03 19:11:55 +0000
committerFrans Pop <elendil@planet.nl>2008-10-03 19:11:55 +0000
commit5330abfe2785291648dca87312e1cd860300c09a (patch)
treea1ebcbb50438795dc675ce7c709c09f1713ff4c8 /nl/appendix
parent25e826383aad600be87cf771d0094f43783d85ec (diff)
downloadinstallation-guide-5330abfe2785291648dca87312e1cd860300c09a.zip
Update of untranslated documents
Diffstat (limited to 'nl/appendix')
-rw-r--r--nl/appendix/preseed.xml62
1 files changed, 7 insertions, 55 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml
index 9287190ed..96c2ec24a 100644
--- a/nl/appendix/preseed.xml
+++ b/nl/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 56148 untranslated -->
+<!-- original version: 56250 untranslated -->
<!--
Be careful with the format of this file as it is parsed to generate
@@ -936,9 +936,7 @@ correct one will be selected before using preseeding.
<informalexample role="example"><screen>
# If the system has free space you can choose to only partition that space.
-# Note: this must be preseeded with a localized (translated) value.
-#d-i partman-auto/init_automatically_partition \
-# select Guided - use the largest continuous free space
+#d-i partman-auto/init_automatically_partition select biggest_free
# Alternatively, you can specify a disk to partition. The device name must
# be given in traditional non-devfs format.
@@ -959,13 +957,8 @@ d-i parman-md/device_remove_md boolean true
d-i partman-lvm/confirm boolean true
# You can choose from any of the predefined partitioning recipes.
-# Note: this must be preseeded with a localized (translated) value.
-d-i partman-auto/choose_recipe \
- select All files in one partition (recommended for new users)
-#d-i partman-auto/choose_recipe \
-# select Separate /home partition
-#d-i partman-auto/choose_recipe \
-# select Separate /home, /usr, /var, and /tmp partitions
+# The standard recipes are: atomic, home and multi
+d-i partman-auto/choose_recipe select atomic
# Or provide a recipe of your own...
# The recipe format is documented in the file devel/partman-auto-recipe.txt.
@@ -1017,18 +1010,12 @@ used in the array; see <xref linkend="preseed-bootloader"/>.
<warning><para>
-This type of automated partitioning is easy to get wrong. It is also a
-very new component that may still have some bugs or missing error
-handling. The responsibility to get the various recipes right (so they
+This type of automated partitioning is easy to get wrong. It is also
+functionality that receives relatively little testing from the developers
+of &d-i;. The responsibility to get the various recipes right (so they
make sense and don't conflict) lies with the user.
Check <filename>/var/log/syslog</filename> if you run into problems.
-</para><para>
-
-Note that only RAID 0 and RAID 1 have been tested by the developers of the
-component. RAID 5 is untested. Advanced RAID setup with degraded arrays or
-spare devices has only been tested lightly.
-
</para></warning>
<informalexample><screen>
@@ -1361,41 +1348,6 @@ d-i finish-install/reboot_in_progress note
</sect2>
- <sect2 id="preseed-X">
- <title>X configuration</title>
-<para>
-
-Preseeding Debian's X config is possible, but you probably need to know
-some details about the video hardware of the machine, since Debian's X
-configurator does not do fully automatic configuration of everything.
-
-</para>
-
-<informalexample role="example"><screen>
-# X can detect the right driver for some cards, but if you're preseeding,
-# you override whatever it chooses. Still, vesa will work most places.
-#xserver-xorg xserver-xorg/config/device/driver select vesa
-
-# A caveat with mouse autodetection is that if it fails, X will retry it
-# over and over. So if it's preseeded to be done, there is a possibility of
-# an infinite loop if the mouse is not autodetected.
-#xserver-xorg xserver-xorg/autodetect_mouse boolean true
-
-# Monitor autodetection is recommended.
-xserver-xorg xserver-xorg/autodetect_monitor boolean true
-# Uncomment if you have an LCD display.
-#xserver-xorg xserver-xorg/config/monitor/lcd boolean true
-# X has three configuration paths for the monitor. Here's how to preseed
-# the "medium" path, which is always available. The "simple" path may not
-# be available, and the "advanced" path asks too many questions.
-xserver-xorg xserver-xorg/config/monitor/selection-method \
- select medium
-xserver-xorg xserver-xorg/config/monitor/mode-list \
- select 1024x768 @ 60 Hz
-</screen></informalexample>
-
- </sect2>
-
<sect2 id="preseed-other">
<title>Preseeding other packages</title>