From 6d7e110c0c13ccca8f213ee7589ce8a7a8f3be4d Mon Sep 17 00:00:00 2001 From: Erich Eickmeyer Date: Tue, 15 Nov 2022 18:12:00 -0800 Subject: [PATCH] Allow swap for Ubuntu Studio --- debian/changelog | 6 ++++++ ubuntustudio/modules/partition.conf | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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"