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

Martin Kolman mkolman at redhat.com
Tue Sep 16 11:29:03 UTC 2014


On Tue, 2014-09-16 at 13:27 +0200, Vratislav Podzimek wrote:
> On Tue, 2014-09-16 at 13:23 +0200, Martin Kolman wrote:
> > 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'):
> Please remove the modules/ directory and the modules/README.txt file
> from git as well. ACK with this change.
> 
Sure, will do & thanks! :)



More information about the anaconda-patches mailing list