[partition] Mention that reuse-swap isn't supported now

This commit is contained in:
Adriaan de Groot 2019-05-12 16:34:57 +02:00
parent 2ea69d08cc
commit 3b0d778d1e

View File

@ -30,7 +30,7 @@ efiSystemPartition: "/boot/efi"
# 8.8GiB on disk in the end).
userSwapChoices:
- none # Create no swap, use no swap
- reuse # Re-use existing swap, but don't create any
- reuse # Re-use existing swap, but don't create any (unsupported right now)
- small # Up to 4GB
- suspend # At least main memory size
- file # To swap file instead of partition (unsupported right now)