From 20073284a94faa35aa6bbf0c4f9d0a70fa685e14 Mon Sep 17 00:00:00 2001 From: Dan Simmons Date: Sun, 3 Jan 2021 12:09:59 -0500 Subject: [PATCH] Add swapfile option and set as initial choice. --- debian/changelog | 2 ++ lubuntu/modules/partition.conf | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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"