summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* Bring up loopback as well (#191424).Chris Lumens2007-01-181-0/+1
* * loader2/method.c (unpackCpioBall): new function to unpack adlehman2007-01-171-0/+35
* - clear memory before using itPeter Jones2007-01-171-1/+1
* Fix test for NULL (#222767, Zhang Yanmin <yanmin.zhang AT intel.com>).Chris Lumens2007-01-161-1/+1
* * ui/netpostconfig.glade: Note DHCP for IPv6 as 'DHCPv6'. RemoveDavid Cantrell2007-01-112-2/+3
* 2007-01-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-091-0/+104
* Don't try to free ksFile on ks=file: paths (#221904).Chris Lumens2007-01-091-0/+1
* Don't care about the return value of asprintf.Chris Lumens2007-01-092-3/+6
* - Don't write over the last message from grub or syslinuxPeter Jones2007-01-081-1/+1
* If dhcpclass is empty, build one from uname() likeDavid Cantrell2007-01-051-3/+12
* * loader2/urls.c (urlMainSetupPanel): If the user specified http://David Cantrell2007-01-051-2/+8
* * loader2/modules.c (getModuleLocation): Log module path at debugDavid Cantrell2007-01-051-2/+3
* 2007-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-041-0/+6
* * isys/isys.c (doDhcpNetDevice): Honor dhcpclass param (#220057).David Cantrell2006-12-181-2/+18
* * loader2/module-info: Added stex driver since that was added in theDavid Cantrell2006-12-181-0/+8
* 2006-12-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-131-1/+1
* This new UI change is meant to match (as much as possible) what users seeDavid Cantrell2006-12-121-1/+13
* If there's an error getting the kickstart file, display an error message thatChris Lumens2006-11-213-41/+94
* Get ready for a surprise.David Cantrell2006-11-074-171/+257
* Added IPv6 DNS lookup support to libisys.David Cantrell2006-11-024-18/+24
* Don't need that variable anymore.Chris Lumens2006-11-011-7/+5
* Use splitHostname so we don't attempt to gethostbyname on a string containing aChris Lumens2006-10-312-13/+25
* Include newt.h.Chris Lumens2006-10-311-0/+1
* If we're not passed a port, use the default.Chris Lumens2006-10-311-17/+3
* Make sure loader builds.Chris Lumens2006-10-312-2/+1
* Add a function to split hostname/port number pairs up that takes IPv6 numericChris Lumens2006-10-311-0/+54
* Fix up how we assemble URLs a little bit.Chris Lumens2006-10-312-9/+11
* Make sure the network always comes up if there's a network command in theChris Lumens2006-10-231-0/+10
* * loader2/loader.c (readNetInfo): Continue if vname or vparm are NULLDavid Cantrell2006-10-201-0/+5
* Tabs to spaces. I have to keep alignment consistent.David Cantrell2006-10-201-11/+11
* * anaconda (parseOptions): Add the --noipv4 and --noipv6 opts (#208334).David Cantrell2006-10-182-0/+13
* * loader2/loader.c (readNetInfo): Rewrote the /tmp/netinfo parser so weDavid Cantrell2006-10-172-69/+82
* 2006-10-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-161-1/+1
* Fix bad info message.Chris Lumens2006-10-161-1/+1
* - add rpadlpar_io (IBM storage on pSeries) to the module listPeter Jones2006-10-041-0/+4
* * loader2/nfsinstall.c (getFileFromNfs): Do not bring down networkDavid Cantrell2006-10-022-14/+0
* Fix a misleading message.Chris Lumens2006-10-021-1/+1
* 2006-10-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-021-2/+2
* Pass the updates image location to anaconda.Chris Lumens2006-09-281-6/+11
* Teach the loader about more HTTP redirect response codes.Chris Lumens2006-09-281-2/+3
* 2006-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-271-0/+8
* firewire devices never have ->deviceBill Nottingham2006-09-221-1/+1
* 2006-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-202-7/+8
* * loader2/net.c (manualNetConfig): Translation fix (#207069)David Cantrell2006-09-201-1/+1
* * loader2/net.c (manualNetConfig): Add description at the top of theDavid Cantrell2006-09-191-3/+13
* Remove check for repodata/repomd.xml that doesn't understand the new RHEL treeChris Lumens2006-09-181-11/+1
* Remove hostap from initrd (#196334).Chris Lumens2006-09-181-12/+0
* - add ehea driverPeter Jones2006-09-151-0/+4
* - use int not size_t for %n output in sscanfPeter Jones2006-09-141-7/+6
* - don't put usb-storage in modprobe.conf as a scsi_hostadapter twicePeter Jones2006-09-141-21/+92