update
This commit is contained in:
parent
e4608f1112
commit
4cd318f100
1 changed files with 28 additions and 0 deletions
28
airootfs/etc/calamares/modules/partition.conf
Normal file
28
airootfs/etc/calamares/modules/partition.conf
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# SPDX-FileCopyrightText: no
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
efi:
|
||||||
|
mountPoint: "/boot/efi"
|
||||||
|
recommendedSize: 300MiB
|
||||||
|
minimumSize: 32MiB
|
||||||
|
label: "EFI"
|
||||||
|
|
||||||
|
userSwapChoices:
|
||||||
|
- none
|
||||||
|
- small
|
||||||
|
- suspend
|
||||||
|
- file
|
||||||
|
|
||||||
|
luksGeneration: luks1
|
||||||
|
|
||||||
|
drawNestedPartitions: false
|
||||||
|
alwaysShowPartitionLabels: true
|
||||||
|
initialPartitioningChoice: none
|
||||||
|
initialSwapChoice: none
|
||||||
|
|
||||||
|
lvm:
|
||||||
|
enable: false
|
||||||
|
|
||||||
|
defaultFileSystemType: "ext4"
|
||||||
|
|
||||||
|
essentialMounts: [ "live-*", "control", "ventoy" ]
|
Loading…
Add table
Reference in a new issue