[partition] Include all possible SwapChoices in example

This commit is contained in:
Adriaan de Groot 2018-12-04 12:11:35 +01:00
parent a66ea106d6
commit a456687924

View File

@ -26,10 +26,10 @@ efiSystemPartition: "/boot/efi"
# 8.8GiB on disk in the end). # 8.8GiB on disk in the end).
userSwapChoices: userSwapChoices:
- none # Create no swap, use no swap - 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
- small # Up to 4GB - small # Up to 4GB
- suspend # At least main memory size - suspend # At least main memory size
# - file # To swap file instead of partition (unsupported right now) - file # To swap file instead of partition (unsupported right now)
# LEGACY SETTINGS (these will generate a warning) # LEGACY SETTINGS (these will generate a warning)
# ensureSuspendToDisk: true # ensureSuspendToDisk: true