/[smeserver]/rpms/anaconda/sme10/anaconda-centos-add-centos-install-class.patch
ViewVC logotype

Diff of /rpms/anaconda/sme10/anaconda-centos-add-centos-install-class.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by unnilennium, Tue May 17 15:29:30 2016 UTC Revision 1.2 by jpp, Wed Jun 10 03:58:45 2020 UTC
# Line 61  diff -uNr anaconda-21.48.22.56__orig/pya Line 61  diff -uNr anaconda-21.48.22.56__orig/pya
61  +    efi_dir = "centos"  +    efi_dir = "centos"
62  +  +
63  +    help_placeholder = "CentOSPlaceholder.html"  +    help_placeholder = "CentOSPlaceholder.html"
64  +    help_placeholder_with_links = "CentOSPlaceholder.html"  +    help_placeholder_with_links = "CentOSPlaceholderWithLinks.html"
65  +  +
66  +    def configure(self, anaconda):  +    def configure(self, anaconda):
67  +        BaseInstallClass.configure(self, anaconda)  +        BaseInstallClass.configure(self, anaconda)
68  +        self.setDefaultPartitioning(anaconda.storage)  +        self.setDefaultPartitioning(anaconda.storage)
69  +  +
70  +    def setNetworkOnbootDefault(self, ksdata):  +    def setNetworkOnbootDefault(self, ksdata):
71  +        if network.has_some_wired_autoconnect_device():  +        if any(nd.onboot for nd in ksdata.network.network if nd.device):
72  +            return  +            return
73  +        # choose the device used during installation  +        # choose the device used during installation
74  +        # (ie for majority of cases the one having the default route)  +        # (ie for majority of cases the one having the default route)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed