diff options
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r-- | po/pot/preseed.pot | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 5d21fc340..353573693 100644 --- a/po/pot/preseed.pot +++ b/po/pot/preseed.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2008-12-28 01:11+0000\n" +"POT-Creation-Date: 2008-12-29 01:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1441,12 +1441,13 @@ msgid "" "# This first command is run as early as possible, just after\n" "# preseeding is read.\n" "#d-i preseed/early_command string anna-install some-udeb\n" - "\n" + "<phrase condition=\"squeeze\">\n" "# This command is run immediately before the partitioner starts. It may be\n" "# useful to apply dynamic partitioner preseeding that depends on the state\n" "# of the disks (which may not be visible when preseed/early_command runs).\n" - "#d-i partman/early_command string debconf-set partman-auto/disk \"$(list-devices disk | head -n1)\"\n" - "\n" + "#d-i partman/early_command \\\n" + "# string debconf-set partman-auto/disk \"$(list-devices disk | head -n1)\"\n" + "</phrase>\n" "# This command is run just before the install finishes, but when there is\n" "# still a usable /target directory. You can chroot to /target and use it\n" "# directly, or use the apt-install and in-target commands to easily install\n" |