| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | i2005-05-19 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-05-19 | 1 | -0/+1 |
| | | | | | | | | | * 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. | ||||
| * | add nonet and nostorage to not automatically load network and storage | Jeremy Katz | 2004-09-16 | 1 | -2/+5 |
| | | | | | | drivers. useful if you're kickstarting and need to do an alternate driver as you can then do a device line in your ks.cfg | ||||
| * | add flags.virtpconsole to be used with virtual physical consoles like | Jeremy Katz | 2004-09-13 | 1 | -1/+2 |
| | | | | | | | hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried throughout. (#131091, #130906, #131301) | ||||
| * | - add support for CTC protocol selection #132324, #132325 | Karsten Hopp | 2004-09-13 | 1 | -1/+1 |
| | | |||||
| * | - Things are getting complicated. | Karsten Hopp | 2004-09-01 | 1 | -2/+1 |
| | | | | | | | | qeth can hav eth, hsi and tr interfaces, lcs can have eth and tr interfaces, too. We can't tell apart if p.e. eth0 is qeth or lcs, but need to know it for sysfs configuration. Remove TYPE=QETH hack and use a more generic NETTYPE instead | ||||
| * | get rid of REMIP, we use GATEWAY everywhere now (I hope). Add PEERID ↵ | Karsten Hopp | 2004-08-26 | 1 | -1/+1 |
| | | | | | instead, required for IUCV setup | ||||
| * | kickstart commands to control doing reboot/poweroff/halt at the end of an | Jeremy Katz | 2004-06-21 | 1 | -4/+4 |
| | | | | | install (#116414) | ||||
| * | allow setting essid and wepkey in kickstart with --essid and --wepkey on | Jeremy Katz | 2004-06-18 | 1 | -1/+1 |
| | | | | | the network line | ||||
| * | - add qeth parameters to loaderData structure. | Karsten Hopp | 2004-05-26 | 1 | -1/+2 |
| | | | | | | | | - read additional parameters for ccw devices from netinfo and write them to ifcfg-xxx (mtu and ptpaddr can now be removed from pump.h) | ||||
| * | simplify logic and fix selinux stuff a bit more | Jeremy Katz | 2004-04-16 | 1 | -1/+0 |
| | | |||||
| * | make selinux a little bit more of an opt-in | Jeremy Katz | 2004-04-14 | 1 | -2/+3 |
| | | |||||
| * | shuffle some selinux stuff around. make policy version be dynamic, set | Jeremy Katz | 2004-02-23 | 1 | -0/+8 |
| | | | | | context of running anaconda to be anaconda_t | ||||
| * | load selinux policy from the loader | Jeremy Katz | 2004-02-10 | 1 | -0/+2 |
| | | |||||
| * | add dhcp class id support (#107946). requires pump >= 0.8.20 | Jeremy Katz | 2004-01-06 | 1 | -0/+2 |
| | | |||||
| * | FIXME: having dma on for CD devices seems to break media check | Jeremy Katz | 2003-10-24 | 1 | -0/+4 |
| | | | | | | | 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) | ||||
| * | read product path from the build stamp if possible, default to RedHat if not | Jeremy Katz | 2003-10-14 | 1 | -1/+1 |
| | | | | | available. basically notting's patch with some fixes and genhdlist handled | ||||
| * | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | 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 | ||||
| * | support for sending MAC address as an HTTP header, needed for RHN provisioning | Mike Fulbright | 2003-07-07 | 1 | -0/+2 |
| | | |||||
| * | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -13/+0 |
| | | | | | | | | | * 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 | ||||
| * | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -3/+5 |
| | | | | | | | | | 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. | ||||
| * | add graphical mode flag | Mike Fulbright | 2003-03-28 | 1 | -0/+2 |
| | | |||||
| * | driverdisk command returns to kickstart | Jeremy Katz | 2003-02-10 | 1 | -0/+6 |
| | | |||||
| * | don't substitute PRODUCTNAME at build time and instead read it from | Jeremy Katz | 2003-01-13 | 1 | -0/+1 |
| | | | | | /.buildstamp at runtime | ||||
| * | allow opt-out of vga16 | Matt Wilson | 2002-12-17 | 1 | -0/+2 |
| | | |||||
| * | move hardware functions into their own file | Jeremy Katz | 2002-12-09 | 1 | -8/+0 |
| | | |||||
| * | add a data structure to hold loader data and pass it around lots of places | Jeremy Katz | 2002-12-03 | 1 | -0/+24 |
| | | | | | | kickstart basically works now. need to hook up sources other than nfs for installing and getting kickstart file from other than floppy and file | ||||
| * | restructuring and clean up of some of the older unused code in the loader. | Jeremy Katz | 2002-11-26 | 1 | -0/+77 |
| still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd | |||||
