summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Collapse)AuthorAgeFilesLines
...
* more build fixageJeremy Katz2006-05-021-0/+1
|
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-022-0/+2
| | | | | * isys/net.h: Include <linux/types.h> for ethtool.h * isys/isys.c: Hack to fix compile error with new kernel headers
* Pass the right types to the socket module to make manual IP configuration workChris Lumens2006-04-261-2/+3
| | | | again.
* Fix some deprecation warnings.Chris Lumens2006-03-301-1/+2
|
* Build it up, tear it down. Since we're destroying isys from the inside,David Cantrell2006-03-242-10/+2
| | | | | figured I'd remove isys.getpagesize() since the Python resource module has that.
* - Fix SELinux conditional inclusion/buildPeter Jones2006-03-241-4/+1
|
* Remove functions already in python, hopefully better.Chris Lumens2006-03-222-75/+14
|
* Remove summitavailable support.Chris Lumens2006-03-224-42/+0
|
* isys.getopt is deprecated. Use optparse, or suffer the consequences.Chris Lumens2006-03-221-0/+3
|
* * fsset.py (reiserfsFileSystem): Added missing labelDevice method.David Cantrell2006-03-221-10/+13
| | | | | | | | | | | | | | (#183183). * fsset.py (LabelFactory): Added isLabelReserved method (#183183). * fsset.py (FileSystemSet.labelDevice): Call isLabelReserved in the label factory to see if we should relabel the device. Handles weird corner cases with existing partitions (#183183). * isys/isys.py (readReiserFSLabel_int): Problem reading reiserfs labels, moved label reading code to _inside_ the for loop so it actually does some thing useful (#183183).
* i5 returns as pSeries! (#186070)Paul Nasrat2006-03-211-1/+1
|
* 2006-03-13 Matt Wilson <msw@rpath.com>Jeremy Katz2006-03-132-4/+14
| | | | | | | * Makefile.inc: Add flag for whether or not to use SELinux. * isys/Makefile: Conditionalize SELinux. * isys/isys.c: Likewise. * loader2/Makefile: Likewise.
* Add a function to more intelligently sort network device names (#166842).Chris Lumens2006-03-021-0/+12
|
* 2006-02-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-271-0/+1
| | | | * isys/eddsupport.c (uniqueSignatureExists): Fix segfault (#182589)
* - use the right name for handleSegv ;)Peter Jones2006-02-241-2/+3
|
* Add python shim (#182739).Chris Lumens2006-02-241-0/+3
|
* - add segv handler that dumps backtracesPeter Jones2006-02-231-0/+24
|
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-226-599/+1
| | | | | | | | | * isys/isys.py (hardDriveDict): Remove ide raid checking * isys/isys.c: Remove support code. * isys/hpt.c: Remove. * isys/pdc.c: Remove. * isys/silraid.c: Remove. * isys/Makefile: Don't link removed files.
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-224-46/+1
| | | | | | | | | | | | | | | | | | * lang-table: Set all previously bterm using languages to "none" for the fact that we can't handle them in text-mode anymore * textw/language_text.py (LanguageWindow.__call__): Remove bterm special-casing. * text.py (InstallInterface.run): Likewise. * loader2/lang.c (setupLanguage): Likewise. * language.py (Language.fixLang): No more "bterm" font * stubs/unicode-lite.c: Don't require wlite * stubs/Makefile: Don't link against wlite * loader2/Makefile: No more linking to bterm here either * isys/lang.c: Remove bterm support code. * isys/lang.h: And declaration. * isys/Makefile (LOADLIBES): No more linking to bterm * isys/isys.c (start_bterm): Remove this * anaconda.spec (BuildPreReq): Bye-bye bogl
* 2006-02-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-141-5/+3
| | | | | * isys/isys.h: Bump minimum RAM amounts for install, graphical install and when we need to enable swap early
* Correct other references to ethtool-copy.h.Chris Lumens2006-02-102-3/+2
|
* 2006-02-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-093-453/+5
| | | | | | * isys/linkdetect.c: Use linux/mii.h and linux/ethtool.h now * isys/mii.h: Remove * isys/ethtool-copy.h: Remove
* * isys/isys.py (readReiserFSLabel): Support all valid reiserfsDavid Cantrell2006-02-031-14/+16
| | | | block sizes.
* * scripts/upd-instroot: Add reiserfstune.David Cantrell2006-02-031-0/+49
| | | | | * isys/isys.py: Added readReiserFSLabel() and related functions so we can skip over any existing reiserfs labels (#125939).
* 2006-01-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-251-0/+2
| | | | | * isys/lang.c (loadKeymap): Can't load keymaps under Xen, so don't fail in a loud fashion.
* 2005-12-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-221-1/+1
| | | | * isys/isys.py (hardDriveDict): Only look for STMF on iSeries (#176024)
* * isys/nfsmount_xdr.c (xdr_mountres3_ok): reformat weird tabbing,Peter Jones2005-12-052-6/+10
| | | | | | | and don't type-pun any more. * isys/linkdetect.c (mdio_read): no type-punning. * loader/moduleinfo.c (readModuleInfo): fix typo (+ instead of +=) that gcc41 complains about.
* - don't do special handling for pdc raidPeter Jones2005-11-171-0/+2
|
* - eliminate one useless variablePeter Jones2005-11-171-6/+6
| | | | - check one error case better
* hmm, I didn't commit this yesterday apparentlyJeremy Katz2005-11-151-0/+8
|
* -lsepol as wellPeter Jones2005-11-151-1/+1
|
* add support to isys for device-mapper nodesPeter Jones2005-11-142-7/+36
|
* 2005-10-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-281-0/+8
| | | | * isys/devnodes.c: Add support for Xen xvd block devs
* 2005-10-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-241-10/+10
| | | | * isys/isys.py: Change some log levels
* Make /dev/input/event* device nodes needed for some laptop mice.Chris Lumens2005-10-141-0/+4
|
* 2005-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-111-42/+10
| | | | * isys/devnodes.c: Make the ide drive device node creation cleaner.
* 2005-10-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-111-1/+1
| | | | | * isys/imount.c: Actually assign the nfs mount opts to the right variable
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-1/+4
| | | | | * isys/imount.c (doPwMount): Fix segfault when NFS mounting with no options.
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-153-72/+50
| | | | | | | | | | | | | | | | * isys/imount.c (doPwMount): Make arguments for doPwMount simpler. Use a bitmask of flags and pass extra data like mount(2). Use flags for nfs and pass arguments onto nfsmount(). Kill some dead code. * isys/imount.c (doPwMount): Update prototype, add constants. * isys/isys.c (doMount): Update for new API. * loader2/cdinstall.c: Likewise. * loader2/driverdisk.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/loader.c: Likewise. * loader2/method.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/usb.c: Likewise.
* Handle short reads correctlyPeter Jones2005-08-311-3/+3
| | | | minor whitespace fixes
* 2005-08-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-231-1/+1
| | | | | | * isys/isys.c: We don't use /dev/ptyp* anymore, so our pty major is different. Check for the range to fix getting a shell with telnet installs (#165437)
* Converted a lot more messages to the new logging system, but there's stillChris Lumens2005-08-111-12/+13
| | | | | | 41 files to go. If your favorite log message needs to be on a different priority level, feel free to change it. Maybe we can have little commit wars over them.
* Added a clobberDevice method that is used before formatting a device toChris Lumens2005-06-272-0/+33
| | | | get rid of any identifying information (such as labels).
* Remove method in addition to calls.Chris Lumens2005-06-231-28/+0
|
* and actually commitJeremy Katz2005-06-221-8/+0
|
* Close file descriptor leak relating to reading the partition tableChris Lumens2005-06-161-0/+1
| | | | (Jon Burgess, #160693).
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-137-10/+10
| | | | | | | | | | | | | | | * 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-06-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-071-3/+3
| | | | * isys/lang.c (bterm_main): Use the full font first (#159505)
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-1/+37
| | | | | | | * isys/isys.py (oldSwapLabelMunge): Munge old swap label format to the new version. Elliot's first pass wasn't accepted upstream so we need to try to do some conversion. We should probably nuke this code for FC5 or FC6.
* Pad UUID out to eight places with zeros.Chris Lumens2005-05-231-2/+2
|