--- rpms/anaconda/sme10/anaconda-centos-add-centos-install-class.patch 2016/05/17 15:29:30 1.1 +++ rpms/anaconda/sme10/anaconda-centos-add-centos-install-class.patch 2020/06/10 03:58:45 1.2 @@ -61,14 +61,14 @@ diff -uNr anaconda-21.48.22.56__orig/pya + efi_dir = "centos" + + help_placeholder = "CentOSPlaceholder.html" -+ help_placeholder_with_links = "CentOSPlaceholder.html" ++ help_placeholder_with_links = "CentOSPlaceholderWithLinks.html" + + def configure(self, anaconda): + BaseInstallClass.configure(self, anaconda) + self.setDefaultPartitioning(anaconda.storage) + + def setNetworkOnbootDefault(self, ksdata): -+ if network.has_some_wired_autoconnect_device(): ++ if any(nd.onboot for nd in ksdata.network.network if nd.device): + return + # choose the device used during installation + # (ie for majority of cases the one having the default route)