summaryrefslogtreecommitdiffstats
path: root/loader2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-9/+7
| | | | | | | | | | | | | | | * 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-03-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-211-1/+1
| | | | | * loader2/Makefile (LANGS): Fix translation getting (Northern Sotho broke it)
* Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works...Peter Jones2005-03-021-3/+3
| | | | | Also, make genhdlist.o build with -Wno-return-type, because rpm's headers and gcc4 don't get along.
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-0/+1
| | | | * loader2/Makefile (install): Install the unicode linedraw chars file
* 2004-09-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-241-0/+1
| | | | | | | | | | * loader2/Makefile (VERSION): Define VERSION. * Makefile: Define VERSION and RELEASE here. * Makefile.inc (VERSION): * Makefile.inc (RELEASE): Move to Makefile
* add patch from Rezwanul_Kabir (AT dell DOT com) to add support for usingJeremy Katz2004-07-091-1/+1
| | | | | | | | 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
* add explanatory text to the top of the directory browser stuff, fixJeremy Katz2004-06-091-1/+2
| | | | non-standalone build
* add a newt-based file selector that's probably slightly over-engineered forJeremy Katz2004-06-041-0/+3
| | | | my purposes
* shuffle some selinux stuff around. make policy version be dynamic, setJeremy Katz2004-02-231-1/+1
| | | | context of running anaconda to be anaconda_t
* need this part tooJeremy Katz2003-12-231-1/+1
|
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-1/+6
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* let's start on 2.6...Jeremy Katz2003-11-141-3/+1
| | | | | try to write some module loading code modules are .ko, not .o
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-1/+1
| | | | | | | | | | | | | | 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
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-0/+1
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-4/+17
| | | | | | | | 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.
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-5/+8
| | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
* add timeconfig-po to reduce-font'd po files (#84581)Jeremy Katz2003-02-191-1/+1
|
* override symbols from glibc to avoid bringing in setlocale.oMatt Wilson2003-02-101-1/+1
|
* use wlitedietMatt Wilson2003-02-101-1/+1
|
* add wcstubs from dietstubs to their own file currently used by non-diet builds.Jeremy Katz2003-01-211-0/+2
| | | | | should make this used by diet builds also and then use it for prepping the unicode-lite stub lib that we use for ftp/http
* helps to actually build the loader everywhere...Jeremy Katz2003-01-151-2/+1
|
* don't substitute PRODUCTNAME at build time and instead read it fromJeremy Katz2003-01-131-1/+1
| | | | /.buildstamp at runtime
* more non-diet build fixupsJeremy Katz2002-12-301-1/+2
|
* define USEDIET in top-level Makefile.inc. use throughout instead of scatteringJeremy Katz2002-12-301-13/+4
| | | | into every makefile. fix non-dietlinkage
* make it a dep tooMatt Wilson2002-12-171-1/+1
|
* add in unicode linedraw charsMatt Wilson2002-12-171-1/+1
|
* fix font reductionMatt Wilson2002-12-171-2/+2
|
* clean up lang.c, remove duplicate codewMatt Wilson2002-12-171-4/+11
| | | | | | | fix the Welcome to Red Hat Linux redraw problem eradicate kon2 references, pull in bterm files for initrd/loader stuff use -Os for loader misc. cleanups
* Os was not supposed to go inMatt Wilson2002-12-121-1/+1
|
* first pass at using unicode in text modeMatt Wilson2002-12-111-8/+8
|
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-1/+1
| | | | | | | 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
* merge telnet mode back inJeremy Katz2002-12-091-2/+1
|
* move hardware functions into their own fileJeremy Katz2002-12-091-1/+1
|
* hmmm... I guess having an install target helpsJeremy Katz2002-12-031-1/+20
|
* translations for the loader returnbefore-loader-switchJeremy Katz2002-12-031-1/+17
|
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-2/+2
| | | | | kickstart basically works now. need to hook up sources other than nfs for installing and getting kickstart file from other than floppy and file
* added hd install supportMike Fulbright2002-12-031-1/+1
|
* driver disks should work now, from cds as well as floppiesJeremy Katz2002-12-021-27/+1
|
* link in mediacheck modulesMike Fulbright2002-12-021-0/+1
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+120
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