diff --git a/debian/changelog b/debian/changelog index 2dff386..2156ede 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:23.04.2) lunar; urgency=medium + + * Allow swap for Ubuntu Studio (LP: #1996646) + + -- Erich Eickmeyer Tue, 15 Nov 2022 17:37:14 -0800 + calamares-settings-ubuntu (1:23.04.1) lunar; urgency=medium * Welcome to the Lunar Lobster! diff --git a/ubuntustudio/modules/partition.conf b/ubuntustudio/modules/partition.conf index 58f7518..14fc1ca 100644 --- a/ubuntustudio/modules/partition.conf +++ b/ubuntustudio/modules/partition.conf @@ -1,5 +1,8 @@ efiSystemPartition: "/boot/efi" enableLuksAutomatedPartitioning: true -userSwapChoices: none +userSwapChoices: + - none + - small +initialSwapChoice: small drawNestedPartitions: true defaultFileSystemType: "ext4"