mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Add compact mode default.
This commit is contained in:
parent
201cba6c77
commit
3ba058d5b7
1 changed files with 7 additions and 2 deletions
|
@ -2,4 +2,9 @@
|
|||
# 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
|
||||
|
||||
# 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…
Add table
Reference in a new issue