Correct the comment description of the "Replace" partition behavior
The described behavior of the "Replace" option was incorrect, it does not keep the same filesystem type that the partition already had, rather it uses the `defaultFileSystemType` value. See: https://github.com/calamares/calamares/issues/1970
This commit is contained in:
parent
1fb9af4823
commit
d4accae21b
@ -170,8 +170,8 @@ initialSwapChoice: none
|
||||
|
||||
# Default filesystem type, used when a "new" partition is made.
|
||||
#
|
||||
# When replacing a partition, the existing filesystem inside the
|
||||
# partition is retained. In other cases, e.g. Erase and Alongside,
|
||||
# When replacing a partition, the new filesystem type will be from the
|
||||
# defaultFileSystemType value. In other cases, e.g. Erase and Alongside,
|
||||
# as well as when using manual partitioning and creating a new
|
||||
# partition, this filesystem type is pre-selected. Note that
|
||||
# editing a partition in manual-creation mode will not automatically
|
||||
|
Loading…
Reference in New Issue
Block a user