summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | don't do the automatic check for a cdrom if we're a kickstart install (#76665)
* back to ramdisks for now. need to talk with arjan some more to track down ↵Jeremy Katz2002-11-041-2/+7
| | | | the failure
* 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
| | | | failure
* 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 ↵Jeremy Katz2002-10-251-1/+2
| | | | incomplete
* 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
| | | | | | define memcmp and memset instead of depending on implicit declarations patches from dan burcaw (dburcaw@terrasoftsolutions.com)
* loader builds... pull forward only a very small amount of the changes from theJeremy Katz2002-10-222-4/+11
| | | | 7.1 ppc for now
* fix the format arguments to avoid segfaults in the loader on kickstart ↵Jeremy Katz2002-10-141-1/+1
| | | | config problem (found looking at #75614)
* 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
| | | | | * exit if exec of /bin/sh fails * /lib64 for x86_64
* add loop to the list of modules loaded in the initial module load sinceJeremy Katz2002-09-241-6/+1
| | | | it's not built-in on arches without a boot kernel
* * don't use minilibc on x86_64 for nowJeremy Katz2002-09-241-14/+5
| | | | | | * just build a loader binary for x86_64 * always use minislang/mininewt since we don't get "working" text mode line drawing chars otherwise
* ulrich says this is better and less likely to cause problems on platformsJeremy Katz2002-09-241-11/+7
| | | | with complicated varargs implementations
* according to C99, 7.15 #3, the value of ap is now indeterminateJeremy Katz2002-09-241-1/+8
| | | | | so we need to call va_end/va_start again. (thanks to aoliva for looking it up for me)
* 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
| | | | bind, listen, accept, etc. deal with appropriately.
* use umount2 instead of umountJeremy Katz2002-09-124-2/+94
| | | | everything builds on hammer now...
* okay, don't fix this prototype. then we get the built-in, and that's ↵Jeremy Katz2002-09-112-3/+2
| | | | interesting
* x86_64 minilibc fixupsJeremy Katz2002-09-112-12/+21
| | | | | | * fix prototypes to be correct (mostly int/size_t differences) * x86_64 just has a single select and socket syscall instead of new and old * the sigset_t declaration is just true for i386
* let's make this ifdef a tad saner, shall weJeremy Katz2002-09-111-1/+1
|
* pass diet down into kon2 so that we can build kon2 on both diet and non-diet ↵Jeremy Katz2002-09-112-2/+2
| | | | platforms
* some non-controversial bits of sparc. also pulls in updated loader/stubs.cJeremy Katz2002-09-103-5/+6
| | | | which should fix non-diet minilibc build
* merge alpha changes from 7.2-alphaJeremy Katz2002-09-101-0/+4
| | | | | | | | didn't merge the following: * weird handling of /boot and the beginning of the disk. if we do alpha again, we need to do this in some sort of maintainable fashion * some of the weird stuff with adding a single user target in the boot loader config and the like
* merge ia64 changes to HEADJeremy Katz2002-09-097-8/+25
|
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-054-3/+39
|
* check return codes like a good boyMike Fulbright2002-08-281-1/+3
|
* reprobe for floppy devices before going to load driver disks. this is a ↵Jeremy Katz2002-08-271-0/+6
| | | | dell bug (IT #5954) that did not get escalated to bugzilla properly. I don't see how it could be unsafe, although it's against my better judgement to change this late.
* i broke something real goodMike Fulbright2002-08-271-2/+2
|
* add 8139cpBill Nottingham2002-08-231-0/+4
|
* give credit where credit is due; dont use RHupdates if this is not NFS cause ↵Mike Fulbright2002-08-231-2/+17
| | | | it causes problems in other install methods
* only retry the umount if errno is EBUSYJeremy Katz2002-08-232-2/+5
|
* pop window if we can't insert firewire moduleJeremy Katz2002-08-231-0/+1
|
* add concept of iso statusMike Fulbright2002-08-231-2/+102
|
* add concept of iso status bitMike Fulbright2002-08-232-21/+30
|
* i2o_pci isn't required by i2o_core anymore. this will probably fix i2o for _A_Jeremy Katz2002-08-231-0/+4
|
* make sure we successfully unmount the driver disk/pcmciadd. if not, sleep ↵Jeremy Katz2002-08-232-6/+17
| | | | and try again. it's a bad hack, but I can't see anything holding the device busy and get -EBUSY on umount.
* move the newt start to just before we need itJeremy Katz2002-08-221-1/+1
|
* probing/module loading is safe in test mode. also, pop up a window when we ↵Jeremy Katz2002-08-221-2/+8
| | | | do the firewire modload because it's a tad slow and looks like the installer has hung otherwise since you're just sitting at the black screen
* turn off mediacheck by defaultMike Fulbright2002-08-191-1/+1
|
* use mininewtBill Nottingham2002-08-161-4/+7
|
* add a sleep so that the device can register itself. gotta love it...Jeremy Katz2002-08-141-0/+1
|