From cd61c3bfd718fb398cc53ced906266a9297782c9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Dec 2014 18:42:50 +0100 Subject: machined/machinectl: add logic to show list of available images This adds a new bus call to machined that enumerates /var/lib/container and returns all trees stored in it, distuingishing three types: - GPT disk images, which are files suffixed with ".gpt" - directory trees - btrfs subvolumes --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a7a2b6d59f..840b8713d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5034,9 +5034,11 @@ rootlibexec_PROGRAMS += \ systemd-machined libsystemd_machine_core_la_SOURCES = \ - src/machine/machined-dbus.c \ src/machine/machine.c \ src/machine/machine.h \ + src/machine/image.c \ + src/machine/image.h \ + src/machine/machined-dbus.c \ src/machine/machine-dbus.c libsystemd_machine_core_la_LIBADD = \ -- cgit v1.2.3-54-g00ecf