Add ext4, btrfs, xfs options on erase for Lubuntu.

This commit is contained in:
Dan Simmons 2023-08-14 20:08:07 -04:00
parent 4b5c7564fa
commit 8c2f95c375
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
calamares-settings-ubuntu (1:23.10.1) UNRELEASED; urgency=medium
* Welcome to the Mantic Minotaur!
* Add ext4, btrfs, xfs file system options on erase disk for Lubuntu.
-- Dan Simmons <kc2bez@lubuntu.me> Mon, 14 Aug 2023 19:50:15 -0400

View File

@ -6,3 +6,4 @@ userSwapChoices:
initialSwapChoice: file
drawNestedPartitions: true
defaultFileSystemType: "ext4"
availableFileSystemTypes: ["ext4","btrfs","xfs"]