diff --git a/debian/changelog b/debian/changelog index 3c17fbc..84f7804 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 14 Aug 2023 19:50:15 -0400 diff --git a/lubuntu/modules/partition.conf b/lubuntu/modules/partition.conf index 38f3219..2c79348 100644 --- a/lubuntu/modules/partition.conf +++ b/lubuntu/modules/partition.conf @@ -6,3 +6,4 @@ userSwapChoices: initialSwapChoice: file drawNestedPartitions: true defaultFileSystemType: "ext4" +availableFileSystemTypes: ["ext4","btrfs","xfs"]