Add compact mode default.

This commit is contained in:
Teo Mrnjavac 2015-10-06 18:32:12 +02:00
parent 201cba6c77
commit 3ba058d5b7

View File

@ -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