summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix a traceback where there is no %post scriptlet. Synchronize the kickstartChris Lumens2005-02-093-36/+118
| | | | | options described in the documentation with what's actually supported in code.
* 2005-02-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-092-2/+7
| | | | | * scripts/upd-instroot (KEEPFILE): urlgrabber is in a noarch python package ==> usr/lib/python?.? instead of usr/$LIBDIR
* 2005-02-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-092-2/+13
| | | | * anaconda.spec: Bump version
* We're only going to be shipping text documentation for kickstart now, so IChris Lumens2005-02-083-5910/+795
| | | | | have removed the HTML one. Also I cleaned up the text one a bit since it was automatically generated. Changes to follow.
* Support --erroronfail as an option for %pre and %post blocks. This optionChris Lumens2005-02-084-13/+44
| | | | | will display an error dialog and terminate installation, instead of just logging a failure and continuing on (#124368).
* 2005-02-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-082-0/+11
| | | | * packages.py: Fix segfault if we have to order packages.
* 2005-02-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-082-1/+7
| | | | | * scripts/upd-instroot: Add new deps of rpm 4.4 (sqlite3 and neon) as well as relevant libs needed for rpm-python 4.4
* 2005-02-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-083-14/+24
| | | | | | * iw/timezone_map_gui.py: Fix-up for new gnome-python2-canvas module naming. Handle fallback for older gnome-python2. * iw/partition_gui.py: Likewise.
* 2005-02-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-082-1107/+4
| | | | * comps.py: Remove old code.
* 2005-02-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-082-1/+12
| | | | * anaconda.spec: Bump version.
* Put fixes for #138852 and #146915 on HEADPaul Nasrat2005-02-084-6/+28
|
* If help is disabled, don't redraw the help pane when the next button isChris Lumens2005-02-072-20/+24
| | | | clicked (#145691).
* 2005-02-07 Matt Wilson <msw@specifixinc.com>Jeremy Katz2005-02-072-0/+5
| | | | * exception.py: Import log handler
* Terminadoggomes2005-02-071-118/+70
|
* Improved languagexyzallan2005-02-051-14/+14
|
* Updated Finnish translation.lanurmi2005-02-051-44/+31
|
* 2005-02-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-042-1/+9
| | | | * anaconda.spec: Bump version.
* Support setting filesystem options via kickstart through a --fsoptionsChris Lumens2005-02-033-13/+34
| | | | flag (#97560).
* Don't try to make a device node for virtual filesystems like proc or shm.Chris Lumens2005-02-032-8/+18
|
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-022-1/+9
| | | | * anaconda.spec: Bump version.
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-022-1/+2
| | | | * installclass.py (BaseInstallClass.setSteps): Nuke languagesupport.
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-022-14/+29
| | | | | | * packages.py (selectLanguageSupportGroups): Switch to selecting metapkgs of a "language-support" group so that language selection is just like other package selection
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-2/+2
| | | | * product.py: Default product path to Fedora for HEAD
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-024-3/+7
| | | | | | * urlinstall.py: Fix urlgrabber import up * kickstart.py: Likewise. * hdrlist.py (groupSetFromCompsFile): Likewise.
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-022-2/+7
| | | | * scripts/upd-instroot: Fix up little bugs in the font reduce stuff
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-022-1/+14
| | | | * anaconda.spec: Bump version.
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-023-4/+8
| | | | | | * iw/congrats_gui.py (CongratulationWindow.getScreen): Fix up reference to media to not get stale (#138688) * textw/complete_text.py (FinishedWindow.__call__): Likewise.
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-022-7/+15
| | | | | | | * fsset.py (FileSystemSet.reset): Mount pseudo-filesystems with a device name other than "none" for clarity (#136820) (Device.__init__): Allow specification of device for generic devices. (readFstab): Handle the above changes when reading in fstabs
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-022-7/+13
| | | | | * scripts/splittree.py: Allow not creating SRPM CDs by passing --src-discs=0. Based on a patch from Armijn Hemel (#119070)
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-022-3/+17
| | | | | * scripts/upd-instroot: Create reduced font for bogl at upd-instroot time (#92146, #140208)
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-022-0/+5
| | | | * loader2/Makefile (install): Install the unicode linedraw chars file
* Use urlgrabber for retrieving files instead of urllib2 directly.Chris Lumens2005-02-027-96/+44
|
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-022-1/+5
| | | | * partRequests.py: import math, fix a traceback
* Don't install a bootloader if --location=none is provided in the kickstartChris Lumens2005-01-312-8/+14
| | | | config file (#146448).
* Poprawione literówki i różne błędy językoweraven2005-01-291-206/+202
|
* Some fixes for anaconda nl.popve-nl2005-01-281-6/+4
|
* 2005-01-28 Maxim Dziumanenko <mvd@mylinux.com.ua>maxik2005-01-281-31/+24
| | | | * Update Ukrainian translation.
* Improved languagexyzallan2005-01-271-56/+56
|
* Fixed UI deprecation warnings.Chris Lumens2005-01-267-16/+32
|
* * loader2/method.c: make validIsoImages check the buildstamp and reportPeter Jones2005-01-256-9/+31
| | | | | | | | | back if it found invalid entries. * loader2/method.h: update prototype for validIsoImages * loader2/hdinstall.c: call validIsoImages() with foundinvalid = 0 * loader2/nfsinstall.c: pass the address of foundinvalid to validIsoImages * update anaconda.spec
* bg.ponikolay2005-01-251-154/+71
|
* Poprawione literówkiraven2005-01-241-1/+1
|
* Updated translation.joseppc2005-01-231-105/+63
|
* * lvm.py (lvlist): return size in MB.Peter Jones2005-01-215-42/+91
| | | | | | | | | | | | | | | | | | | | | | | | * lvm.py (pvlist): return size in MB. * lvm.py (vglist): return size in MB, and pesize in KB. * lvm.py (clampLVSizeRequest): use math.ceil and math.floor for "roundup", so we don't need to special case "size % pe == 0" * lvm.py (clampPVSize): replace the completely broken code that fails to implement a size heuristic for lvm1. We still need to guess at the available size, but not here. * partRequest.py: add PartitionSpec.getPVSize, which returns a size for a Physical Volume given a partition. If there's no PV in the real partition, it guesses the size based on the free space. Make VolumeGroupRequestSpec.getActualSize use PartitonSpec.getPVSize instead of PartitionSpec.getActualSize * partitions.py: make Partitions.setFromDisk use the PE size from the volume group, so we don't give the wrong pesize to clamp later and create an LV with an invalid size. Also make it handle lv size in MB. make Partitions.getAvailLVMPartitions use the PV's size, not the partition's size. It'll estimate the size from the partition's size if there's no LV created yet. * iw/lvm_dialog_gui.py: use getPVSize instead of getActualSize for LVM physical volume sizes.
* *** empty log message ***stobby2005-01-211-4/+4
|
* Properly grow logical partitions in cases where there's more than one volumeChris Lumens2005-01-202-2/+8
| | | | group defined (Potential fix for #144280, #145145).
* *** empty log message ***ccheng2005-01-201-140/+58
|
* 2005-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-195-4/+32
| | | | | | | | * isys/pdc.c: Fix build if HDIO_GETGEO_BIG_RAW isn't defined. * isys/silraid.c: Likewise. * isys/hpt.c: Remove unused include. * isys/isys.c: Likewise.
* Bump version.Chris Lumens2005-01-192-1/+7
|
* Allow logical partitions to go all the way to the end of the extendedChris Lumens2005-01-192-2/+8
| | | | partition. (Potential fix for #101432).