| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
* isys/net.h: Include <linux/types.h> for ethtool.h
* isys/isys.c: Hack to fix compile error with new kernel headers
|
|
|
|
| |
again.
|
| |
|
|
|
|
|
| |
figured I'd remove isys.getpagesize() since the Python resource module
has that.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#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).
|
| |
|
|
|
|
|
|
|
| |
* Makefile.inc: Add flag for whether or not to use SELinux.
* isys/Makefile: Conditionalize SELinux.
* isys/isys.c: Likewise.
* loader2/Makefile: Likewise.
|
| |
|
|
|
|
| |
* isys/eddsupport.c (uniqueSignatureExists): Fix segfault (#182589)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
* isys/isys.h: Bump minimum RAM amounts for install, graphical
install and when we need to enable swap early
|
| |
|
|
|
|
|
|
| |
* isys/linkdetect.c: Use linux/mii.h and linux/ethtool.h now
* isys/mii.h: Remove
* isys/ethtool-copy.h: Remove
|
|
|
|
| |
block sizes.
|
|
|
|
|
| |
* isys/isys.py: Added readReiserFSLabel() and related functions
so we can skip over any existing reiserfs labels (#125939).
|
|
|
|
|
| |
* isys/lang.c (loadKeymap): Can't load keymaps under Xen, so don't
fail in a loud fashion.
|
|
|
|
| |
* isys/isys.py (hardDriveDict): Only look for STMF on iSeries (#176024)
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
- check one error case better
|
| |
|
| |
|
| |
|
|
|
|
| |
* isys/devnodes.c: Add support for Xen xvd block devs
|
|
|
|
| |
* isys/isys.py: Change some log levels
|
| |
|
|
|
|
| |
* isys/devnodes.c: Make the ide drive device node creation cleaner.
|
|
|
|
|
| |
* isys/imount.c: Actually assign the nfs mount opts to the right
variable
|
|
|
|
|
| |
* isys/imount.c (doPwMount): Fix segfault when NFS mounting with
no options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
minor whitespace fixes
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
get rid of any identifying information (such as labels).
|
| |
|
| |
|
|
|
|
| |
(Jon Burgess, #160693).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* isys/lang.c (bterm_main): Use the full font first (#159505)
|
|
|
|
|
|
|
| |
* 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.
|
| |
|