summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-12-28 06:00:03 +0000
committerFrans Pop <elendil@planet.nl>2008-12-28 06:00:03 +0000
commit1eff7ffc31ffcf5fe91eecbb192adceafa77fe26 (patch)
tree6a60f076fdefccb8e40a76ca1b98256adb229dff
parentb464c7096e9f60a3671dedae7377f25c81b484c5 (diff)
downloadinstallation-guide-1eff7ffc31ffcf5fe91eecbb192adceafa77fe26.zip
Fix issues with new partman/early_command description:
- split the example over two lines - mark it as post-lenny functionality
-rw-r--r--en/appendix/preseed.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index aed01f54c..2e921ca8e 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1407,12 +1407,13 @@ installation.
# This first command is run as early as possible, just after
# preseeding is read.
#d-i preseed/early_command string anna-install some-udeb
-
+<phrase condition="squeeze">
# This command is run immediately before the partitioner starts. It may be
# useful to apply dynamic partitioner preseeding that depends on the state
# of the disks (which may not be visible when preseed/early_command runs).
-#d-i partman/early_command string debconf-set partman-auto/disk "$(list-devices disk | head -n1)"
-
+#d-i partman/early_command \
+# string debconf-set partman-auto/disk "$(list-devices disk | head -n1)"
+</phrase>
# This command is run just before the install finishes, but when there is
# still a usable /target directory. You can chroot to /target and use it
# directly, or use the apt-install and in-target commands to easily install