mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-05-24 08:51:30 +00:00
Update from diffs
This commit is contained in:
parent
82708a6093
commit
3bfd2f6c28
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -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
|
calamares-settings-ubuntu (1:22.04.4) jammy; urgency=medium
|
||||||
|
|
||||||
* Change calamares to use Ubuntu Studio Light colors
|
* Change calamares to use Ubuntu Studio Light colors
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
mountOptions:
|
mountOptions:
|
||||||
default: defaults
|
default: defaults
|
||||||
btrfs: defaults,noatime,space_cache,autodefrag
|
btrfs: defaults,noatime,autodefrag
|
||||||
ssdExtraMountOptions:
|
ssdExtraMountOptions:
|
||||||
ext4: discard
|
ext4: discard
|
||||||
jfs: discard
|
jfs: discard
|
||||||
|
@ -14,6 +14,9 @@ extraMounts:
|
|||||||
- device: /run/udev
|
- device: /run/udev
|
||||||
mountPoint: /run/udev
|
mountPoint: /run/udev
|
||||||
options: bind
|
options: bind
|
||||||
|
- device: /run/systemd/resolve
|
||||||
|
mountPoint: /run/systemd/resolve
|
||||||
|
options: bind
|
||||||
|
|
||||||
extraMountsEfi:
|
extraMountsEfi:
|
||||||
- device: efivarfs
|
- device: efivarfs
|
||||||
|
@ -12,3 +12,4 @@ operations:
|
|||||||
- language-pack-$LOCALE
|
- language-pack-$LOCALE
|
||||||
- hunspell-$LOCALE
|
- hunspell-$LOCALE
|
||||||
- libreoffice-help-$LOCALE
|
- libreoffice-help-$LOCALE
|
||||||
|
- libreoffice-l10n-$LOCALE
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
mountOptions:
|
mountOptions:
|
||||||
default: defaults
|
default: defaults
|
||||||
btrfs: defaults,noatime,space_cache,autodefrag
|
btrfs: defaults,noatime,autodefrag
|
||||||
ssdExtraMountOptions:
|
ssdExtraMountOptions:
|
||||||
ext4: discard
|
ext4: discard
|
||||||
jfs: discard
|
jfs: discard
|
||||||
|
@ -14,6 +14,9 @@ extraMounts:
|
|||||||
- device: /run/udev
|
- device: /run/udev
|
||||||
mountPoint: /run/udev
|
mountPoint: /run/udev
|
||||||
options: bind
|
options: bind
|
||||||
|
- device: /run/systemd/resolve
|
||||||
|
mountPoint: /run/systemd/resolve
|
||||||
|
options: bind
|
||||||
|
|
||||||
extraMountsEfi:
|
extraMountsEfi:
|
||||||
- device: efivarfs
|
- device: efivarfs
|
||||||
|
@ -11,3 +11,4 @@ operations:
|
|||||||
- language-pack-$LOCALE
|
- language-pack-$LOCALE
|
||||||
- hunspell-$LOCALE
|
- hunspell-$LOCALE
|
||||||
- libreoffice-help-$LOCALE
|
- libreoffice-help-$LOCALE
|
||||||
|
- libreoffice-l10n-$LOCALE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user