35 lines
850 B
Plaintext
35 lines
850 B
Plaintext
# ============================================================
|
|
# FWS Linux — modules/partition.conf
|
|
# ============================================================
|
|
|
|
# Backend de partitionnement
|
|
backend: kpmcore
|
|
|
|
# Autoriser le partitionnement manuel
|
|
allowManualPartitioning: true
|
|
|
|
# Schéma de partition par défaut (pour install automatique)
|
|
# Options: mbr, gpt
|
|
defaultPartitionTableType: gpt
|
|
|
|
# Swap
|
|
# Options: none, small, suspend, file
|
|
defaultSwapType: small
|
|
|
|
# Taille minimale des partitions en MiB
|
|
defaultFileSystemType: "ext4"
|
|
|
|
# Partitions EFI (pour UEFI)
|
|
efiSystemPartition: "/boot/efi"
|
|
efiSystemPartitionSize: 300
|
|
|
|
# Point de montage racine
|
|
requiredStorage: 20.0
|
|
|
|
# Systèmes de fichiers proposés à l'utilisateur
|
|
availableFileSystemTypes: ["ext4", "btrfs", "xfs", "f2fs"]
|
|
|
|
# Chiffrement
|
|
# Activer le chiffrement LUKS
|
|
allowZfs: true
|