ExnixOS-BY-MR/eznixOS12X-calamares/eznixOS12X/calamares/modules/partition.conf

35 lines
700 B
Plaintext
Raw Normal View History

2023-11-19 18:09:38 -01:00
# EznixOS custom settings
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Configuration for the partition options
#
---
efiSystemPartition: "/boot/efi"
efiSystemPartitionSize: 1024M
efiSystemPartitionName: EFI
userSwapChoices:
- none # Create no swap, use no swap
- small # Up to 4GB
- suspend # At least main memory size
- file # To swap file instead of partition
swapPartitionName: SWAP
drawNestedPartitions: false
alwaysShowPartitionLabels: true
allowManualPartitioning: true
initialPartitioningChoice: none
initialSwapChoice: none
defaultFileSystemType: "ext4"
availableFileSystemTypes: ["ext4","btrfs","xfs"]