diff --git a/debian/changelog b/debian/changelog index 39f1f16..198bedb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ calamares-settings-ubuntu (1:21.04.1) hirsute; urgency=medium [ Dan Simmons ] * Welcome to the Hirsute Hippo! * Set sambashare user as a system user. (LP: #1857364) + * Add swapfile as an opion and set it as the initial choice + (LP: 1881191) -- apt-ghetto Sat, 24 Oct 2020 10:47:15 +0200 diff --git a/lubuntu/modules/partition.conf b/lubuntu/modules/partition.conf index 58f7518..38f3219 100644 --- a/lubuntu/modules/partition.conf +++ b/lubuntu/modules/partition.conf @@ -1,5 +1,8 @@ efiSystemPartition: "/boot/efi" enableLuksAutomatedPartitioning: true -userSwapChoices: none +userSwapChoices: + - none + - file +initialSwapChoice: file drawNestedPartitions: true defaultFileSystemType: "ext4"