summaryrefslogtreecommitdiffstats
path: root/loader2/loader.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add dhcpdelay to loader so we can modify the default dhcp timeout (#198147, #...Martin Sivak2008-01-101-0/+3
* If downloading the updates image fails, prompt for a new location.Chris Lumens2008-01-081-2/+49
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-13/+13
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-112/+24
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+16
* Update list of crypto mods to load.David Lehman2007-12-131-1/+1
* Remove function that does not do anything useful.Bill Nottingham2007-12-131-21/+0
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-071-5/+4
* Adjust to new udev world. Use actual device names, not /tmp/<whatever>.Bill Nottingham2007-12-071-3/+2
* Copy /etc and /var from /mnt/runtime to the root filesystem.Bill Nottingham2007-12-071-4/+5
* Don't #ifdef the rename for s390 only - just do it if unlink() fails.Bill Nottingham2007-12-071-8/+6
* Remove final traces of /tmp/ramfs usageJeremy Katz2007-12-061-7/+0
* Add support for ext4dev hidden away behind a command line optionJeremy Katz2007-11-291-2/+2
* Add linear.ko to the modules available for rescue mode (#151742).Chris Lumens2007-11-271-1/+1
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-1/+1
* Fix the unused variable warning that breaks the build.Chris Lumens2007-11-151-1/+0
* Remove the ISA flag.Chris Lumens2007-11-151-12/+1
* Fix the obvious typo.Chris Lumens2007-11-151-1/+1
* canProbeDevices always returns 1, so remove it.Chris Lumens2007-11-151-3/+2
* Fix a traceback when building the updates partition dialog (#372011).Chris Lumens2007-11-131-1/+3
* Add the nicdelay command line option (#349521)Martin Sivak2007-11-061-0/+3
* Set re-IPL device before reboot on s390xDavid Cantrell2007-11-051-1/+1
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-22/+35
* - close /.buildstamp when we're done parsing itPeter Jones2007-10-191-0/+3
* Strip whitespace from the end of the architecture as well.Chris Lumens2007-10-121-0/+5
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-1/+1
* Support loading updates from partitioned devices.Chris Lumens2007-09-121-39/+97
* 2007-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-121-0/+2
* display which signal we got correctly, and don't allocate buffers in thePeter Jones2007-09-061-23/+22
* * loader2/loader.c (parseCmdLineFlags): Read hostname= parameterDavid Cantrell2007-09-041-0/+2
* * loader2/loader.c (doLoaderMain): In STEP_IP, set the hostname ifDavid Cantrell2007-09-041-0/+9
* * loader2/loader.c (doLoaderMain): In STEP_IFACE, if we are doingDavid Cantrell2007-09-041-0/+5
* Set ANACONDAVERSION in the right place.Chris Lumens2007-09-041-2/+2
* * loader2/loader.c (doLoaderMain): Allow users to change their NICDavid Cantrell2007-08-231-0/+3
* #244531 - Show the architecture during installmsivak2007-08-231-2/+20
* Display the version number in more places.Chris Lumens2007-08-131-2/+3
* 2007-08-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-091-1/+1
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-62/+73
* Fix call to mknod (patch from HARA Hiroshi <hhara AT miraclelinux DOT com>).Chris Lumens2007-08-031-1/+1
* Allow going back to the network configuration screen if the wrong informationChris Lumens2007-07-111-1/+3
* More build fixes.Chris Lumens2007-06-221-5/+7
* - add a firmware loaderPeter Jones2007-06-221-73/+27
* Move copyDirectory out of both init.c and method.c.Chris Lumens2007-06-191-2/+14
* - ... make that both typos on logmessage.Peter Jones2007-06-181-1/+1
* - Fix notting's "logmessage" typoPeter Jones2007-06-181-1/+1
* * loader2/loader.c: Remove support for nofb and vga16 framebufferBill Nottingham2007-06-181-10/+2
* Use "disc" instead of "CD" in dialogs (#242830).Chris Lumens2007-06-061-1/+1
* piece of shitDavid Cantrell2007-05-291-0/+6
* Get ready for a surprise... no more telnet support! SSH is it. It's 2007, u...David Cantrell2007-05-291-7/+1