Add swapfile option and set as initial choice.

This commit is contained in:
Dan Simmons 2021-01-03 12:09:59 -05:00
parent 9bb6ff8ef8
commit 20073284a9
2 changed files with 6 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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 <apt-ghetto@lubuntu.me> Sat, 24 Oct 2020 10:47:15 +0200

View File

@ -1,5 +1,8 @@
efiSystemPartition: "/boot/efi"
enableLuksAutomatedPartitioning: true
userSwapChoices: none
userSwapChoices:
- none
- file
initialSwapChoice: file
drawNestedPartitions: true
defaultFileSystemType: "ext4"