From 511c72ef7e27db9c9bac650292347f42e354eca7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 28 Oct 2014 09:00:29 +0000 Subject: [PATCH] p2v: kickstart: Add firewalld to the ISO to allow firewall to be enabled. (cherry picked from commit c48114cd24d630ac66bd683c3593c33d43f712a6) --- p2v/p2v.ks.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p2v/p2v.ks.in b/p2v/p2v.ks.in index c21424f..077db04 100644 --- a/p2v/p2v.ks.in +++ b/p2v/p2v.ks.in @@ -49,6 +49,9 @@ __REPOS__ # Note you must have a kernel, else the boot menu won't work: kernel +# Required to run firewall --enabled kickstart command: +firewalld + # Needed by post script to unpack the blobs. /usr/bin/base64 /usr/bin/gzip -- 1.8.3.1