summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Keep only one copy of this code for group sorting/display aroundJeremy Katz2008-06-033-101/+57
| | |
| * | Stop using rhpl.translate and use gettext directlyJeremy Katz2008-06-0375-101/+265
| | | | | | | | | | | | | | | Stop using the rhpl.translate module and switch to just using python's built-in gettext functionality
| * | Add a descriptive comment to the top of /etc/fstab (#448966).Chris Lumens2008-06-031-1/+11
| |/
| * Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-06-038-13/+60
| |\
| | * Translate package descriptions (#449455).Chris Lumens2008-06-021-2/+3
| | |
| | * Fix a typo.Chris Lumens2008-06-021-1/+1
| | |
| | * Translate password error messages (#439981).Chris Lumens2008-06-021-1/+3
| | |
| | * Fix traceback starting vnc (#449295)Jeremy Katz2008-06-011-2/+2
| | |
| | * Add Hewbrew to lang-tableOron Peled2008-06-011-0/+1
| | |
| | * Fix errors in python string formatting (#449130).Chris Lumens2008-05-301-2/+2
| | |
| | * And actually commit the new spec file.Chris Lumens2008-05-301-1/+37
| | |
| | * Allow ext4 migration again for testing at leastanaconda-11.4.1.2-1Jeremy Katz2008-05-291-1/+1
| | |
| | * Remount filesystems after migration (#440055)Jeremy Katz2008-05-292-3/+10
| | | | | | | | | | | | | | | | | | If we're migrating filesystems on upgrade, we want to remount the filesystems after we migrate so that we write to them as the new fstype during the upgrade
| * | Use "message" instead of "value" on errors, and stringify on the front side.Peter Jones2008-06-031-9/+9
| |/ | | | | | | | | | | This should (hopefully) prevent partitioning tracebacks where we get a traceback from Objects/object.c claiming "__str__ returned non-string (type error)"
| * Add blkid to the keepfiles list so jkeating will whine less ;)Peter Jones2008-05-291-0/+1
| |
| * Don't allow vfat /bootJeremy Katz2008-05-291-0/+6
| |
| * Use the base yum doConfigSetup method.Chris Lumens2008-05-292-67/+104
| | | | | | | | | | | | | | | | This switches us away from hardcoding the config values into yuminstall.py and instead using a yum.conf file (which still needs to be written out somewhere). It also overrides a couple yum methods to customize behavior. Finally it allows us to use the shipped /etc/yum.repos.d files to display the task list instead of coding them into the install classes.
| * Include the yum repo files from fedora-release in stage2.Chris Lumens2008-05-291-1/+2
| |
| * No longer maintain our own list of extra repos.Chris Lumens2008-05-292-5/+0
| |
| * Sort the repos in the UI.Chris Lumens2008-05-291-0/+2
| |
| * Add cost, includepkgs, and excludepkgs to the ks repo objects (#448501).Chris Lumens2008-05-281-0/+17
| |
| * Stop pretending to support Greek text mode (#208841)Jeremy Katz2008-05-281-1/+1
| |
| * Make it clear you need to reboot to use the installed system (#238297)Jeremy Katz2008-05-281-1/+2
| |
| * Activate LVM for when we do meta-resizing (#441706)Jeremy Katz2008-05-281-1/+15
| |
| * List Norweigian as Bokmål (#437355)Jeremy Katz2008-05-281-1/+1
| |
| * Fix a few typos from yesterday's install class simplification.Chris Lumens2008-05-282-2/+2
| |
| * AnacondaYumRepo should take a repoid as its first argument.Chris Lumens2008-05-271-3/+3
| | | | | | | | | | | | This brings us in line with yum's YumRepository, which takes a single argument that is the repoid. Now if a repo is created without named arguments, it will get the same name as if yum created the object.
| * Simplify the install classes.Chris Lumens2008-05-275-201/+122
| |
| * Don't show the EFI filesystem unless we're on an EFI platformJeremy Katz2008-05-271-0/+2
| |
| * Add nfsv4 so that we don't nuke them on upgrades (#448145)Jeremy Katz2008-05-271-0/+12
| |
| * When there are errors reading the live CD, offer a retry.Chris Lumens2008-05-271-2/+21
| |
| * Can't recover from buildTransaction errors on a per-repo basis (#447796).Chris Lumens2008-05-231-4/+2
| |
| * Set default partition size to 200 MB in the custom partitioning UI.Chris Lumens2008-05-201-3/+2
| |
| * Limit the size of things in exception dumps to 1k.Chris Lumens2008-05-191-4/+9
| |
| * Catch IOErrors one place they seem to happen most.Chris Lumens2008-05-191-0/+2
| |
| * Add a unique user agent for anaconda's grabbing in stage2Jeremy Katz2008-05-161-0/+1
| |
| * Remove text mode help support as well.Chris Lumens2008-05-151-96/+1
| |
| * Check for all the non-mkfs utilities required for each filesystem type.Chris Lumens2008-05-151-9/+8
| |
| * More partitioning error handling fixes (#446453).Chris Lumens2008-05-152-5/+5
| |
| * Require cracklib-python for the rootpassword screen.Bill Nottingham2008-05-141-0/+1
| |
| * Use pykickstart's deprecated versions of the xconfig and monitor classes.Chris Lumens2008-05-142-24/+3
| |
| * Fix tyop in upgrade migrate screen (#446363)Jeremy Katz2008-05-141-1/+1
| |
| * Bump version.anaconda-11.4.1.1-1Jeremy Katz2008-05-131-1/+7
| |
| * Just call the XStartupCB() function directly and randr to the desired resolutionJeremy Katz2008-05-132-12/+19
| |
| * Stop writing out an xorg.confJeremy Katz2008-05-138-353/+13
| | | | | | | | | | | | | | | | | | | | X can pretty much start without a config these days and we want to stop having one by default. This works with the following caveats 1) Need to fix up xdriver= to work in the new regime as it's useful 2) Keyboard config isn't carried over to X on the installed system 3) We still need to randr to our preferred resolution in anaconda 1 and 3 should be handled within anaconda, 2 within X
| * Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaJeremy Katz2008-05-132-2/+2
| |\ | | | | | | | | | | | | * 'master' of git+ssh://git.fedoraproject.org/git/hosted/anaconda: Make the "dump to removable device" option work in anaconda.
| | * Make the "dump to removable device" option work in anaconda.Joel Andres Granados2008-05-132-2/+2
| | | | | | | | | | | | | | | The fix checks to see if the partition it is going to write to is active and it appends a "/dev" to the partition name.
| * | Bump version.anaconda-11.4.1.0-1Jeremy Katz2008-05-121-1/+33
| |/
| * Stop neutering DRIBill Nottingham2008-05-122-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The attached patch makes anaconda stop neutering DRI/DRM (at least it should.) It does it by including the DRI userspace modules (from mesa) and the kernel DRM drivers. Why do this? To be more like the 'normal' installed system. Heck, if DRI's going to fail, the system's just going to blow up on the first boot anyway. Furthermore, there are cards/chips that do 2D accel via the 3D pipeline. Plus, if we want to actually disable it in anaconda, we should do it explicitly, not by accident as a consequence of some files not being there. Caveats: - listing the kernel drivers explicitly is a hack - this doesn't pull libGL onto the second stage. Assuming nothing dlopens() it, that shouldn't be a problem
| * make scripts/buildinstall take multiple reposWill Woods2008-05-121-0/+20
| | | | | | | | | | | | | | | | | | | | This patch makes buildinstall accept multiple repo arguments. This is useful when, say, you have a couple of packages that haven't hit rawhide yet, but you want to test them in the installer. ./buildinstall ... http://rawhide... /home/wwoods/myrepo or make testiso REPO="http://rawhide... /home/wwoods/myrepo"