| … | |
… | |
| 29 | # { 'text': _('Pre-install Config'), 'module': __import__("ClientConfig") }, |
29 | # { 'text': _('Pre-install Config'), 'module': __import__("ClientConfig") }, |
| 30 | { 'text': _('Partitioning'), 'module': __import__("Partition") }, |
30 | { 'text': _('Partitioning'), 'module': __import__("Partition") }, |
| 31 | { 'text': _('Local Mounts'), 'module': __import__("LocalMounts") }, |
31 | { 'text': _('Local Mounts'), 'module': __import__("LocalMounts") }, |
| 32 | { 'text': _('Network Mounts'), 'module': __import__("NetworkMounts") }, |
32 | { 'text': _('Network Mounts'), 'module': __import__("NetworkMounts") }, |
| 33 | { 'text': _('Stage'), 'module': __import__("Stage") }, |
33 | { 'text': _('Stage'), 'module': __import__("Stage") }, |
| 34 | # { 'text': _('Portage tree'), 'module': __import__("PortageTree") }, |
34 | { 'text': _('Portage tree'), 'module': __import__("PortageTree") }, |
| 35 | # { 'text': _('make.conf'), 'module': __import__("MakeDotConf") }, |
35 | # { 'text': _('make.conf'), 'module': __import__("MakeDotConf") }, |
| 36 | # { 'text': _('Kernel'), 'module': __import__("Kernel") }, |
36 | # { 'text': _('Kernel'), 'module': __import__("Kernel") }, |
| 37 | # { 'text': _('Bootloader'), 'module': __import__("Bootloader") }, |
37 | # { 'text': _('Bootloader'), 'module': __import__("Bootloader") }, |
| 38 | # { 'text': _('Timezone'), 'module': __import__("Timezone") }, |
38 | # { 'text': _('Timezone'), 'module': __import__("Timezone") }, |
| 39 | # { 'text': _('Networking'), 'module': __import__("Networking") }, |
39 | # { 'text': _('Networking'), 'module': __import__("Networking") }, |