mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-20 14:11:29 +00:00
Add swapfile option and set as initial choice.
This commit is contained in:
parent
9bb6ff8ef8
commit
20073284a9
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -7,6 +7,8 @@ calamares-settings-ubuntu (1:21.04.1) hirsute; urgency=medium
|
|||||||
[ Dan Simmons ]
|
[ Dan Simmons ]
|
||||||
* Welcome to the Hirsute Hippo!
|
* Welcome to the Hirsute Hippo!
|
||||||
* Set sambashare user as a system user. (LP: #1857364)
|
* 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
|
-- apt-ghetto <apt-ghetto@lubuntu.me> Sat, 24 Oct 2020 10:47:15 +0200
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
efiSystemPartition: "/boot/efi"
|
efiSystemPartition: "/boot/efi"
|
||||||
enableLuksAutomatedPartitioning: true
|
enableLuksAutomatedPartitioning: true
|
||||||
userSwapChoices: none
|
userSwapChoices:
|
||||||
|
- none
|
||||||
|
- file
|
||||||
|
initialSwapChoice: file
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "ext4"
|
defaultFileSystemType: "ext4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user