mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
man,mkosi: use glibc-minimal-langpack for Fedora
This saves ~24MB of space, see https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot.
This commit is contained in:
parent
95d311faea
commit
a345d5c1c9
@ -27,6 +27,7 @@ BuildPackages=
|
||||
gcc
|
||||
gettext
|
||||
git
|
||||
glibc-minimal-langpack
|
||||
gnu-efi
|
||||
gnu-efi-devel
|
||||
gnutls-devel
|
||||
|
@ -1378,7 +1378,7 @@
|
||||
|
||||
<programlisting># dnf -y --releasever=&fedora_latest_version; --installroot=/var/lib/machines/f&fedora_latest_version; \
|
||||
--disablerepo='*' --enablerepo=fedora --enablerepo=updates install \
|
||||
systemd passwd dnf fedora-release vim-minimal
|
||||
systemd passwd dnf fedora-release vim-minimal glibc-minimal-langpack
|
||||
# systemd-nspawn -bD /var/lib/machines/f&fedora_latest_version;</programlisting>
|
||||
|
||||
<para>This installs a minimal Fedora distribution into the
|
||||
|
Loading…
Reference in New Issue
Block a user