index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework how image loading works for HD installs.
Chris Lumens
2010-10-15
5
-149
/
+128
*
Remove the unused mountNfsImage and all code that was only called by it.
Chris Lumens
2010-10-15
4
-273
/
+0
*
Rework how image loading works for NFS installs.
Chris Lumens
2010-10-15
3
-69
/
+110
*
Remove the unused iurlinfo, urlInstallData, and fix up URL kickstarts.
Chris Lumens
2010-10-15
5
-40
/
+5
*
Initialize loaderData->method.
Chris Lumens
2010-10-15
1
-1
/
+14
*
Remove the unused mountUrlImage function.
Chris Lumens
2010-10-15
1
-87
/
+0
*
Rework how loading images works for URL installs.
Chris Lumens
2010-10-15
4
-43
/
+49
*
urlinstTransfer and support functions do not operate on iurlinfo anymore.
Chris Lumens
2010-10-15
3
-18
/
+18
*
urlMainSetupPanel no longer takes an iurlinfo.
Chris Lumens
2010-10-15
3
-7
/
+7
*
Deprecate stage2=, keep method= as it's been for a long time now.
Chris Lumens
2010-10-15
2
-26
/
+7
*
migrate_runtime_directory no longer does anything useful.
Chris Lumens
2010-10-15
1
-39
/
+1
*
Remove the method selection block from the beginning of doLoaderMain.
Chris Lumens
2010-10-15
1
-144
/
+40
*
Fix up copying of firmware.
Chris Lumens
2010-10-15
2
-8
/
+6
*
Correct paths of things started by loader/init that have moved.
Chris Lumens
2010-10-15
4
-13
/
+13
*
Step 3 of merging installer images: No longer create install.img.
Chris Lumens
2010-10-15
5
-76
/
+3
*
makeinstimage is no longer used.
Chris Lumens
2010-10-15
2
-31
/
+0
*
instbin is no longer used.
Chris Lumens
2010-10-15
1
-49
/
+0
*
A couple minor changes to mk-images.
Chris Lumens
2010-10-15
7
-21
/
+21
*
Step 2 of merging installer images: Move most everything out of makeinitrd.
Chris Lumens
2010-10-15
2
-235
/
+217
*
Step 1 of merging installer images: Don't copy files into a new root.
Chris Lumens
2010-10-15
2
-283
/
+10
*
No longer do the bin -> usr/bin copy song and dance.
Chris Lumens
2010-10-15
2
-23
/
+2
*
Fix typo in examine_gui.py
Brian C. Lane
2010-10-15
1
-1
/
+1
*
Clean up tabs in examine_gui.py
Brian C. Lane
2010-10-15
1
-36
/
+37
*
l10n: Updates to Polish (pl) translation
raven
2010-10-14
1
-480
/
+491
*
Rework proxy handling so that .treeinfo also uses proxy (#634655)
Brian C. Lane
2010-10-14
1
-61
/
+97
*
Translate task and repo names based on the product.img (#622064).
Chris Lumens
2010-10-14
2
-5
/
+7
*
Use baseurl instead of methodstr to get .treeinfo (#604246)
Radek Vykydal
2010-10-14
1
-1
/
+1
*
Be more resilient to config files missing sections and options (#590591).
Chris Lumens
2010-10-14
1
-3
/
+4
*
Add repos for all addons in all enabled repositories (#580697).
Chris Lumens
2010-10-14
1
-14
/
+55
*
Add a method that fetches and returns the .treeinfo file.
Chris Lumens
2010-10-14
1
-8
/
+17
*
All uses of perl must die.
Chris Lumens
2010-10-14
2
-26
/
+0
*
New version.
Chris Lumens
2010-10-14
3
-465
/
+527
*
And remove welcome_{gui,text}.py from the translations too.
Chris Lumens
2010-10-14
1
-2
/
+0
*
A block quote in the middle of a python file does nothing.
Chris Lumens
2010-10-14
1
-1
/
+1
*
Fix traceback after Delete in nm-c-e (#642370)
Radek Vykydal
2010-10-14
1
-5
/
+8
*
Fix ifcfg logging message.
Radek Vykydal
2010-10-14
1
-1
/
+1
*
Fix porting of ifcfg logging.
Radek Vykydal
2010-10-14
1
-1
/
+0
*
Rescan disks when moving back through upgrade check (#635778)
Brian C. Lane
2010-10-13
2
-0
/
+11
*
anaconda: Disable X server regenerations (#609245)
Adam Jackson
2010-10-13
1
-3
/
+2
*
Attempt to bring the network up before saving a bug report (#635821).
Chris Lumens
2010-10-12
2
-1
/
+31
*
No one likes the welcome step anymore, so remove it.
Chris Lumens
2010-10-12
9
-142
/
+0
*
iscsi, cosmetic: fix grammar in the iscsi dialogs.
Ales Kozumplik
2010-10-12
2
-4
/
+4
*
iscsi: call iscsi.stabilize() at the end of the iscsi configuration.
Ales Kozumplik
2010-10-12
2
-15
/
+19
*
iscsi: consolidate logging in the UI
Ales Kozumplik
2010-10-12
3
-8
/
+5
*
iscsi: allow separate discovery/login credentials in TUI.
Ales Kozumplik
2010-10-12
2
-44
/
+267
*
iscsi: migrate the CRED_ constants and parse_ip() to partIntfHelpers.
Ales Kozumplik
2010-10-12
2
-48
/
+49
*
iscsi gui: use abstract methods in the iSCSIWizard interface.
Ales Kozumplik
2010-10-12
2
-5
/
+47
*
iscsi gui: factor out the drive adding code.
Ales Kozumplik
2010-10-12
2
-81
/
+104
*
iscsi gui: make the iSCSI wizard never return gtk constants.
Ales Kozumplik
2010-10-12
1
-10
/
+13
*
isci: typo in a GUI checkbox
Ales Kozumplik
2010-10-12
1
-1
/
+1
[next]