diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-03 14:50:58 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-03 15:02:53 +0100 |
commit | a345d5c1c9b223adb513e7cd7663bdb7277a3f38 (patch) | |
tree | 2f9a1ad1f4f47afcf3b2df0430c6c6534e669fad /man/systemd-nspawn.xml | |
parent | man: bump fedora versions (diff) | |
download | systemd-a345d5c1c9b223adb513e7cd7663bdb7277a3f38.tar.xz systemd-a345d5c1c9b223adb513e7cd7663bdb7277a3f38.zip |
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.
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index a7c4b138b7..b269b99170 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -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 |