From: Jonatan Schlag Date: Sat, 28 Jul 2018 11:59:13 +0000 (+0200) Subject: Add recipe to reset network configuration X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f062403a1e7c8181fdf9481be83752cc5e14d37d;p=people%2Fjschlag%2Fnetwork.git Add recipe to reset network configuration We use --force here to avoid the y/n question. Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index e56d0fb..beb49ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -586,10 +586,12 @@ VIRTUAL_ENVIRONMENT_IMAGES_DOWNLOAD_URL = \ https://people.ipfire.org/~jschlag/nitsi-ipfire/virtual-environment/basic/ NITSI_INCLUDE_RECIPES = \ - test/nitsi/include/make-install + test/nitsi/include/make-install \ + test/nitsi/include/network-reset EXTRA_DIST += \ test/nitsi/include/make-install.in + test/nitsi/include/network-reset CLEANFILES += \ test/nitsi/include/make-install diff --git a/test/nitsi/include/network-reset b/test/nitsi/include/network-reset new file mode 100644 index 0000000..d82e2b1 --- /dev/null +++ b/test/nitsi/include/network-reset @@ -0,0 +1 @@ +all: network reset --force