summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
* 2005-11-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-121-1/+1
| | | | | * loader2/net.c (findHostAndDomain): Not succeeding at reverse lookup should only be a warning
* 2005-11-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-111-1/+1
| | | | | * loader2/firewire.c (firewireInitialize): this should be a debug message...
* 2005-11-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-101-1/+1
| | | | * loader2/hardware.c: Look for xen devices.
* 2005-11-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-101-1/+1
| | | | | * loader2/modules.c: Who cares about missing modules, they're probably built-in...
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-0915-66/+46
| | | | | | | | | | | | | | | | | | | * 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-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-7/+1
| | | | | * loader2/driverselect.c (getManualModuleArgs): We don't have help about the args, don't pretend that we do.
* Log everything to /tmp/anaconda.log.Chris Lumens2005-11-091-26/+26
|
* 2005-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-0/+8
| | | | * loader2/module-info: Add xenblk and xennet
* add bnx2 support in loaderPeter Jones2005-11-021-0/+4
|
* Set minimum logging level to WARNING.Chris Lumens2005-10-271-1/+1
|
* Try to put newlines into the syslog in intelligent places (I'm looking atChris Lumens2005-10-271-28/+38
| | | | you, pump).
* 2005-10-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-261-1/+1
| | | | * loader2/loader.c (main): Use nofb by default
* Support remote updates.img.Chris Lumens2005-10-212-3/+20
|
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-205-46/+3
| | | | * anaconda.spec: Bump version.
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-203-4/+4
| | | | | | | | | | | | | * 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
* Don't try to symlink again.Chris Lumens2005-10-171-6/+0
|
* Add a newline.Chris Lumens2005-10-101-1/+1
|
* 2005-10-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-071-62/+7
| | | | | | | | * loader2/selinux.c (loadpolicy): load_policy changed how it works, let's try to keep it happy if we can instead of having to implement it ourselves. * scripts/upd-instroot (SELINUX): Create an selinux config.
* 2005-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-231-1/+1
| | | | * loader2/urlinstall.c: Silly fix for constant.
* 2005-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-231-2/+0
| | | | * loader2/hardware.h (initializeParallelPort): Remove declaration.
* * loader2/loader.c: Don't load parallel port module. (#169135)Jeremy Katz2005-09-233-22/+0
| | | | | * loader2/loader.h (LOADER_FLAGS_NOPARPORT): Remove unused flag. * loader2/hardware.c (initializeParallelPort): Remove unused code.
* Don't copy null characters into the log file.Chris Lumens2005-09-201-7/+27
|
* 2005-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-191-0/+4
| | | | * loader2/module-info: Add skge (#168590)
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-157-37/+33
| | | | | | | | | | | | | | | | * 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.
* * loader2/firewire.c: Handle 'NULL' in device->driver.Bill Nottingham2005-09-154-13/+15
| | | | | | * loader2/hardware.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/usb.c: Likewise.
* * loader2/pcmcia.c (getPcicController): Handle multipleBill Nottingham2005-09-134-560/+78
| | | | | | | | | | | | | | PCIC types in one box. * loader2/pcmcia.c (startupPcmciaControllers): Add code to set resources for PCMCIA controllers, and enable them. (initializePcmciaController): Call it. (has_pcmcia, startPcmciaDevices, activate_device): Remove obsolete and ugly cruft. * loader2/pcmciatest.c: Remove obsolete file * loader2/hardware.c: Adjust for changes. * scripts/mk-images: Remove obsolete PCMCIA options * scripts/upd-instroot: Ship pcmciautils socket startup program. (mainly for debugging. It's tiny.)
* * loader2/hardware.c: Remove agpgartInitialize - agpgart isBill Nottingham2005-09-133-48/+0
| | | | | | | built statically in 2.6 (and the probe code here won't work now in any case...) * loader2/hardware.h: Likewise. * loader2/loader.c: Adjust accordingly.
* Pass the right file name to pciReadDriversBill Nottingham2005-09-092-3/+3
|
* 2005-08-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-301-0/+4
| | | | * loader2/module-info: Add qla2100 (#167065)
* 2005-08-24 Matt Wilson <msw@rpath.com>Jeremy Katz2005-08-251-1/+2
| | | | * loader2/loader.c: Disable selinux if mounting /selinux fails.
* 2005-08-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-173-6/+19
| | | | | | | | | | * loader2/net.c: Add support for ksdevice=bootif with patch from Alex Kiernan (alex.kiernan@gmail.com). This plus "IPAPPEND 2" in your pxelinux config will set your install device to the one you pxebooted from. (#166135) * loader2/loader.h: Likewise. * loader2/loader.c: Likewise. * docs/command-line.txt: Document it!
* Tweak section patch.Chris Lumens2005-08-161-4/+4
|
* Correctly detect when we're in a ks file section (dlehman, #165865).Chris Lumens2005-08-161-2/+2
|
* Added syslog= parameter for logging to a remote machine once we're out ofChris Lumens2005-08-151-1/+2
| | | | the loader.
* Accept loglevel= command line parameter. Keep log that loader started onChris Lumens2005-08-153-3/+29
| | | | tty3 going when we get to pythonland.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-1327-337/+389
| | | | | | 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.
* Don't write to the same file twice.Chris Lumens2005-08-121-6/+6
|
* 2005-08-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-011-2/+6
| | | | * loader2/module-info: Add mptspi and mptfc for new driver split
* 2005-07-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-07-291-5/+1
| | | | | * loader2/driverdisk.c (loadDriverFromMedia): Apply patch from Akinobu Mita <mita@miraclelinux.com> to fix dd off of sda1:/dd.img
* get rid of lots of crapPeter Jones2005-06-161-38/+36
|
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-1315-59/+61
| | | | | | | | | | | | | | | * 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.
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-1/+15
| | | | | | | * loader2/modules.c (loadModule): usb-storage has reached new levels of awful and now doesn't enumerate the devices with anything approaching a reasonable speed. Add a sleep to wait for some devices to show up
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-2/+2
| | | | | * loader2/net.c: Don't spew an error if you don't set the wepkey or essid (#158223)
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-68/+32
| | | | | * loader2/module-info: Add megaraid (#157420). Go through the kernel and add other new drivers that I noticed.
* 2005-05-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-191-3/+5
| | | | | * loader2/telnetd.c: Switch to using ptys via devpts instead of hard-coded ptyp* (#124248)
* i2005-05-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-192-1/+2
| | | | | | | | * loader2/urlinstall.c (loadUrlImages): Use the constant, bumped to 192M to try to avoid OOM situations (#157274) * loader2/loader.h (GUI_STAGE2_RAM): Add constant for when to do a graphical install with stage2.img loaded into RAM.
* The arch could be up to 65 characters, a little more storage couldn'tBill Nottingham2005-05-181-4/+4
| | | | hurt.
* Add arch to buildstamp and check it. (#151927)Bill Nottingham2005-05-181-5/+5
|
* set the right contextPeter Jones2005-05-171-1/+1
|
* 2005-05-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-051-1/+1
| | | | | * loader2/cdinstall.c: Don't load stage2.img into RAM if they boot with 'text' (#155398)