Browse Source

anaconda correction in patches

Signed-off-by: basebuilder_pel7x64builder0 <basebuilder@powerel.org>
master
basebuilder_pel7x64builder0 6 years ago
parent
commit
9f5ffdad01
  1. 4
      SOURCES/anaconda-powerel-installpath.py
  2. 1
      SPECS/anaconda.spec

4
SOURCES/anaconda-powerel-installpath.py

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#
# rhel.py
# powerel.py
#
# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
#
@ -75,7 +75,7 @@ class PELBaseInstallClass(BaseInstallClass): @@ -75,7 +75,7 @@ class PELBaseInstallClass(BaseInstallClass):
def __init__(self):
BaseInstallClass.__init__(self)

class PELAtomicInstallClass(RHELBaseInstallClass):
class PELAtomicInstallClass(PELBaseInstallClass):
name = "PowerEL Atomic Host"
sortPriority=21000
hidden = not productName.startswith(("PowerEL Atomic Host", "PEL Atomic"))

1
SPECS/anaconda.spec

@ -242,6 +242,7 @@ runtime on NFS/HTTP/FTP servers or local disks. @@ -242,6 +242,7 @@ runtime on NFS/HTTP/FTP servers or local disks.
# PowerEL changes
%{__rm} pyanaconda/installclasses/rhel.py
%{__rm} pyanaconda/installclasses/fedora.py
%{__rm} pyanaconda/installclasses/rhv.py
%{__cp} %{SOURCE100} pyanaconda/installclasses/powerel.py
%{__rm} data/help/en-US/RHEL7Placeholder.html
%{__cp} %{SOURCE101} data/help/en-US/

Loading…
Cancel
Save