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
path:
root
/
loader
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
1
-23
/
+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
*
Correct paths of things started by loader/init that have moved.
Chris Lumens
2010-10-15
4
-13
/
+13
*
Do a better job of explaining how much memory is required to install (#639056).
Chris Lumens
2010-10-07
1
-4
/
+6
*
Get rid of mountLoopback and umountLoopback.
Chris Lumens
2010-10-07
5
-104
/
+21
*
Dynamically initialize MALLOC_PERTURB_ when loader starts.
Peter Jones
2010-09-24
1
-0
/
+63
*
Fix setting of $HOME
Peter Jones
2010-09-24
2
-3
/
+1
*
Clarify loopback mount log message (#633444).
Chris Lumens
2010-09-22
1
-4
/
+3
*
Add noeject support to loader (#477887)
Brian C. Lane
2010-09-10
3
-0
/
+10
*
Convert .buildstamp into a .ini-style file.
Chris Lumens
2010-09-10
1
-29
/
+29
*
Remove productPath.
Chris Lumens
2010-09-09
2
-13
/
+0
*
i18n: do not build translatable sentences from parts (#622545).
Ales Kozumplik
2010-08-30
1
-6
/
+5
*
readvars should split variables into at most 2 pieces
Brian C. Lane
2010-08-27
1
-1
/
+1
*
Adding output to method selection process
Brian C. Lane
2010-08-27
1
-6
/
+29
*
loader: parseCmdLineIp* takes just the value as an argument now.
Ales Kozumplik
2010-08-18
1
-13
/
+5
*
Remove the nousbstorage command line option (#624556).
Chris Lumens
2010-08-17
1
-2
/
+0
*
Remove telnet support.
David Lehman
2010-08-17
8
-605
/
+4
*
Only set noverifyssl on URL installs (#621469).
Chris Lumens
2010-08-13
1
-2
/
+4
*
fix 899f401611da021b3ec3882577ad860eae47f265
Ales Kozumplik
2010-08-13
1
-0
/
+1
*
Do not use autoconfiguration for DHCPv6 (#623216)
Radek Vykydal
2010-08-13
1
-0
/
+1
*
I don't need to pass "nomodeset" to stage2 after all.
Chris Lumens
2010-08-12
1
-1
/
+0
*
Make sure "nomodeset" and "xdriver=" get passed on to stage2 (#623129).
Chris Lumens
2010-08-12
1
-2
/
+10
*
Proper detection of successful module update (#618862)
Martin Sivak
2010-08-12
3
-11
/
+110
*
logging: fix logic in getSyslog().
Ales Kozumplik
2010-08-09
1
-46
/
+28
*
ibft: always configure network devices if there's ibft available (#617860).
Ales Kozumplik
2010-08-06
1
-1
/
+3
*
Remember user's choice when going back in Configure TCP/IP (#609570)
Radek Vykydal
2010-08-05
2
-5
/
+21
*
shutdown: Use lstat to test for /lib64
Hans de Goede
2010-08-02
1
-1
/
+1
*
shutdown: don't unmount /sys and /proc
Hans de Goede
2010-08-02
1
-0
/
+1
*
Use readvars_parse_file in loader/init.c
David Cantrell
2010-07-26
1
-106
/
+64
*
Use readvars_parse_*() in loader/loader.c
David Cantrell
2010-07-26
1
-189
/
+202
*
Use readvars_parse_file() in loader/modules.c
David Cantrell
2010-07-26
1
-42
/
+23
*
Add readvars.c for parsing command line args and shell vars.
David Cantrell
2010-07-26
3
-2
/
+157
*
Check return value of chdir()
David Cantrell
2010-07-26
2
-8
/
+14
*
Remove handling for the "vesa" boot argument.
David Cantrell
2010-07-26
1
-11
/
+1
*
Remove USE_MINILIBC cruft from loader/init.c
David Cantrell
2010-07-26
1
-9
/
+0
*
Whitespace cleanup in loader/Makefile.am
David Cantrell
2010-07-26
1
-1
/
+1
*
logging: autodetect the virtio-serial port.
Ales Kozumplik
2010-07-26
1
-24
/
+47
*
Make the shell in tty2 and ssh all go to /root like on a real system.
Peter Jones
2010-07-22
2
-0
/
+4
*
Only write changed DASD attributes to rd_DASD params (#606783)
David Cantrell
2010-07-21
1
-0
/
+4
*
Propagate MACADDR from loaderData to iface (#595388)
David Cantrell
2010-07-21
1
-0
/
+4
[next]