summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-8/+4
| | | | | | | | | | | | | | | | | | | * loader2/driverdisk.c: Clean up log levels. * loader2/firewire.c: Likewise. * loader2/hardware.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/lang.c: Likewise. * loader2/loader.c: Likewise. * loader2/log.h: Likewise. * loader2/mediacheck.c: Likewise. * loader2/method.c: Likewise. * loader2/modstubs.c: Likewise. * loader2/modules.c: Likewise. * loader2/net.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/urls.c: Likewise. * loader2/usb.c: Likewise.
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-2/+2
| | | | | | | | | | | | | * anaconda.spec: Bump version. * loader2/urlinstall.c (loadUrlImages): minstg2.img instead of netstg2.img * loader2/hdinstall.c (mountHDImages): minstg2.img instead of hdstg2.img * loader2/method.c (validIsoImages): Look for stage2.img instead of hdstg2.img * scripts/mk-images: mkcramfs is now mkfs.cramfs
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-151-1/+2
| | | | | | | | | | | | | | | | * isys/imount.c (doPwMount): Make arguments for doPwMount simpler. Use a bitmask of flags and pass extra data like mount(2). Use flags for nfs and pass arguments onto nfsmount(). Kill some dead code. * isys/imount.c (doPwMount): Update prototype, add constants. * isys/isys.c (doMount): Update for new API. * loader2/cdinstall.c: Likewise. * loader2/driverdisk.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/loader.c: Likewise. * loader2/method.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/usb.c: Likewise.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-31/+32
| | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options.
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-4/+4
| | | | | | | | | | | | | | | * Makefile Makefile.inc mini-wm.c xmouse.c xutils.c isys/Makefile isys/isys.c isys/lang.c isys/smp.c isys/uncpio.c isys/gzlib/Makefile isys/gzlib/inflate.c loader2/Makefile loader2/driverdisk.c loader2/driverselect.c loader2/hdinstall.c loader2/init.c loader2/kickstart.c loader2/loader.c loader2/loadermisc.c loader2/moduleinfo.h loader2/modules.c loader2/net.c loader2/nfsinstall.c loader2/telnet.c loader2/undomounts.c loader2/urlinstall.c utils/Makefile utils/genhdlist.c utils/mapshdr.c utils/snarffont.c: Define cflags in one place (Makefile.inc) and use a consistent set everywhere. Fix up some of the compile warnings this uncovered. Also fix a few more things that -Wextra turned up.
* * loader2/method.c: make validIsoImages check the buildstamp and reportPeter Jones2005-01-251-1/+1
| | | | | | | | | back if it found invalid entries. * loader2/method.h: update prototype for validIsoImages * loader2/hdinstall.c: call validIsoImages() with foundinvalid = 0 * loader2/nfsinstall.c: pass the address of foundinvalid to validIsoImages * update anaconda.spec
* 2004-11-02 Tim Waugh <twaugh@redhat.com>twaugh2004-11-021-3/+4
| | | | | * loader2/hdinstall.c (mountHardDrive): Pass the correct pointer to free() (bug #137533).
* 2004-10-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-141-2/+2
| | | | | * loader2/hdinstall.c: Fix segfault when using biospart for hard drive kickstart install. Patch from Rez Kabir (#135609)
* 2004-09-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-281-1/+1
| | | | | | * loader2/hdinstall.c (setKickstartHD): * loader2/urlinstall.c (setKickstartUrl): Make sure variables are initialized (#133996).
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-1/+4
| | | | * loader2/hdinstall.c: skip over /dev if given for path (#121486)
* add patch from Rezwanul_Kabir (AT dell DOT com) to add support for usingJeremy Katz2004-07-091-2/+79
| | | | | | | | the edd module's export of mbr signatures to map BIOS disks to Linux disk names. exposed for use in kickstart with part --onbiosdisk=, ks=bd:80p1:/ks.cfg, and harddrive --biospart=80p1 Patch from anaconda-devel-list, #106674
* move partition list code out into its own file, let it take a drive to onlyJeremy Katz2004-06-091-138/+2
| | | | show the partitions of
* remove some Red Hat-ismsBill Nottingham2003-12-161-2/+2
|
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-7/+4
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-5/+5
| | | | available. basically notting's patch with some fixes and genhdlist handled
* 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