mirror of
https://github.com/systemd/systemd.git
synced 2025-01-18 10:04:04 +03:00
8440ea8f21
This allows us to build and install after booting without having to build a new image. Together with https://github.com/systemd/mkosi/pull/2601 and after enabling RuntimeBuildSources=yes, after booting, "meson install -C /work/build" can be used to do an incremental build and install. This won't build proper packages, but will be invaluable for having a quick compile, edit, test cycle without having to rebuild the image all the time.
63 lines
1.4 KiB
Plaintext
63 lines
1.4 KiB
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Distribution=|debian
|
|
Distribution=|ubuntu
|
|
|
|
[Config]
|
|
InitrdInclude=initrd/
|
|
|
|
[Content]
|
|
Environment=
|
|
PKG_SUBDIR="debian"
|
|
SYSTEMD_PACKAGES="systemd
|
|
systemd-userdbd
|
|
systemd-oomd
|
|
systemd-sysv
|
|
systemd-tests
|
|
systemd-timesyncd
|
|
systemd-resolved
|
|
systemd-homed
|
|
systemd-coredump
|
|
systemd-journal-remote
|
|
systemd-container
|
|
systemd-boot
|
|
systemd-ukify
|
|
udev"
|
|
|
|
Packages=
|
|
^libasan[0-9]+$
|
|
^libtss2-esys-[0-9.]+-0$
|
|
^libtss2-mu-[0-9.]+-0$
|
|
^libubsan[0-9]+$
|
|
apt
|
|
btrfs-progs
|
|
cryptsetup-bin
|
|
dbus-broker
|
|
dbus-user-session
|
|
dmsetup
|
|
dpkg-dev
|
|
f2fs-tools
|
|
fdisk
|
|
git-core
|
|
iproute2
|
|
isc-dhcp-server
|
|
libcap-ng-utils
|
|
libtss2-rc0
|
|
libtss2-tcti-device0
|
|
man-db
|
|
netcat-openbsd
|
|
openssh-client
|
|
openssh-server
|
|
passwd
|
|
policykit-1
|
|
procps
|
|
quota
|
|
sbsigntool
|
|
tzdata
|
|
xxd
|
|
|
|
InitrdPackages=
|
|
btrfs-progs
|
|
tpm2-tools
|