mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
d3e5af0440
In Debian unstable package libqrencode-dev is version 4.0.2-1, and the corresponding runtime library is provided by package libqrencode4. This change fixes the following error when running journalctl: root@image:~# journalctl journalctl: error while loading shared libraries: libqrencode.so.4: cannot open shared object file: No such file or directory This change also fixes the following boot failures in systemd-journal-flush.service and systemd-journal-catalog-update.service: [FAILED] Failed to start Flush Journal to Persistent Storage. [FAILED] Failed to start Rebuild Journal Catalog. See also #4949
67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
|
|
# Simply invoke "mkosi" in the project directory to build an OS image.
|
|
|
|
[Distribution]
|
|
Distribution=debian
|
|
Release=unstable
|
|
|
|
[Output]
|
|
Format=raw_btrfs
|
|
Bootable=yes
|
|
|
|
[Partitions]
|
|
RootSize=2G
|
|
|
|
[Packages]
|
|
BuildPackages=
|
|
acl
|
|
docbook-xml
|
|
docbook-xsl
|
|
gcc
|
|
gettext
|
|
git
|
|
gnu-efi
|
|
gperf
|
|
iptables-dev
|
|
libacl1-dev
|
|
libaudit-dev
|
|
libblkid-dev
|
|
libbz2-dev
|
|
libcap-dev
|
|
libcryptsetup-dev
|
|
libcurl4-gnutls-dev
|
|
libdbus-1-dev
|
|
libdw-dev
|
|
libfdisk-dev
|
|
libgcrypt20-dev
|
|
libgnutls28-dev
|
|
libidn2-0-dev
|
|
libkmod-dev
|
|
liblzma-dev
|
|
liblz4-dev
|
|
liblz4-tool
|
|
libmicrohttpd-dev
|
|
libmount-dev
|
|
libpam0g-dev
|
|
libqrencode-dev
|
|
libseccomp-dev
|
|
libsmartcols-dev
|
|
libtool
|
|
libxkbcommon-dev
|
|
m4
|
|
meson
|
|
pkg-config
|
|
python3
|
|
python3-lxml
|
|
tree
|
|
uuid-dev
|
|
xsltproc
|
|
xz-utils
|
|
|
|
Packages=
|
|
libqrencode4
|
|
locales
|
|
libidn2-0
|