update config

This commit is contained in:
zj
2025-12-11 17:16:00 +08:00
parent b23ca779af
commit 5752dbfa60

View File

@@ -90,7 +90,7 @@ alwaysShowPartitionLabels: true
# #
# The default is "none" # The default is "none"
# #
initialPartitioningChoice: none initialPartitioningChoice: erase
# #
# Similarly, some of the installation choices may offer a choice of swap; # Similarly, some of the installation choices may offer a choice of swap;
# the available choices depend on *userSwapChoices*, above, and this # the available choices depend on *userSwapChoices*, above, and this
@@ -98,7 +98,7 @@ initialPartitioningChoice: none
# #
# The default is "none" (no swap) if that is one of the enabled options, otherwise # The default is "none" (no swap) if that is one of the enabled options, otherwise
# one of the items from the options. # one of the items from the options.
initialSwapChoice: none initialSwapChoice: small
# Default partition table type, used when a "erase" disk is made. # Default partition table type, used when a "erase" disk is made.
# #
@@ -156,7 +156,8 @@ defaultFileSystemType: "ext4"
# #
# If not specified at all, uses *defaultFileSystemType* without a # If not specified at all, uses *defaultFileSystemType* without a
# warning (this matches traditional no-choice-available behavior best). # warning (this matches traditional no-choice-available behavior best).
availableFileSystemTypes: ["ext4","ext3","btrfs","jfs","xfs","f2fs"] # availableFileSystemTypes: ["ext4","ext3","btrfs","jfs","xfs","f2fs"]
availableFileSystemTypes: ["ext4"]
# Show/hide LUKS related functionality in automated partitioning modes. # Show/hide LUKS related functionality in automated partitioning modes.
# Disable this if you choose not to deploy early unlocking support in GRUB2 # Disable this if you choose not to deploy early unlocking support in GRUB2