36 lines
		
	
	
		
			1010 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1010 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# SPDX-FileCopyrightText: no
 | 
						|
# SPDX-License-Identifier: CC0-1.0
 | 
						|
#
 | 
						|
---
 | 
						|
efi:
 | 
						|
  mountPoint: "/boot"
 | 
						|
  recommendedSize: 1024MiB
 | 
						|
  label: "EFI"
 | 
						|
userSwapChoices:
 | 
						|
  - suspend
 | 
						|
luksGeneration: luks2
 | 
						|
drawNestedPartitions: false
 | 
						|
alwaysShowPartitionLabels: true
 | 
						|
allowManualPartitioning: false
 | 
						|
# Initial selection on the Choice page
 | 
						|
#
 | 
						|
# There are four radio buttons (in principle: erase, replace, alongside, manual),
 | 
						|
# and you can pick which of them, if any, is initially selected. For most
 | 
						|
# installers, "none" is the right choice: it makes the user pick something specific,
 | 
						|
# rather than accidentally being able to click past an important choice (in particular,
 | 
						|
# "erase" is a dangerous choice).
 | 
						|
#
 | 
						|
# The default is "none"
 | 
						|
#
 | 
						|
initialPartitioningChoice: none
 | 
						|
initialSwapChoice: suspend
 | 
						|
requiredPartitionTableType: gpt
 | 
						|
partitionLayout:
 | 
						|
    - filesystem: "ext4"
 | 
						|
      noEncrypt: false
 | 
						|
      mountPoint: "/"
 | 
						|
      size: 100%
 | 
						|
enableLuksAutomatedPartitioning: true
 | 
						|
# FIXME(m): This does not seem to work
 | 
						|
preCheckEncryption: true
 |