35 lines
700 B
Plaintext
35 lines
700 B
Plaintext
|
# 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"]
|