Blame SOURCES/0069-p2v-kickstart-Add-firewalld-to-the-ISO-to-allow-fire.patch

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