diff --git a/src/modules/partition/partition.conf b/src/modules/partition/partition.conf index 31aa23d46..3fb7fb971 100644 --- a/src/modules/partition/partition.conf +++ b/src/modules/partition/partition.conf @@ -1,5 +1,10 @@ # 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" -ensureSuspendToDisk: true #make sure an autogenerated swap partition is big enough for hibernation +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 \ No newline at end of file