summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* remove ChangeLogJeremy Katz2007-11-051-15604/+0
|
* Add accelerator keys to the Volume Group window. (#206479).Joel Andres Granados2007-11-011-0/+4
|
* * liveinst/liveinst.sh (ANACONDA): Turn off swap and lvm earlierJeremy Katz2007-10-301-0/+3
| | | | to avoid dmraid funkiness (#357401)
* Fix various typos that were causing exceptions.Chris Lumens2007-10-301-0/+9
|
* 2007-10-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-301-0/+5
| | | | | * Makefile (lang-names): Make lang-names depend on subdirs so that translations are created first if using parallel make (#358411)
* Fix spacing in the ChangeLog. Picky, picky.Chris Lumens2007-10-301-1/+4
|
* Use classes with the vnc stuff. Fix vnc behavior (#264841).jgranado2007-10-301-0/+3
|
* * partitions.py: Move partitionObjectsInitialize() andDavid Cantrell2007-10-291-0/+11
| | | | | | | | | | partitioningComplete() from partitioning.py to this file. * partitioning.py: Removed. * dispatch.py: import partitioning -> import partitions * fsset.py: Likewise. * raid.py: Likewise. * iw/autopart_type.py: Likewise.
* Some arguments are required (#355871).Chris Lumens2007-10-291-0/+4
|
* 2007-10-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-281-0/+2
| | | | * Makefile: Docs got moved (#356021)
* 2007-10-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-281-0/+4
| | | | | | * fsset.py (xfsFileSystem.__init__): Live images don't have xfsprogs, try to keep people from shooting themselves in the foot (#355351)
* 2007-10-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-281-0/+5
| | | | | * network.py (Network._sysfsDeviceIsUsable): Don't show bridge devices (#354561)
* Fix a couple syntax errors.Chris Lumens2007-10-261-0/+6
|
* - Fix getMinimumSector() to actually use cylinder 1 on sun disklabels.Peter Jones2007-10-261-0/+6
|
* - add --fsprofile support to lvm, paritition, and raid.Peter Jones2007-10-261-1/+9
| | | | - remove --bytes-per-inode support.
* Since the exception dialog no longer probes for the floppy in advance,Chris Lumens2007-10-261-1/+11
| | | | there's no reason to keep floppy.py around anymore.
* And, you know, commit the ChangeLog as well.Chris Lumens2007-10-261-0/+24
|
* Add timestamps to the stdout log as well.Chris Lumens2007-10-261-0/+3
|
* * liveinst/liveinst.sh: Use the right path for the lock file (#354571)Bill Nottingham2007-10-261-0/+4
|
* Create device nodes in /dev.Chris Lumens2007-10-261-0/+2
|
* The package providing lokkit has changed names.Chris Lumens2007-10-261-0/+3
|
* Added a --disc-size= option to set the size of the media in MB. Defaults toChris Lumens2007-10-261-0/+3
| | | | the old value of 640 (#149234)
* It's MALLOC_CHECK_, not _MALLOC_CHECK (#354131).Chris Lumens2007-10-261-0/+2
|
* Need to take the chroot into account for log file locations since subprocessChris Lumens2007-10-261-0/+6
| | | | runs the preexec_fn after opening the stdout/stderr locations (#338541).
* Inform user about the arch mismatch and offer to upgrade rpm platformmsivak2007-10-261-0/+14
| | | | | | | | | | | | | | | | | | Bug #217132 2007-10-26 Martin Sivak <msivak@redhat.com> * backend.py (doRepoSetup): Update the platform file if necessary * dispatch.py: Add new step for detecting platform upgrade * flags.py (Flags): Add flag for controlling the rpm platform update * iutil.py (writeRpmPlatform): Now controlled by the updateRpmPlatform flag * upgrade.py: Add isUpgradingArch, queryUpgradeArch and add the upgradearchitecture step (#217132)
* Do not ask for partition table init when in rescue modemsivak2007-10-261-0/+5
| | | | | | | 2007-10-26 Martin Sivak <msivak@redhat.com> * partedUtils.py (DiskSet): Do not ask for partition table init when in rescue mode (#331131)
* Add CIFS tools to rescue image (samba-client package)msivak2007-10-261-0/+4
|
* * iw/progress_gui.py (InstallProgressWindow.set_label): Convert '&'David Cantrell2007-10-251-0/+5
| | | | to '&amp;' for the set_markup() method.
* 2007-10-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-251-0/+4
| | | | * isys/isys.py (driveDict): Ignore sg devices (#330931)
* Create the pendirve image with makebootfat instead of syslinux.jgranado2007-10-251-0/+2
|
* Add ntfsprogs to rescue image. (#220062)jgranado2007-10-251-4/+2
|
* Clean up after findAnacondaCD if the user provided an invalid URL so retriesChris Lumens2007-10-241-0/+4
| | | | work. Also attempt to look for a stage2.img on retry every time (#330641).
* - allow users to use their own mke2fs.confPeter Jones2007-10-241-0/+5
|
* Don't log a critical error message if we can still retry (Steve FernandChris Lumens2007-10-241-0/+4
| | | | <sfernand AT redhat DOT com>, #350251).
* Clean up usage of /tmp for device nodes (patch from notting@redhat.com).Chris Lumens2007-10-241-0/+5
|
* - Use the last (and hopefully newest) ld.so we find, not the first, and don'tPeter Jones2007-10-241-0/+5
| | | | follow symlinks.
* 2007-10-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-241-0/+6
| | | | | | * scripts/upd-instroot: Commit the patch from Orion Poplawski to fix up our shlib dep finding. Also removes the hardcoded lists of libraries
* 2007-10-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-241-0/+6
| | | | | | * liveinst/liveinst.sh (ANACONDA): Only use hal-lock if hal is running * anaconda (Anaconda): Fix for runinst with live images
* * network.py (Network.write): Set IPV6INIT for all cases (#328931).f8-baseDavid Cantrell2007-10-231-0/+4
|
* * network.py (Network.write): Write out the IPV6* variables to theDavid Cantrell2007-10-231-0/+6
| | | | | ifcfg files correctly, avoid IPV6ADDR=dhcp and other invalid settings (#328931).
* Don't traceback when offering the choice to retry on a failed mirror (#349371).Chris Lumens2007-10-231-0/+5
|
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-231-3/+2
| | | | * anaconda.spec: Bump version.
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-231-0/+3
| | | | | * yuminstall.py (YumBackend._checkUpgradeArch): Add back the check to ensure we don't cross arches on an upgrade (#222424)
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-221-0/+4
| | | | | | * yuminstall.py (YumBackend.kernelVersionList): Only include the installed kernels in this list so that we don't end up with phantom entries in the grub config on upgrade (#325871)
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-221-0/+9
| | | | | | | | * iw/upgrade_bootloader_gui.py (UpgradeBootloaderWindow._newToLibata): Sync up with text mode version * textw/upgrade_bootloader_text.py (UpgradeBootloaderWindow._ideToLibata): Improve check so that it doesn't see F7 -> F8 updates as needing a new config
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-221-0/+5
| | | | | * upgrade.py: Add some kde packages to the list that we remove on upgrade (#339981). Also clean up to have a little less duplication.
* Fix processing of ks=<whatever> ksdevice=(link|bootif). Free some moreChris Lumens2007-10-221-0/+8
| | | | memory.
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-0/+32
|
* Add Requires: policycoreutils for people doing rebuilds (#343861).Chris Lumens2007-10-221-0/+3
|
* Fix typo.Chris Lumens2007-10-221-0/+4
|