[partition] Comment-out unsupported swap options

- I notice they get copied into distro configurations a lot,
   leading to warnings in the logs
This commit is contained in:
Adriaan de Groot 2020-04-16 23:37:58 +02:00
parent 72857b75d0
commit 6d07527123

View File

@ -34,10 +34,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 (unsupported right now)
- 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) # - reuse # Re-use existing swap, but don't create any (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