[initial-setup][rhel7-branch][PATCH] Remove reference to the modules folder (#99946)

Martin Kolman mkolman at redhat.com
Tue Sep 16 11:23:43 UTC 2014


It is a Firstboot leftover and breaks the GUI/non-GUI package split.

Related: rhbz#99946
Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
 setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index b2947ed..5b37963 100644
--- a/setup.py
+++ b/setup.py
@@ -32,8 +32,7 @@ def read(fname):
     return open(os.path.join(os.path.dirname(__file__), fname)).read()
 
 
-data_files = [('/usr/lib/systemd/system', glob('systemd/*.service')),
-              ('/usr/share/initial-setup/modules', glob('modules/*'))]
+data_files = [('/usr/lib/systemd/system', glob('systemd/*.service'))]
 
 # add the firstboot start script for s390 architectures
 if os.uname()[4].startswith('s390'):
-- 
1.9.3



More information about the anaconda-patches mailing list