Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -1/+9 |
| | | | | | | | | | | | | | | 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 | ||||
* | remove unused legacy debugging code, as well as ill fated attempt to mount ↵ | Mike Fulbright | 2003-06-23 | 1 | -50/+33 |
| | | | | stage 2 image from hard drive. Instead we copy it into ramfs, choosing the image best fitting the amount of RAM available on the system. | ||||
* | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -0/+1 |
| | | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case | ||||
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -11/+12 |
| | | | | and cleanups in here too | ||||
* | remove spurious debugging code | Mike Fulbright | 2003-05-05 | 1 | -9/+0 |
| | |||||
* | rest of remount tweaks | Mike Fulbright | 2003-05-01 | 1 | -1/+1 |
| | |||||
* | oops we werent unmounting partition if we failed to find a set of ISOs | Mike Fulbright | 2003-04-30 | 1 | -0/+6 |
| | |||||
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -0/+11 |
| | | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups. | ||||
* | check stamp for hd installs | Mike Fulbright | 2003-04-02 | 1 | -2/+18 |
| | |||||
* | bump copyrights | Mike Fulbright | 2003-03-28 | 1 | -1/+1 |
| | |||||
* | made it so we loopback mount stage2 now, and we look for graphical stage2 first | Mike Fulbright | 2003-03-28 | 1 | -0/+64 |
| | |||||
* | add a way to skip the probe if we're going into loadDriverFromMedia from | Jeremy Katz | 2003-02-18 | 1 | -2/+2 |
| | | | | chooseManualDevice. fixes #83422 | ||||
* | support bind mounts for upgrade/rescue mode. | Jeremy Katz | 2003-02-18 | 1 | -1/+1 |
| | | | | | | | | basically, create a new filesystem type and device which get used and add a keyword parameter for mounting the diff looks large, but most of it is adjusting callers of doPwMount in the loader | ||||
* | don't substitute PRODUCTNAME at build time and instead read it from | Jeremy Katz | 2003-01-13 | 1 | -1/+1 |
| | | | | /.buildstamp at runtime | ||||
* | q could be used uninitialized | Jeremy Katz | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | add support for pulling ks.cfg from hd or cd | Mike Fulbright | 2002-12-17 | 1 | -0/+43 |
| | |||||
* | * add a usecancel param for the driver disk dialog so we can use it even if | Jeremy Katz | 2002-12-11 | 1 | -2/+2 |
| | | | | | | | back doesn't make any sense * make sure we got new drivers that we care about from the driver disk * manual driver selection and loading (with arbitrary args) * lots of stuff to get noprobe mostly working | ||||
* | loader changes for s/netstg1/netstg2/ and s/hdstg1/hdstg2/ | Jeremy Katz | 2002-12-06 | 1 | -2/+2 |
| | |||||
* | move some declarations into their own headers | Jeremy Katz | 2002-12-06 | 1 | -2/+3 |
| | |||||
* | ramfs seems to behave now so switch to using it for storage of netstg/hdstg | Jeremy Katz | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | sort partitions | Mike Fulbright | 2002-12-04 | 1 | -10/+31 |
| | |||||
* | added hd ks support | Mike Fulbright | 2002-12-04 | 1 | -1/+94 |
| | |||||
* | get updates.img working for hdinstalls | Mike Fulbright | 2002-12-03 | 1 | -5/+12 |
| | |||||
* | added hd install support | Mike Fulbright | 2002-12-03 | 1 | -0/+413 |