blob: a46d33a21a9a46cb110f9b11003ca7e41337520b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
# List of source files which contain translatable strings.
# Copyright (C) 2009 Red Hat, Inc.
# Main anaconda source files
anaconda
backend.py
bootloader.py
cmdline.py
compssort.py
constants.py
firewall.py
gui.py
image.py
installclass.py
installinterfacebase.py
iutil.py
kickstart.py
livecd.py
network.py
packages.py
partIntfHelpers.py
platform.py
rescue.py
text.py
upgrade.py
vnc.py
yuminstall.py
# Install class definitions
installclasses/corecd.py
installclasses/fluxbox.py
installclasses/gnome.py
installclasses/kde.py
# Graphical user interface source files
iw/DeviceSelector.py
iw/GroupSelector.py
iw/account_gui.py
iw/advanced_storage.py
iw/autopart_type.py
iw/blpasswidget.py
iw/bootloader_main_gui.py
iw/checklist.py
iw/cleardisks_gui.py
iw/congrats_gui.py
iw/datacombo.py
iw/examine_gui.py
iw/filter_gui.py
iw/filter_type.py
iw/iw_gui.py
iw/language_gui.py
iw/lvm_dialog_gui.py
iw/netconfig_dialog.py
iw/network_gui.py
iw/osbootwidget.py
iw/package_gui.py
iw/partition_dialog_gui.py
iw/partition_gui.py
iw/partition_ui_helpers_gui.py
iw/pixmapRadioButtonGroup_gui.py
iw/raid_dialog_gui.py
iw/task_gui.py
iw/timezone_gui.py
iw/upgrade_bootloader_gui.py
iw/upgrade_migratefs_gui.py
iw/upgrade_swap_gui.py
iw/welcome_gui.py
iw/zipl_gui.py
# Loader source files
loader/cdinstall.c
loader/copy.c
loader/dirbrowser.c
loader/driverdisk.c
loader/driverselect.c
loader/hdinstall.c
loader/kbd.c
loader/kickstart.c
loader/lang.c
loader/loader.c
loader/mediacheck.c
loader/method.c
loader/modules.c
loader/net.c
loader/nfsinstall.c
loader/telnetd.c
loader/urlinstall.c
loader/urls.c
loader/windows.c
# Storage module source files
storage/__init__.py
storage/dasd.py
storage/deviceaction.py
storage/devicelibs/crypto.py
storage/devicelibs/dm.py
storage/devicelibs/lvm.py
storage/devicelibs/mdraid.py
storage/devicelibs/swap.py
storage/devices.py
storage/devicetree.py
storage/fcoe.py
storage/formats/__init__.py
storage/formats/disklabel.py
storage/formats/dmraid.py
storage/formats/fs.py
storage/formats/luks.py
storage/formats/lvmpv.py
storage/formats/mdraid.py
storage/formats/multipath.py
storage/formats/swap.py
storage/iscsi.py
storage/partitioning.py
storage/zfcp.py
# Text mode user interface source files
textw/complete_text.py
textw/constants_text.py
textw/keyboard_text.py
textw/language_text.py
textw/netconfig_text.py
textw/partition_text.py
textw/progress_text.py
textw/timezone_text.py
textw/upgrade_bootloader_text.py
textw/upgrade_text.py
textw/userauth_text.py
textw/welcome_text.py
textw/zipl_text.py
# liveinst source files
liveinst/liveinst.desktop.in.h
liveinst/console.apps/liveinst.h
# Glade definition files
ui/GroupSelector.glade.h
ui/account.glade.h
ui/adddrive.glade.h
ui/addrepo.glade.h
ui/anaconda.glade.h
ui/autopart.glade.h
ui/blwhere.glade.h
ui/cleardisks.glade.h
ui/create-storage.glade.h
ui/detailed-dialog.glade.h
ui/fcoe-config.glade.h
ui/filter.glade.h
ui/iscsi-config.glade.h
ui/lukspassphrase.glade.h
ui/netconfig.glade.h
ui/network.glade.h
ui/tasksel.glade.h
ui/zfcp-config.glade.h
# lang-table
lang-table.h
# Gentoo stuff
gentoo/const.py
gentoo/__init__.py
gentoo/livecd.py
gentoo/utils.py
|