summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-0/+0
|
* * utils/genmodinfo: Remove ata_generic from blacklistJeremy Katz2007-10-121-1/+1
|
* and b43legacy with the right nameJeremy Katz2007-09-281-1/+1
|
* 2007-09-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-281-1/+1
| | | | * utils/genmodinfo: No ath5k either
* 2007-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-271-1/+1
| | | | | | * utils/genmodinfo: Blacklist more wireless drivers; with the way that mac80211 works, we really can't support it in the loader right now
* 2007-09-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-241-1/+1
| | | | | * utils/genmodinfo: Blacklist some modules that require firmware that we don't have right now. This should help avoid #299351
* 2007-09-04 Bill Nottingham <notting@redhat.com>Bill Nottingham2007-09-041-1/+1
| | | | | * utils/genmodinfo (blacklist): Blacklist some more things (floppies, iscsi, etc)
* 2007-08-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-091-0/+3
| | | | * utils/genmodinfo (blacklist): And the blacklist begins
* * utils/genmodinfo: New file, utility to generate module-info on the flyBill Nottingham2007-08-032-0/+55
| | | | | | * utils/Makefile: Install genmodinfo. * scripts/mk-images: Use genmodinfo. * loader2/module-info, loader2/Makefile: Kill it dead.
* * utils/modlist.c: Remove plip module-info support.Bill Nottingham2007-07-311-1/+0
| | | | | * loader2/moduleinfo.c: Likewise * loader2/moduleinfo.h: Likewise
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-1/+0
| | | | | | | | | | * isys/Makefile (_isys.so): Use LDFLAGS * loader2/Makefile (loader): Likewise. * stubs/Makefile ($(LIBUTF8)): Likewise. * Makefile: Likewise. * isomd5sum/Makefile (CFLAGS): Use common CFLAGS and LDFLAGS; use LDFLAGS everywhere * utils/Makefile: Use common LDFLAGS
* * utils/geninitrdsz.c: Create initrd.size file with 0644 permissionsDavid Cantrell2006-09-221-2/+2
| | | | (#197773).
* * scripts/mk-images.s390: Use the size of the actual initrd.img forDavid Cantrell2006-09-111-2/+12
| | | | | | the value in initrd.size. * utils/Makefile: Only build and install geninitrdsz on zSeries.
* * utils/geninitrdsz.c: Added util to generate the initrd.size fileDavid Cantrell2006-09-112-2/+52
| | | | | | | | | | | needed on zSeries (#197773). * utils/Makefile: Compile geninitrdsz, install to anaconda-runtime. * scripts/mk-images: Define GENINITRDSZ command. * scripts/mk-images.s390: Generate initrd.size for each s390 tree build.
* 2006-07-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-111-2/+2
| | | | | * utils/readmap.c (main): Try to fix things for serial console (Alexander Dupuy, #198310)
* not hereJeremy Katz2006-06-106-1256/+0
|
* import gptsync to sync between gpt and mbr partition tables until partedJeremy Katz2006-06-096-0/+1256
| | | | does this
* - fix NR_KEYS here tooPeter Jones2006-05-101-0/+5
|
* Force all strings to uppercase, for matching (#182231)Bill Nottingham2006-02-211-0/+6
|
* Remove genhdlistPaul Nasrat2006-01-302-629/+2
|
* 2005-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-0/+3
| | | | * utils/trimpciids (f): Make a little bit more failure resistent
* fix typoBill Nottingham2005-11-161-1/+1
|
* 2005-11-15 Bill Nottingham <notting@redhat.com>Bill Nottingham2005-11-151-2/+3
| | | | | * scripts/upd-instroot, scripts/mk-images, utils/trimpciids: Work with multiple videoaliases files.
* un-neuter for multilib composesPaul Nasrat2005-09-121-3/+0
|
* * utils/Makefile: Adjust for changed/removes filesBill Nottingham2005-09-091-4/+1
|
* * anaconda.spec: Bump version, tweak requirementsBill Nottingham2005-09-096-160/+38
| | | | | | | | | | | | | | | | | | | | | | | | * installclass.py (setVideoCard, configureX): Adapt to new rhpl X setup code * kickstart.py (doXConfig): Likewise * kickstartData.py (__init__): Likewise * kickstartParser.py (doXConfig): Likewise * packages.py (writeXConfiguration): Likewise * xsetup.py (getArgList): Likewise * scripts/mk-images: Remove modules.pcimap, modules.usbmap, pcitable, from images, and associated trimmer scripts from files used. Add modules.alias, videoaliases. Trim modules.alias using trimmodalias. * scripts/upd-instroot: Don't keep Cards, but keep videoaliases. Don't run checkcards.py * utils/trimmodalias: New script, trim modules.alias file to match modules in the first/second stage * utils/trimpciids: Trim pci.ids based on modules.alias and videoaliases, not pcitable and modules.pcimap * utils/checkcards.py: Remove now obsolete script * utils/trimmodmap: Likewise * utils/trimpcitable: Likewise * utils/trimusbmap: Likewise
* neuter genhdlistPaul Nasrat2005-09-081-0/+3
|
* undefined behavior is fun to rely on.Bill Nottingham2005-06-201-2/+1
|
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-134-15/+15
| | | | | | | | | | | | | | | * 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-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | * utils/genhdlist.c: Genericize product dir * loader2/loader.c (initProductInfo): Likewise.
* support longer package names - #146820Paul Nasrat2005-03-141-10/+53
|
* Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works...Peter Jones2005-03-021-4/+12
| | | | | Also, make genhdlist.o build with -Wno-return-type, because rpm's headers and gcc4 don't get along.
* moduledeps.c and moduleinfo.c are copied from another dir; cvs shouldn'tPeter Jones2005-03-021-1/+2
| | | | care about them here.
* make font buffer unsigned here like in isys/lang.cPeter Jones2005-03-021-1/+1
|
* add pciid trimming hereBill Nottingham2004-10-212-0/+52
|
* clean up .depend file, tooKarsten Hopp2004-06-031-1/+1
|
* tyopJeremy Katz2004-05-201-1/+1
|
* make readmap a little bit quieterJeremy Katz2004-05-201-2/+6
|
* add trimusbmap (based on trimmodmap) to trim a modules.usbmap. I soJeremy Katz2004-05-172-0/+17
| | | | should have just written this in python...
* larger buffer for filenames (#118549)Jeremy Katz2004-05-061-1/+1
|
* hey this will help us to get a modules.pcimap (#116357)Jeremy Katz2004-03-051-1/+1
|
* no more modutils-develJeremy Katz2003-12-171-3/+1
|
* this isn't used anymoreJeremy Katz2003-11-181-44/+0
|
* more .koJeremy Katz2003-11-181-2/+2
|
* fix pcitable trimmingJeremy Katz2003-11-151-1/+1
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-10/+10
| | | | available. basically notting's patch with some fixes and genhdlist handled
* improve error message, from toralf@procaptura.com (#106762)Jeremy Katz2003-10-131-1/+2
|
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-162-0/+44
| | | | little things across the board
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-2/+2
| | | | | | | | | | | | | | 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 from taroon. fixes driver disks, side effect of pulling in newanaconda-9.0.92-1Jeremy Katz2003-06-121-2/+2
| | | | buildinstall stuff