diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 54fd9c188..6497b9ff0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,8 +36,10 @@ installation-guide (2006XXXX) UNRELEASED; urgency=low [ Joey Hess ] * Add docs about preseeding a fallback to a static IP if dhcp fails. * Update copyright date. + * It's possible to use preseeding to set up LVM now, so remove stuff about + it not working. - -- Joey Hess <joeyh@debian.org> Sun, 5 Feb 2006 13:28:20 -0500 + -- Joey Hess <joeyh@debian.org> Tue, 21 Feb 2006 16:13:14 -0500 installation-guide (20060102) unstable; urgency=low diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index a5f1f2dc2..3c6b0110b 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -137,7 +137,7 @@ questions being asked. Although most questions used by &d-i; can be preseeded using this method, there are some notable exceptions. You must (re)partition an entire disk or use available free space on a disk; it is not possible to use existing -partitions. You currently cannot use preseeding to set up RAID and LVM. +partitions. You currently cannot use preseeding to set up RAID. </para> </sect2> @@ -589,8 +589,7 @@ supported by <classname>partman-auto</classname>. You can choose to either partition existing free space on a disk or a whole disk. The layout of the disk can be determined by using a predefined recipe, a custom recipe from a recipe file or a recipe included in the preseed file. It is currently not -possible to partition multiple disks using preseeding nor to set up RAID or -LVM. +possible to partition multiple disks using preseeding nor to set up RAID. </para> |