Update partition.conf
This commit is contained in:
parent
3c21ecc38d
commit
b8ec436a63
1 changed files with 9 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue