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) |