summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fetch command-line.txt and kickstart-docs.txt from the Fedora wiki forChris Lumens2007-07-264-1924/+11
| | | | inclusion in the package.
* * textw/network_text.py: Remove extra popWindow().David Cantrell2007-07-262-1/+2
|
* Just kidding.David Cantrell2007-07-262-4/+0
|
* * ui/autopart.glade: Bold heading text to be more consistent withDavid Cantrell2007-07-262-3/+6
| | | | other screens.
* - Enable booting from GPT on non-EFI systems.Peter Jones2007-07-264-22/+48
|
* * yuminstall.py (YumBackend.__init__): Make sure skipFormatRoot isDavid Cantrell2007-07-262-1/+7
| | | | initialized.
* Updatedeukim2007-07-261-8/+4
|
* Updatedeukim2007-07-261-94/+58
|
* Was I the only one getting this error? rhel.py needed to import yuminstall.David Cantrell2007-07-252-0/+5
|
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-252-0/+6
| | | | | * isys/isys.py (makeDevInode): Warn if we try to explicitly create a device in /tmp
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-257-32/+42
| | | | | | | | | | | | | | | | | | | | | | | * fsset.py (allocateLoopback): Use /dev/loopX instead of /tmp/loopX * urlinstall.py (UrlInstallMethod.systemMounted): Use /dev/loop0 instead of /tmp/loop. (UrlInstallMethod.systemUnmounted): Likewise. * rescue.py (runRescue): Loop devices made generally now. * harddrive.py (HardDriveInstallMethod.mountMedia): Use /dev/loop3 instead of /tmp/loop (HardDriveInstallMethod.umountMedia): Likewise. * image.py (CdromInstallMethod.systemUnmounted): Use /dev/loop0 instead of /tmp/loop (CdromInstallMethod.systemMounted): Likewise. (NfsIsoInstallMethod.mountImage): Likewise for /dev/loop3 (NfsIsoInstallMethod.umountImage): Likewise. (findIsoImages): Likewise for /dev/loop2. * iutil.py (makeDriveDeviceNodes): Make loop devices.
* - print a message when the boot block is being overwrittenPeter Jones2007-07-252-0/+6
|
* - fix error reporting in execWithRedirectPeter Jones2007-07-252-2/+8
|
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-251-1/+4
| | | | * yuminstall.py (AnacondaYumRepo._getFile): Fix media installs (#249371)
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-252-1/+8
| | | | * yuminstall.py (AnacondaYumRepo._getFile): Fix media installs (#249371)
* 2007-07-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-252-1/+12
| | | | * anaconda.spec: Bump version.
* Updatedeukim2007-07-241-16/+12
|
* 2007-07-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-232-32/+128
| | | | | | | | | * scripts/upd-instroot: Switch the way we build second stage images. Move to using yum to populate with a set of packages and then do pruning of the installed root. Prune with our file list + doing dso dep checking. This will be slower, but should help to avoid us having to maintain the list as much and avoiding the problems when things grow new library deps.
* Set default value to an empty list instead of None.Chris Lumens2007-07-232-1/+6
|
* log tracebacks from DiskSet._labelDevice()Peter Jones2007-07-232-0/+11
|
* *** empty log message ***ra2007-07-211-129/+109
|
* Right bug number.Chris Lumens2007-07-201-1/+1
|
* Apply Peter's patch to fix the usb-storage unloading and reloading danceChris Lumens2007-07-202-7/+18
| | | | (#247830).
* class -> dhcpclass since that's what loader expects (#248910).Chris Lumens2007-07-202-1/+4
|
* Rebuilt keymap overrides (#240087).Chris Lumens2007-07-204-0/+4
|
* Updatedeukim2007-07-201-67/+45
|
* New version.Chris Lumens2007-07-202-1/+16
|
* Support the ISOs being on a partition that is set to be upgraded (#244002).Chris Lumens2007-07-194-26/+43
|
* * fsset.py: Mark iSCSI root with _netdev mount option (patch fromDavid Cantrell2007-07-192-9/+17
| | | | markmc AT redhat DOT com, #245725).
* Fix duplicate entry check to take multiple bind mounts into account (#246424).Chris Lumens2007-07-192-1/+14
|
* Improve error reporting when trying to mount swap partitions specified byChris Lumens2007-07-182-20/+21
| | | | device name instead of label (#248558).
* Finished changes on RH translations and docszepires2007-07-181-188/+106
|
* Remove call to refreshDevices.Chris Lumens2007-07-183-5/+6
|
* - remove some zealotry that I added this morning. It is too much.Peter Jones2007-07-182-19/+24
|
* - typo fixPeter Jones2007-07-181-1/+1
|
* Fix typo.Chris Lumens2007-07-182-1/+5
|
* - typo fixPeter Jones2007-07-181-1/+1
|
* - typo fixPeter Jones2007-07-181-1/+1
|
* - add support for x86 machines with efiPeter Jones2007-07-184-28/+116
| | | | - add support for gpt on x86
* re-port split up of DiskSet.openDevices() from rhel5Peter Jones2007-07-184-142/+173
|
* - don't generate the error message on SCSI with >15 partitions at two places.Peter Jones2007-07-172-18/+14
|
* actually commit thisJeremy Katz2007-07-171-1/+7
|
* Updated Malay translationarclynx2007-07-171-10/+9
|
* Updatedeukim2007-07-171-76/+51
|
* 2007-07-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-161-0/+2
| | | | * anaconda.spec: Bump version.
* Moved the pullRemainingKickstartConfig functionality into pykickstart.Chris Lumens2007-07-163-81/+13
|
* Remove extra brace.Chris Lumens2007-07-162-1/+3
|
* add bug #Jeremy Katz2007-07-161-1/+1
|
* 2007-07-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-165-5/+26
| | | | | | | | | | From Jane Dogalt <jdogalt AT yahoo DOT com> * fsset.py: Add case for skipping formatting the rootfs dependent on backend so that we don't format the rootfs for live images. A little bit of a hack, but good enough for now * backend.py: Add skipFormatRoot attribute, defaults to False * livecd.py: Add skipFormatRoot attribute = True * packages.py: Pass skipFormatRoot
* More unneeded crud.Chris Lumens2007-07-161-54/+0
|