From 3ba058d5b79c3f193a4e38c6688cd672ff6a755a Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Tue, 6 Oct 2015 18:32:12 +0200 Subject: [PATCH] Add compact mode default. --- src/modules/partition/partition.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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