summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Collapse)AuthorAgeFilesLines
* use umount2 instead of umountbefore.libdir.changesJeremy 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
|
* this should work with the new kudzuJeremy Katz2002-08-131-0/+6
|
* remove extraneous module loads of nfs -- we load it really early now.Jeremy Katz2002-08-122-8/+44
| | | | | add firewireInitialize to setup firewire. nofirewire to bypass if you have problems
* add logmessages about mediacheck success/failureJeremy Katz2002-08-092-3/+8
|
* always make nfs available if we canJeremy Katz2002-08-091-1/+1
|
* fix message slightlyMike Fulbright2002-08-091-2/+4
|
* add disc id to description stringMike Fulbright2002-08-091-2/+35
|
* use new header for implanted CDsMike Fulbright2002-08-081-19/+72
|
* we need to do a busprobe before unmounting the pcmciadd from /modules,Jeremy Katz2002-08-073-3/+12
| | | | otherwise, the modules don't get loaded
* do LFSMike Fulbright2002-08-071-1/+1
|
* we need to use malloc instead of alloca here since we return the valueJeremy Katz2002-08-061-2/+2
|
* merge ia64 branch bits to have dns work in non-diet loadersJeremy Katz2002-07-293-10/+9
|
* remove isa drivers from module-info so they don't end up in stage2 module ballJeremy Katz2002-07-291-41/+0
|
* actually wanted no space thereMike Fulbright2002-07-261-1/+1
|
* remove newline from string we read inMike Fulbright2002-07-262-4/+9
|
* remove unused var and debug bitsJeremy Katz2002-07-241-7/+0
|
* add parallel port modules to stage 2 module ball and load them so that kudzu ↵Jeremy Katz2002-07-242-0/+19
| | | | can automagically try to set up your printer
* we are leetMike Fulbright2002-07-221-1/+2
|
* make less techy soundingMike Fulbright2002-07-171-1/+1
|
* typoMike Fulbright2002-07-171-2/+2
|
* apply pbrown's patch to change disc info files to be .discinfo and have all ↵Jeremy Katz2002-07-121-8/+5
| | | | of the relevant information. this will allow for similar formatting for other product CDs such as the lacd
* rindex() doesn't exist anymoreErik Troan2002-07-111-1/+1
|
* merge to HEADJeremy Katz2002-07-081-1/+1
|
* don't need to define -ggdb, we already get -g from COPTS (#64332)Jeremy Katz2002-07-021-1/+1
|
* move version/release definitions into Makefile.inc so that they can be ↵Jeremy Katz2002-07-021-2/+0
| | | | pulled in and used in the loader's version string and the like
* if kudzu suggests a module try to install it even if it isn't in thepre-newcompsErik Troan2002-06-271-23/+19
| | | | modules-info file