mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
104afc7300
Just because centos doesn't support it doesn't mean we can't use it on the other distros.
22 lines
489 B
Plaintext
22 lines
489 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Bootable=auto,yes
|
|
|
|
[Output]
|
|
Format=cpio
|
|
|
|
[Content]
|
|
BaseTrees=../../mkosi.output/base
|
|
MakeInitrd=yes
|
|
|
|
# Arch Linux doesn't split their gcc-libs package so we manually remove unneeded stuff here to make sure it
|
|
# doesn't end up in the initrd.
|
|
RemoveFiles=
|
|
/usr/lib/libgfortran.so*
|
|
/usr/lib/libgo.so*
|
|
/usr/lib/libgomp.so*
|
|
/usr/lib/libgphobos.so*
|
|
/usr/lib/libobjc.so*
|
|
/usr/lib/libstdc++.so*
|