From b6e676ce41508e2aeea22202fc8f234126177f52 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 5 Mar 2015 00:56:08 +0100 Subject: importd: add new bus calls for importing local tar and raw images This also adds "machinectl import-raw" and "machinectl import-tar" to wrap these new bus calls. THe commands basically do for local files that "machinectl pull-raw" and friends do for remote files. --- src/import/pull.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/import/pull.c') diff --git a/src/import/pull.c b/src/import/pull.c index b3c48b320b..03a17a5fe5 100644 --- a/src/import/pull.c +++ b/src/import/pull.c @@ -433,6 +433,8 @@ int main(int argc, char *argv[]) { if (r <= 0) goto finish; + ignore_signals(SIGPIPE, -1); + r = pull_main(argc, argv); finish: -- cgit v1.2.3-54-g00ecf