From 1eff7ffc31ffcf5fe91eecbb192adceafa77fe26 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Sun, 28 Dec 2008 06:00:03 +0000 Subject: Fix issues with new partman/early_command description: - split the example over two lines - mark it as post-lenny functionality --- en/appendix/preseed.xml | 7 ++++--- 1 file 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 - + # 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)" + # 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 -- cgit v1.2.3