|
|
|
@ -12,7 +12,8 @@ efiSystemPartition: "/boot/efi"
|
|
|
|
|
# If nothing is specified, the default size of 300MiB will be used.
|
|
|
|
|
# efiSystemPartitionSize: 300M
|
|
|
|
|
|
|
|
|
|
# This optional setting specifies the name of the EFI system partition.
|
|
|
|
|
# This optional setting specifies the name of the EFI system partition (see
|
|
|
|
|
# PARTLABEL; gpt only; requires KPMCore >= 4.2.0).
|
|
|
|
|
# If nothing is specified, the partition name is left unset.
|
|
|
|
|
# efiSystemPartitionName: EFI
|
|
|
|
|
|
|
|
|
@ -48,6 +49,11 @@ userSwapChoices:
|
|
|
|
|
# - reuse # Re-use existing swap, but don't create any (unsupported right now)
|
|
|
|
|
- file # To swap file instead of partition
|
|
|
|
|
|
|
|
|
|
# This optional setting specifies the name of the swap partition (see
|
|
|
|
|
# PARTLABEL; gpt only; requires KPMCore >= 4.2.0).
|
|
|
|
|
# If nothing is specified, the partition name is left unset.
|
|
|
|
|
# swapPartitionName: swap
|
|
|
|
|
|
|
|
|
|
# LEGACY SETTINGS (these will generate a warning)
|
|
|
|
|
# ensureSuspendToDisk: true
|
|
|
|
|
# neverCreateSwap: false
|
|
|
|
|