Update partition.conf

This commit is contained in:
Sohrab Behdani 2024-01-15 22:40:14 +03:30 committed by GitHub
parent 3c21ecc38d
commit b8ec436a63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
efiSystemPartition: "/boot/efi"
efiSystemPartitionSize: 100M
efiSystemPartitionSize: 512M
efiSystemPartitionName: EFI
userSwapChoices:
- none # Create no swap, use no swap
@ -10,6 +10,10 @@ userSwapChoices:
- suspend # At least main memory size
- file # To swap file instead of partition
swapPartitionName: swap
luksGeneration: luks1
drawNestedPartitions: false
alwaysShowPartitionLabels: true
@ -20,4 +24,5 @@ initialSwapChoice: none
defaultFileSystemType: "ext4"
availableFileSystemTypes: ["ext4","btrfs","f2fs","jfs","reiser","xfs"]