mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-26 09:11:39 +00:00
Allow swap for Ubuntu Studio
This commit is contained in:
parent
5d212e327b
commit
6d7e110c0c
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
calamares-settings-ubuntu (1:23.04.2) lunar; urgency=medium
|
||||||
|
|
||||||
|
* Allow swap for Ubuntu Studio (LP: #1996646)
|
||||||
|
|
||||||
|
-- Erich Eickmeyer <eeickmeyer@ubuntu.com> Tue, 15 Nov 2022 17:37:14 -0800
|
||||||
|
|
||||||
calamares-settings-ubuntu (1:23.04.1) lunar; urgency=medium
|
calamares-settings-ubuntu (1:23.04.1) lunar; urgency=medium
|
||||||
|
|
||||||
* Welcome to the Lunar Lobster!
|
* Welcome to the Lunar Lobster!
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
efiSystemPartition: "/boot/efi"
|
efiSystemPartition: "/boot/efi"
|
||||||
enableLuksAutomatedPartitioning: true
|
enableLuksAutomatedPartitioning: true
|
||||||
userSwapChoices: none
|
userSwapChoices:
|
||||||
|
- none
|
||||||
|
- small
|
||||||
|
initialSwapChoice: small
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "ext4"
|
defaultFileSystemType: "ext4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user