diff options
author | Frans Pop <elendil@planet.nl> | 2006-10-12 17:27:53 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-10-12 17:27:53 +0000 |
commit | d7a69fc20ef386f172187157164731270f452c46 (patch) | |
tree | c2c00516bcf44611de77d1463d29ca8eae8b3ecf /en | |
parent | 8e0f2e8c22621d95113aee966ca23ab8aeb30bd8 (diff) | |
download | installation-guide-d7a69fc20ef386f172187157164731270f452c46.zip |
Fix build error; you'd think I know better by now...
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 5f73a68eb..2069e1a68 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -851,8 +851,8 @@ spare devices has only been tested lightly. # used in the RAID setup. Remember to use the correct partition numbers # for logical partitions. # Parameters are: -# <raidtype> <devcount> <sparecount> <fstype> <mountpoint> \ -# <devices> <sparedevices> +# <raidtype> <devcount> <sparecount> <fstype> <mountpoint> \ +# <devices> <sparedevices> # RAID levels 0, 1 and 5 are supported; devices are separated using "#" #d-i partman-auto-raid/recipe string \ # 1 2 0 ext3 / \ |