Update from diffs

This commit is contained in:
Erich Eickmeyer 2022-08-06 20:09:00 -07:00
parent 82708a6093
commit 3bfd2f6c28
7 changed files with 22 additions and 2 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
calamares-settings-ubuntu (1:22.04.4.2) jammy; urgency=medium
* Fixed LibreOffice localization bug (LP: #1970270)
-- Aaron Rainbolt <arraybolt3@gmail.com> Fri, 05 Aug 2022 17:26:33 -0500
calamares-settings-ubuntu (1:22.04.4.1) jammy; urgency=medium
* Fixed BTRFS installation bug (LP: #1966774).
-- Aaron Rainbolt <arraybolt3@gmail.com> Sun, 24 Jul 2022 14:37:49 -0500
calamares-settings-ubuntu (1:22.04.4) jammy; urgency=medium
* Change calamares to use Ubuntu Studio Light colors

View File

@ -1,6 +1,6 @@
mountOptions:
default: defaults
btrfs: defaults,noatime,space_cache,autodefrag
btrfs: defaults,noatime,autodefrag
ssdExtraMountOptions:
ext4: discard
jfs: discard

View File

@ -14,6 +14,9 @@ extraMounts:
- device: /run/udev
mountPoint: /run/udev
options: bind
- device: /run/systemd/resolve
mountPoint: /run/systemd/resolve
options: bind
extraMountsEfi:
- device: efivarfs

View File

@ -12,3 +12,4 @@ operations:
- language-pack-$LOCALE
- hunspell-$LOCALE
- libreoffice-help-$LOCALE
- libreoffice-l10n-$LOCALE

View File

@ -1,6 +1,6 @@
mountOptions:
default: defaults
btrfs: defaults,noatime,space_cache,autodefrag
btrfs: defaults,noatime,autodefrag
ssdExtraMountOptions:
ext4: discard
jfs: discard

View File

@ -14,6 +14,9 @@ extraMounts:
- device: /run/udev
mountPoint: /run/udev
options: bind
- device: /run/systemd/resolve
mountPoint: /run/systemd/resolve
options: bind
extraMountsEfi:
- device: efivarfs

View File

@ -11,3 +11,4 @@ operations:
- language-pack-$LOCALE
- hunspell-$LOCALE
- libreoffice-help-$LOCALE
- libreoffice-l10n-$LOCALE