Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17a59eeeb2 |
@@ -1,3 +1,13 @@
|
||||
[ 14.0.2 ]
|
||||
|
||||
* Change btrfs compression to zstd:3
|
||||
https://salsa.debian.org/live-team/calamares-settings-debian-packaging/-/merge_requests/4
|
||||
* Update favorite-apps
|
||||
https://salsa.debian.org/live-team/calamares-settings-debian-packaging/-/merge_requests/7
|
||||
(Debian bug: #1109139)
|
||||
* Increase timeouts for bootloade-config from 600 to 1800 (other tasks are too trivial to increase)
|
||||
(Debian bug: #1120779)
|
||||
|
||||
[ 14.0.1 ]
|
||||
|
||||
* Reintroduce egg theme
|
||||
|
||||
@@ -3,4 +3,4 @@ type: "job"
|
||||
name: "bootloader-config"
|
||||
interface: "process"
|
||||
command: "/usr/share/calamares/helpers/calamares-bootloader-config"
|
||||
timeout: 600
|
||||
timeout: 1800
|
||||
|
||||
@@ -7,5 +7,5 @@ ssdExtraMountOptions:
|
||||
jfs: discard
|
||||
xfs: discard
|
||||
swap: discard
|
||||
btrfs: discard,compress=lzo
|
||||
btrfs: discard,compress=zstd:3
|
||||
crypttabOptions: luks,discard,keyscript=/bin/cat
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Launcher icons
|
||||
[org.gnome.shell]
|
||||
favorite-apps=['calamares-install-debian.desktop', 'firefox-esr.desktop', 'org.gnome.Evolution.desktop', 'rhythmbox.desktop', 'libreoffice-writer.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop', 'yelp.desktop']
|
||||
favorite-apps=['calamares-install-debian.desktop', 'firefox-esr.desktop', 'org.gnome.Evolution.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop', 'org.gnome.TextEditor.desktop', 'org.gnome.Calculator.desktop', 'org.gnome.Yelp.desktop']
|
||||
|
||||
# We don't want the screensaver to enable on the live media while installing
|
||||
[org.gnome.desktop.lockdown]
|
||||
|
||||
Vendored
+9
@@ -1,3 +1,12 @@
|
||||
calamares-settings-debian (14.0.2-1) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
- Update favorite-apps (Closes: #1109139)
|
||||
- Increase bootloader timeout value (Closes: #1120779)
|
||||
- Change default btrfs compression from lzo to zstd:3
|
||||
|
||||
-- Jonathan Carter <jcc@debian.org> Tue, 02 Dec 2025 15:52:52 +0200
|
||||
|
||||
calamares-settings-debian (14.0.1-2) unstable; urgency=medium
|
||||
|
||||
* No change upload
|
||||
|
||||
Reference in New Issue
Block a user