summaryrefslogtreecommitdiffstats
path: root/constants.py
Commit message (Collapse)AuthorAgeFilesLines
* Install the driver discs according to what was loaded in stage1Martin Sivak2010-01-081-0/+5
|
* Fix LVM error handling so the exceptions actually get into the namespace.Peter Jones2008-08-081-0/+2
|
* These constants aren't used anymore.Chris Lumens2008-07-091-5/+0
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
| | | | * po/sk.po: Typo fix.
* Correct internationalization of exception handler textMatt Wilson2008-02-141-2/+9
| | | | | | | Currently constants.exceptionText won't translate properly because string interpolation is performed inside _(). This patch splits the string up so you get generic text if no bugUrl is set in the product definition, and also corrects this problem.
* Why do we still have this crud?Chris Lumens2008-01-111-5/+0
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+13
| | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section.
* Rework the exception handling dialog to make it easier to add destinationsChris Lumens2007-10-261-0/+5
| | | | | other than floppy and remote via scp in the future. USB support is almost there.
* Add SKIP_KEY from rhel5-branch.Chris Lumens2007-09-191-0/+3
|
* #244531 - Show the architecture during installmsivak2007-08-231-0/+1
| | | | | | | | | | * loader2/loader.h: Add getProductArch method. * loader2/loader.c: Populate productArch and define getProductArch. Show the architecture in stage1. * constants.py: add productArch * product.py: populate productArch * text.py: Show the architecture during text mode stage2.
* Attempt to support loopback url mounts (#207904) and related cleanup ofPaul Nasrat2006-09-251-0/+5
| | | | urlinstall.
* Create a dictionary in flags.py for storing /proc/cmdline. Nuke allChris Lumens2006-03-221-6/+0
| | | | references to /proc/cmdline from everywhere else in favor of this dict.
* Move generic kickstart file processing code into its own package and makeChris Lumens2005-10-061-9/+2
| | | | | sure to include it properly. Also fixed a variety of typos related to LVM and RAID on kickstart.
* Use glade for the exception dialog and display the full traceback on theChris Lumens2005-09-201-11/+3
| | | | bottom.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | | | * product.py (bugUrl): Clean up .buildstamp reading, read in bug url * constants.py (bugzillaUrl): Make bug url a per-product characteristic. * scripts/buildinstall: Allow passing in bug url on the command line. * scripts/mk-images: Likewise, and use it to populate .buildstamp.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | | | * constants.py: Fix traceback * bootdisk/sparc/*: Remove out of date sparc files. * anaconda: Product name fixup * bootdisk/ppc/bootinfo.txt: Likewise. * loader2/linuxrc.s390: Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-11/+12
| | | | | | | | | | | | * constants.py: Make bugzilla URL more changeable. * iw/xconfig_gui.py (XConfigWindow.getNext): Likewise. * packages.py (betaNagScreen): Likewise. * hdrlist.py (GroupSet.__main__): Nuke some dead code. * Makefile (DESTDIR): Likewise. * image.py (findIsoImages): Genericize comment. * loader2/urlinstall.c: Likewise.
* re-enable selinux by defaultJeremy Katz2004-07-071-1/+1
|
* betanag returnsJeremy Katz2004-05-181-1/+1
|
* disable beta nagJeremy Katz2004-05-061-1/+1
|
* New Improved SELinux handlingJeremy Katz2004-04-131-0/+2
| | | | | | | * default in constants.py * 'selinux' flag will key it on (if off by default) * turn on for selinux=1, off for selinux=0 * non-existence of selinuxfs will force off
* betanag back onJeremy Katz2003-11-091-1/+1
|
* turn off beta nagJeremy Katz2003-10-261-1/+1
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-0/+1
| | | | available. basically notting's patch with some fixes and genhdlist handled
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-0/+4
| | | | and cleanups in here too
* betanag back onJeremy Katz2003-02-271-1/+1
|
* betanag off. we're in the final stretchJeremy Katz2003-02-141-1/+1
|
* productname and productversion are now defined by passing args to buildinstallJeremy Katz2003-01-131-0/+1
| | | | | | | | so that we don't have them hard coded in the package. they end up in /.buildstamp along with the timestamp for the image. add support for substituting @RHL@ and @RHLVER@ in the help with the product name or version to avoid having to change the help unless its needed
* save to floppy only if you have a floppy drive. Needed as part of s390 ↵Matt Wilson2003-01-081-0/+13
| | | | merge, but applies to many platforms and notebooks these days
* turn off debugJeremy Katz2002-12-161-1/+1
|
* turn on betanag and debug for beta1Jeremy Katz2002-11-051-2/+2
|
* add ability to toggle beta nag, turning it OFF nowMike Fulbright2002-08-191-0/+2
|
* turn off debug buttonMike Fulbright2002-07-171-1/+1
|
* don't forget to check everything in!Matt Wilson2002-07-091-0/+4
|
* add a step which takes care of ensuring that any needed things for firstboot ↵Jeremy Katz2002-06-101-0/+5
| | | | get done. generally a no-op except for kickstart which has different defaults. also, move dopostaction back to being the last thing we do
* move hack value to constants file at leastMike Fulbright2002-06-041-0/+4
|
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-0/+4
| | | | work now, at least in gui. text mode might, though
* handle %packages --ignoredeps and %packages --resolvedeps so that peopleJeremy Katz2002-02-221-1/+5
| | | | | can control the handling of any spurious dependencies when using kickstart. if neither is specified, keep the previous behavior (#57297)
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-0/+21
| | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types.
* more pychecker fixupsMatt Wilson2001-06-231-0/+18