summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* Write out NETMASK and BROADCAST correctly in loader.David Cantrell2008-09-181-2/+2
* Fix problems with manual network configuration in loader.David Cantrell2008-09-181-9/+12
* Do not try to start hald or dbus-daemon from anaconda.David Cantrell2008-09-151-1/+1
* md, lock_nolock, and dm_emc kernel modules no longer exist.Chris Lumens2008-09-151-1/+1
* Make iscsi/ibft workHans de Goede2008-09-151-1/+1
* Always start NM so we can talk to it in the boot.iso case (#461071).Chris Lumens2008-09-112-12/+23
* And clean up the tr/ directory while we're at it.Chris Lumens2008-09-111-2/+2
* We don't build things statically anymore.Chris Lumens2008-09-111-4/+3
* Make the progress bar move when downloading the install.img (#461182).Chris Lumens2008-09-081-1/+1
* Make NM work for the DHCP case, at least (dcbw) (#461071).Chris Lumens2008-09-051-7/+12
* Sleep a little after dbus to give it time before HAL connects.Chris Lumens2008-09-051-0/+2
* iface_start_NetworkManager() cleanupsDavid Cantrell2008-09-051-2/+2
* Add a couple more directories to search paths.Chris Lumens2008-09-031-0/+2
* Don't pass NULL to dbus_message_unref()David Cantrell2008-08-281-1/+0
* Pass family to iface_ip2str() callDavid Cantrell2008-08-282-2/+2
* Remove code not used in net.cDavid Cantrell2008-08-261-246/+8
* Write to /etc/sysconfig/network-scripts/ifcfg-INTERFACEDavid Cantrell2008-08-262-19/+85
* mystrstr() -> strstr()David Cantrell2008-08-261-1/+1
* Support accessing preexisting LUKS devs using LRW or XTS ciphers. (#455063)David Lehman2008-08-261-1/+1
* For /dev/hvc0 terminals, set TERM to vt320 (#219556).David Cantrell2008-08-261-9/+14
* Add another mount function that takes a list of fstypes to try.Chris Lumens2008-08-264-48/+30
* Download progress indicator for FTP and HTTP in stage 1.David Cantrell2008-08-2511-24/+163
* Make sure we wait for NetworkManager.David Cantrell2008-08-251-39/+46
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-2571-0/+16996
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-07147-28819/+0
* utf-8 by defaultMatt Wilson2002-12-121-1/+1
* this spec file can screw up using rpmbuild on the tarball....Jeremy Katz2002-12-031-35/+0
* use new fileIsIso() return values - 1 means its an ISO, 0 otherwiseMike Fulbright2002-12-031-2/+2
* remove redundant bitsJeremy Katz2002-11-081-9/+3
* back to ramdisks for now. need to talk with arjan some more to track down th...Jeremy Katz2002-11-041-2/+7
* fix non powerpc __libc_start_mainJeremy Katz2002-11-041-1/+2
* make init work on pccMatt Wilson2002-11-041-5/+20
* why was this including rpmlib?Jeremy Katz2002-11-011-1/+0
* the buildstamp file is pretty reliable by now; make having it not exist be a ...Jeremy Katz2002-11-011-10/+16
* it looks like loopback mounts on ramfs work now... let's try itJeremy Katz2002-10-301-7/+2
* variation on #76605 to let you know when the transfer of the disk image is in...Jeremy Katz2002-10-251-1/+2
* ppc needs to use gzlib with dietJeremy Katz2002-10-231-0/+3
* ppc build fixesJeremy Katz2002-10-231-1/+1
* make ppc use dietJeremy Katz2002-10-233-2/+40
* loader builds... pull forward only a very small amount of the changes from theJeremy Katz2002-10-222-4/+11
* fix the format arguments to avoid segfaults in the loader on kickstart config...Jeremy Katz2002-10-141-1/+1
* va_copy() is backwardsJeremy Katz2002-10-031-1/+1
* wait for USB to become stable before inserting usb-storage driverMatt Wilson2002-09-261-2/+30
* * dev_t is unsigned long on x86_64Jeremy Katz2002-09-251-0/+10
* add loop to the list of modules loaded in the initial module load sinceJeremy Katz2002-09-241-6/+1
* * don't use minilibc on x86_64 for nowJeremy Katz2002-09-241-14/+5
* ulrich says this is better and less likely to cause problems on platformsJeremy Katz2002-09-241-11/+7
* according to C99, 7.15 #3, the value of ap is now indeterminateJeremy Katz2002-09-241-1/+8
* add aic79xx (#73782)Jeremy Katz2002-09-201-0/+4
* x86_64 doesn't use socketcall and instead has separate syscalls for socket,Jeremy Katz2002-09-172-1/+22