summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-182-25/+41
| | | | | We have glib for other things, so we can use it for option parsing and dump another library dependency.
* Catch failures from write(2) in utils/snarffont.cDavid Cantrell2009-09-171-20/+48
| | | | | | Remove the die() function and replace with calls to fprintf() and return EXIT_FAILURE. Catch write(2) failures as well instead of just ignoring them.
* Convert utils/ to Makefile.amDavid Cantrell2009-06-092-90/+34
|
* Remove old content from utils/David Cantrell2009-02-203-278/+2
| | | | Remove old content from utils/Makefile, remove hash.c and hash.h.
* Update mk-s390-cdboot.c to work with large kernel images (#184648)David Cantrell2008-12-021-7/+40
| | | | | IBM's update to mk-s390-cdboot.c to support large kernel images and large initrd images.
* Fix mk-s390-cdboot on s390x (#184648)David Cantrell2008-09-291-130/+225
| | | | | | | | | Related to #184648. The C program provided by IBM was not working. In buildinstall.log from distill, we saw that it was core dumping. I've patched the source to not use fixed buffer sizes for command line arguments, which seemed to be the cause of the problem. I also added some error checking and reporting in case it completely fails.
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-1/+1
|
* Enable wireless modules again for now as a test (#443545).Chris Lumens2008-08-111-1/+1
|
* Support booting from FCP-attached CD/DVD drive on s390 (#184648)David Cantrell2008-07-172-2/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The s390 can boot El Torito CD or DVD images iff they are attached by zFCP, used as the IPL device, and contain a specially formatted boot image on the disc. IBM provided the tool to combobulate the boot image together and a description of the desired execution path. When you boot on s390, the linuxrc.s390 will look to see if you IPL'ed from a CD or DVD. If you did, it will ask if you also want to install from that device. If you answer yes (y, Y, or any case spelling of 'yes'), the script will bring the IPL device online so the kernel assigns it a device name. Then it skips over the network configuration and starts you in to loader. If you tell it no or did not IPL from a CD or DVD, it'll launch the missiles--wait, no, I mean you get the normal network installation questions before loader starts. I have no way to test this as it requires the following changes: (1) Rel-eng needs to build s390x media with -no-emul-boot and specify the new cdboot.img file on that platform. I have already contacted rel-eng about making this change. (2) I don't have a CD-ROM drive in my mainframe. IBM does and testing is all falling on them. IBM knows this...maybe. I explain all of this like anyone else on the team will ever get a chance to experience it. So there you have it. A letter opener.
* Handle modules with more than one description (#432414)Jeremy Katz2008-02-121-1/+1
|
* Clean off leading and trailing whitespace from descriptions.Bill Nottingham2008-01-241-0/+1
| | | | 3c359, you're on notice!
* Remove obsolete bits that we no longer need with module trees.Bill Nottingham2007-12-193-160/+2
|
* GPLv2+ boilerplates for stubs/ and utils/David Cantrell2007-12-1712-0/+221
|
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
| | | | | | | | All Makefiles have a standard RH license boilerplate. Existing copyright ranges have been expanded out to list each year, since you are supposed to do that for license boilerplates (ranges aren't valid). Any existing authors mentioned are listed under the Red Hat Author(s) part.
* 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
|