summaryrefslogtreecommitdiffstats
path: root/loader2/loader.h
Commit message (Collapse)AuthorAgeFilesLines
* i2005-05-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-191-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 storageJeremy Katz2004-09-161-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 likeJeremy Katz2004-09-131-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, #132325Karsten Hopp2004-09-131-1/+1
|
* - Things are getting complicated.Karsten Hopp2004-09-011-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 Hopp2004-08-261-1/+1
| | | | instead, required for IUCV setup
* kickstart commands to control doing reboot/poweroff/halt at the end of anJeremy Katz2004-06-211-4/+4
| | | | install (#116414)
* allow setting essid and wepkey in kickstart with --essid and --wepkey onJeremy Katz2004-06-181-1/+1
| | | | the network line
* - add qeth parameters to loaderData structure.Karsten Hopp2004-05-261-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 moreJeremy Katz2004-04-161-1/+0
|
* make selinux a little bit more of an opt-inJeremy Katz2004-04-141-2/+3
|
* shuffle some selinux stuff around. make policy version be dynamic, setJeremy Katz2004-02-231-0/+8
| | | | context of running anaconda to be anaconda_t
* load selinux policy from the loaderJeremy Katz2004-02-101-0/+2
|
* add dhcp class id support (#107946). requires pump >= 0.8.20Jeremy Katz2004-01-061-0/+2
|
* FIXME: having dma on for CD devices seems to break media checkJeremy Katz2003-10-241-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 notJeremy Katz2003-10-141-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 aJeremy Katz2003-07-081-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 provisioningMike Fulbright2003-07-071-0/+2
|
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-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 asJeremy Katz2003-04-241-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 flagMike Fulbright2003-03-281-0/+2
|
* driverdisk command returns to kickstartJeremy Katz2003-02-101-0/+6
|
* don't substitute PRODUCTNAME at build time and instead read it fromJeremy Katz2003-01-131-0/+1
| | | | /.buildstamp at runtime
* allow opt-out of vga16Matt Wilson2002-12-171-0/+2
|
* move hardware functions into their own fileJeremy Katz2002-12-091-8/+0
|
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-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 Katz2002-11-261-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