Add compact mode default.
This commit is contained in:
parent
201cba6c77
commit
3ba058d5b7
@ -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
|
Loading…
Reference in New Issue
Block a user