| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use new fileIsIso() return values - 1 means its an ISO, 0 otherwise | Mike Fulbright | 2002-12-03 | 1 | -2/+2 |
| | | |||||
| * | remove redundant bits | Jeremy Katz | 2002-11-08 | 1 | -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 Katz | 2002-11-04 | 1 | -2/+7 |
| | | | | | the failure | ||||
| * | fix non powerpc __libc_start_main | Jeremy Katz | 2002-11-04 | 1 | -1/+2 |
| | | |||||
| * | make init work on pcc | Matt Wilson | 2002-11-04 | 1 | -5/+20 |
| | | |||||
| * | why was this including rpmlib? | Jeremy Katz | 2002-11-01 | 1 | -1/+0 |
| | | |||||
| * | the buildstamp file is pretty reliable by now; make having it not exist be a ↵ | Jeremy Katz | 2002-11-01 | 1 | -10/+16 |
| | | | | | failure | ||||
| * | it looks like loopback mounts on ramfs work now... let's try it | Jeremy Katz | 2002-10-30 | 1 | -7/+2 |
| | | |||||
| * | variation on #76605 to let you know when the transfer of the disk image is ↵ | Jeremy Katz | 2002-10-25 | 1 | -1/+2 |
| | | | | | incomplete | ||||
| * | ppc needs to use gzlib with diet | Jeremy Katz | 2002-10-23 | 1 | -0/+3 |
| | | |||||
| * | ppc build fixes | Jeremy Katz | 2002-10-23 | 1 | -1/+1 |
| | | |||||
| * | make ppc use diet | Jeremy Katz | 2002-10-23 | 3 | -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 the | Jeremy Katz | 2002-10-22 | 2 | -4/+11 |
| | | | | | 7.1 ppc for now | ||||
| * | fix the format arguments to avoid segfaults in the loader on kickstart ↵ | Jeremy Katz | 2002-10-14 | 1 | -1/+1 |
| | | | | | config problem (found looking at #75614) | ||||
| * | va_copy() is backwards | Jeremy Katz | 2002-10-03 | 1 | -1/+1 |
| | | |||||
| * | wait for USB to become stable before inserting usb-storage driver | Matt Wilson | 2002-09-26 | 1 | -2/+30 |
| | | |||||
| * | * dev_t is unsigned long on x86_64 | Jeremy Katz | 2002-09-25 | 1 | -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 since | Jeremy Katz | 2002-09-24 | 1 | -6/+1 |
| | | | | | it's not built-in on arches without a boot kernel | ||||
| * | * don't use minilibc on x86_64 for now | Jeremy Katz | 2002-09-24 | 1 | -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 platforms | Jeremy Katz | 2002-09-24 | 1 | -11/+7 |
| | | | | | with complicated varargs implementations | ||||
| * | according to C99, 7.15 #3, the value of ap is now indeterminate | Jeremy Katz | 2002-09-24 | 1 | -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 Katz | 2002-09-20 | 1 | -0/+4 |
| | | |||||
| * | x86_64 doesn't use socketcall and instead has separate syscalls for socket, | Jeremy Katz | 2002-09-17 | 2 | -1/+22 |
| | | | | | bind, listen, accept, etc. deal with appropriately. | ||||
| * | use umount2 instead of umountbefore.libdir.changes | Jeremy Katz | 2002-09-12 | 4 | -2/+94 |
| | | | | | everything builds on hammer now... | ||||
| * | okay, don't fix this prototype. then we get the built-in, and that's ↵ | Jeremy Katz | 2002-09-11 | 2 | -3/+2 |
| | | | | | interesting | ||||
| * | x86_64 minilibc fixups | Jeremy Katz | 2002-09-11 | 2 | -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 we | Jeremy Katz | 2002-09-11 | 1 | -1/+1 |
| | | |||||
| * | pass diet down into kon2 so that we can build kon2 on both diet and non-diet ↵ | Jeremy Katz | 2002-09-11 | 2 | -2/+2 |
| | | | | | platforms | ||||
| * | some non-controversial bits of sparc. also pulls in updated loader/stubs.c | Jeremy Katz | 2002-09-10 | 3 | -5/+6 |
| | | | | | which should fix non-diet minilibc build | ||||
| * | merge alpha changes from 7.2-alpha | Jeremy Katz | 2002-09-10 | 1 | -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 HEAD | Jeremy Katz | 2002-09-09 | 7 | -8/+25 |
| | | |||||
| * | merge anaconda-8-0-branch to HEAD | Jeremy Katz | 2002-09-05 | 4 | -3/+39 |
| | | |||||
| * | check return codes like a good boy | Mike Fulbright | 2002-08-28 | 1 | -1/+3 |
| | | |||||
| * | reprobe for floppy devices before going to load driver disks. this is a ↵ | Jeremy Katz | 2002-08-27 | 1 | -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 good | Mike Fulbright | 2002-08-27 | 1 | -2/+2 |
| | | |||||
| * | add 8139cp | Bill Nottingham | 2002-08-23 | 1 | -0/+4 |
| | | |||||
| * | give credit where credit is due; dont use RHupdates if this is not NFS cause ↵ | Mike Fulbright | 2002-08-23 | 1 | -2/+17 |
| | | | | | it causes problems in other install methods | ||||
| * | only retry the umount if errno is EBUSY | Jeremy Katz | 2002-08-23 | 2 | -2/+5 |
| | | |||||
| * | pop window if we can't insert firewire module | Jeremy Katz | 2002-08-23 | 1 | -0/+1 |
| | | |||||
| * | add concept of iso status | Mike Fulbright | 2002-08-23 | 1 | -2/+102 |
| | | |||||
| * | add concept of iso status bit | Mike Fulbright | 2002-08-23 | 2 | -21/+30 |
| | | |||||
| * | i2o_pci isn't required by i2o_core anymore. this will probably fix i2o for _A_ | Jeremy Katz | 2002-08-23 | 1 | -0/+4 |
| | | |||||
| * | make sure we successfully unmount the driver disk/pcmciadd. if not, sleep ↵ | Jeremy Katz | 2002-08-23 | 2 | -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 it | Jeremy Katz | 2002-08-22 | 1 | -1/+1 |
| | | |||||
| * | probing/module loading is safe in test mode. also, pop up a window when we ↵ | Jeremy Katz | 2002-08-22 | 1 | -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 default | Mike Fulbright | 2002-08-19 | 1 | -1/+1 |
| | | |||||
| * | use mininewt | Bill Nottingham | 2002-08-16 | 1 | -4/+7 |
| | | |||||
| * | add a sleep so that the device can register itself. gotta love it... | Jeremy Katz | 2002-08-14 | 1 | -0/+1 |
| | | |||||
| * | this should work with the new kudzu | Jeremy Katz | 2002-08-13 | 1 | -0/+6 |
| | | |||||
| * | remove extraneous module loads of nfs -- we load it really early now. | Jeremy Katz | 2002-08-12 | 2 | -8/+44 |
| | | | | | | add firewireInitialize to setup firewire. nofirewire to bypass if you have problems | ||||
