summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
...
* more modules for nfsJeremy Katz2003-11-141-1/+1
|
* fix memory detection with 2.6Jeremy Katz2003-11-141-1/+1
|
* mmap it and pass the buffer instead of the filename (oops)Jeremy Katz2003-11-141-4/+5
|
* they're .ko nowJeremy Katz2003-11-141-3/+3
|
* let's start on 2.6...Jeremy Katz2003-11-144-46/+77
| | | | | try to write some module loading code modules are .ko, not .o
* merge to HEADJeremy Katz2003-11-031-11/+10
|
* use \r\n instead of \t\n (#108562)Jeremy Katz2003-11-031-1/+1
|
* handle passing explicitly the fstype for a driver disk correctly (#106425,Jeremy Katz2003-11-031-4/+2
| | | | from Nate Faerber <nfaerber@penguincomputing.com>)
* merge from taroon branch (#107162)Jeremy Katz2003-10-291-0/+3
|
* merge from taroon branchJeremy Katz2003-10-291-0/+1
|
* don't segfault with no ide cdrom drives (#108137)Jeremy Katz2003-10-281-0/+3
|
* disable firewire by default since it's not going to work at presentJeremy Katz2003-10-271-1/+3
| | | | (booting with 'linux firewire' will try)
* if (firstDev > lastDev), then don't write out a modules.conf entry as itJeremy Katz2003-10-241-0/+2
| | | | will be bogus. seems to fix #106638 to behave sanely
* FIXME: having dma on for CD devices seems to break media checkJeremy Katz2003-10-243-0/+44
| | | | | | as well as causing other problems for people. To avoid having to tell everyone to use ide=nodma all the time, let's do it ourselves for IDE cdrom devices (#107280)
* apply hj lu's patch to handle \\ in modules.dep more correctly (#92094)Jeremy Katz2003-10-161-1/+23
|
* pull up fix for #106923 from branchJeremy Katz2003-10-141-0/+4
|
* make it so that we can find out the mntPathJeremy Katz2003-10-141-2/+4
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-147-45/+88
| | | | available. basically notting's patch with some fixes and genhdlist handled
* merge final batch of taroon changes for taroon GA.Jeremy Katz2003-10-131-1/+7
| | | | | | | * s390 z/vm format (actually, left the non-useful part of this out and left the if 0 until we have the right fix) * fix initlabel for s390 * ld_library_path for tty2 shell on lib64 arches
* make sure loopfd is still open so we can close it in an error case (#106615)Jeremy Katz2003-10-131-2/+3
|
* The floppy shows up both as its usb device (with device == NULL) and the scsiJeremy Katz2003-10-071-4/+8
| | | | | | | | | | | device (#106492) Changes: 1) Don't probe BUS_UNSPEC, do explicit IDE | SCSI | MISC. Use for both floppy and cd which reverts to old behavior + probing misc for cd (and thus catch viocd) 2) Make sure that device exists before adding to the list so something like this can't cause a problem in the future.
* dd from path (from msw, tweaked slightly)Jeremy Katz2003-10-022-2/+14
|
* don't loop forever if the given nfs dir is mountable but not right (#106007)Jeremy Katz2003-10-021-0/+5
|
* make less confusing (#105583)Jeremy Katz2003-09-251-2/+2
|
* make less confusing (#105583)Jeremy Katz2003-09-251-2/+2
|
* merge driver disk changes from taroonJeremy Katz2003-09-251-12/+4
|
* merge from taroonJeremy Katz2003-09-209-16/+116
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* make it so that we don't get double error messages (#103731)Jeremy Katz2003-09-041-7/+10
|
* merge from taroon branchJeremy Katz2003-08-272-4/+2
|
* merge changes from taroon branchJeremy Katz2003-08-204-3/+9
|
* move to using vncconnect instead of vncconnecthost and vncconnectportMike Fulbright2003-08-181-2/+1
|
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-1413-44/+64
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* fix for bug 101265 - sanitize URL to not have duplicate /Mike Fulbright2003-08-131-1/+7
|
* addresses bug #99443 by freeing CD drive during CD based rescue mode if ↵Mike Fulbright2003-08-121-3/+28
| | | | enough RAM exists
* spelloMike Fulbright2003-08-121-1/+1
|
* add vncconnecthost=<host> and vncconnectport=<port>. First you setup your ↵Mike Fulbright2003-08-071-0/+2
| | | | vnc client in listen mode. Then anaconda will connect its vnc server to the client automatically once it starts up.
* fix for CD based VNC installs (bug #100418)Mike Fulbright2003-08-061-4/+28
|
* merge from taroon branch to headJeremy Katz2003-07-312-4/+12
|
* if they don't pass a valid ip, unset it (#88714)Jeremy Katz2003-07-281-0/+3
|
* more /usr/kerberos pruningJeremy Katz2003-07-232-3/+3
|
* handle going back with only one source for a driver disk (#99410)Jeremy Katz2003-07-181-0/+7
|
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-166-14/+40
| | | | little things across the board
* and need it here tooJeremy Katz2003-07-081-1/+2
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-0833-191/+424
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* better commentMike Fulbright2003-07-071-1/+1
|
* katzj warning cleanup complianceMike Fulbright2003-07-072-1/+2
|
* support for sending MAC address as an HTTP header, needed for RHN provisioningMike Fulbright2003-07-077-12/+64
|
* and actually merge the null terminateJeremy Katz2003-07-071-0/+1
|
* null terminateJeremy Katz2003-07-071-2/+2
|
* sync with taroonJeremy Katz2003-07-071-0/+1
|