summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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