10 lines
414 B
Plaintext
10 lines
414 B
Plaintext
# This setting specifies the mount point of the EFI system partition. Some
|
|
# distributions (Fedora, Debian, Manjaro, etc.) use /boot/efi, others (KaOS,
|
|
# etc.) use just /boot.
|
|
efiSystemPartition: "/boot/efi"
|
|
|
|
# Make sure an autogenerated swap partition is big enough for hibernation
|
|
ensureSuspendToDisk: true
|
|
|
|
# Display the partitioning choice page with a compact drive selector
|
|
compactMode: true |