summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.c
Commit message (Collapse)AuthorAgeFilesLines
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-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 Fulbright2003-06-231-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 aroundJeremy Katz2003-06-231-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 stuffJeremy Katz2003-06-061-11/+12
| | | | and cleanups in here too
* remove spurious debugging codeMike Fulbright2003-05-051-9/+0
|
* rest of remount tweaksMike Fulbright2003-05-011-1/+1
|
* oops we werent unmounting partition if we failed to find a set of ISOsMike Fulbright2003-04-301-0/+6
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-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 installsMike Fulbright2003-04-021-2/+18
|
* bump copyrightsMike Fulbright2003-03-281-1/+1
|
* made it so we loopback mount stage2 now, and we look for graphical stage2 firstMike Fulbright2003-03-281-0/+64
|
* add a way to skip the probe if we're going into loadDriverFromMedia fromJeremy Katz2003-02-181-2/+2
| | | | chooseManualDevice. fixes #83422
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-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 fromJeremy Katz2003-01-131-1/+1
| | | | /.buildstamp at runtime
* q could be used uninitializedJeremy Katz2003-01-031-1/+1
|
* add support for pulling ks.cfg from hd or cdMike Fulbright2002-12-171-0/+43
|
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-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 Katz2002-12-061-2/+2
|
* move some declarations into their own headersJeremy Katz2002-12-061-2/+3
|
* ramfs seems to behave now so switch to using it for storage of netstg/hdstgJeremy Katz2002-12-041-1/+1
|
* sort partitionsMike Fulbright2002-12-041-10/+31
|
* added hd ks supportMike Fulbright2002-12-041-1/+94
|
* get updates.img working for hdinstallsMike Fulbright2002-12-031-5/+12
|
* added hd install supportMike Fulbright2002-12-031-0/+413