summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use isSparc not isSPARCHEADmasterDennis Gilmore2010-03-051-1/+1
| | | | | the function to determine what machine we are is isSparc not isSPARC correct typo
* set the bootloader to silo for sparc installsDennis Gilmore2010-03-051-0/+1
| | | | include silo as the bootloader on sparc arches
* sparc64 is a lib64 archDennis Gilmore2010-03-051-1/+1
| | | | make sure sparc64 has lib64 paths set that same as other 64 bit arches that use lib64
* Make sure that SPARC bootdisk Makefile is madeDennis Gilmore2010-03-052-1/+2
| | | | Make sure that we make a SPARC bootdisk Makefile
* make sure we include sparc boot configsDennis Gilmore2010-03-051-1/+1
| | | | Include generation of SPARC Boot configs
* add function to get the sparc system typeDennis Gilmore2010-03-051-0/+19
| | | | | | depending on the type of SPARC machine we are running on we need to pass different flags to silo. include a function to determine what machine we are running on.
* Sparc bootloader config not written to /etcDennis Gilmore2010-03-051-6/+7
| | | | | clean up sparc boot loader install so that it writes out and links into /etc correctly.
* Fix generation of boot.iso on SPARCDennis Gilmore2010-03-051-1/+2
| | | | | we make an install.img file not a stage2.img file anymore. make sure boot.iso is passed the right image to get an iso out.
* Remove isys/minifind.c and isys/minifind.hDavid Cantrell2010-03-053-123/+0
| | | | Remove unused code from isys.
* Sending translation for Russianigorbounov2010-03-051-4/+4
|
* Keep default metacity schema generated for gconf. (#520146)Radek Vykydal2010-03-051-0/+1
|
* metacity, fix a displaying problem with WaitWindow and ProgressWindow (#520146)Ales Kozumplik2010-03-051-4/+9
|
* Nuke addFrame()'s showtitle parameter (#520146).Ales Kozumplik2010-03-051-3/+3
|
* Remove gui code we no longer need when mini-wm is gone (#520146)Ales Kozumplik2010-03-052-101/+16
|
* Remove mini-wm.c. (#520146)Ales Kozumplik2010-03-055-131/+0
| | | | and places where it's mentioned.
* Introduces metacity window manager (#520146)Ales Kozumplik2010-03-052-19/+44
| | | | | We need a solid window manager to be able to open and close the nm-connection-editor window.
* fix: do not initialize the install interface whenever is is accessed (#565872)Ales Kozumplik2010-03-051-30/+35
| | | | | This problem has been present after 39a52ed1ddb2c. VNC+kickstart with %pre script installs were crashing due to attempt to use X server to early.
* Select/Deselect All should only apply to the current tab (#516143, #568875).Chris Lumens2010-03-042-8/+13
|
* Don't try to write firewall and auth information twice (#568528).Chris Lumens2010-03-041-9/+0
|
* Fixes bug #569373 - Change udev_trigger block calls to use change actionBrian C. Lane2010-03-042-3/+3
| | | | | | | This fixes bug #569373, where exiting the filter screen would leave the /dev/dm-7 and /dev/dm-8 devices missing. It appears that device-mapper is removing the devices when udevadm trigger --action=add /class/block/dm-0 is run.
* Include the report module and related support files (#562656).Chris Lumens2010-03-042-2/+4
|
* report handles exn saving now, and doesn't require a Filer (#562656).Chris Lumens2010-03-044-15/+0
|
* Adapt to using report's UI API (#562656).Chris Lumens2010-03-042-7/+6
|
* Do some editing of package and filter UI strings (#569039).Chris Lumens2010-03-044-10/+11
|
* New version.Chris Lumens2010-03-043-4/+19
|
* Sending translation for Russianigorbounov2010-03-031-310/+655
|
* Sending translation for Icelandicsveinki2010-03-031-1729/+2144
|
* Sending translation for Germanfab2010-03-021-197/+203
|
* On live installs, the syslog is /var/log/dmesg. (#568814).Chris Lumens2010-03-011-6/+10
| | | | | This is because we use the system syslog on live installs instead of starting our own with its own special file locations.
* Sending translation for British Englishbruce892010-02-281-413/+747
|
* Set up udev environment so anaconda's udev rules run in livecd. (#568460)David Lehman2010-02-261-0/+2
| | | | | | The udev environment variable ANACONDA must be set for any of the rules in 70-anaconda.rules to be run. It's handled by init for normal installs.
* Ignore probably-spurious disklabels on unpartitionable devices. (#567832)David Lehman2010-02-261-1/+5
|
* The justConfigFile parameter doesn't do anything on x86, either (#568567).Chris Lumens2010-02-261-6/+3
| | | | | | My previous comments were wrong - we can determine that justConfigFile is useless here as well with the death of flags.setupFilesystems and eliminate it.
* Revert "Write a multipath.conf before probing for mpaths."Peter Jones2010-02-261-6/+0
| | | | This reverts commit 74e65cbf111a4f17fa393192519910de53d6c7ac.
* Revert "Remove MultipathDevice.identity* and add DMDevice.serial"Peter Jones2010-02-261-44/+25
| | | | This reverts commit c69b38827091b64c7091e415c6596a7045fd5039.
* Revert "Add StorageDevice.serial_for_display"Peter Jones2010-02-262-7/+0
| | | | This reverts commit 8a4fdd59c1d0d613cb32778b7142da8ec0adbab1.
* Revert "working on this"Peter Jones2010-02-265-71/+21
| | | | This reverts commit a24e722ebcb06c88f88605190caebdcf83236690.
* working on thisPeter Jones2010-02-265-21/+71
|
* Add StorageDevice.serial_for_displayPeter Jones2010-02-262-0/+7
| | | | | | Sometimes we need to compare serials, and sometimes we need to display them. The two aren't necessarily the same thing, so add a function to differentiate them.
* Remove MultipathDevice.identity* and add DMDevice.serialPeter Jones2010-02-261-25/+44
| | | | | | We're not internally determining multipaths any more, so we don't really need a separate infrastructure for device serial numbers. Also, add a generic DMDevice.serial that gets it from self.dmUuid
* Write a multipath.conf before probing for mpaths.Peter Jones2010-02-261-0/+6
| | | | | If we don't have a multipath.conf when we scan, we get a default blacklist of everything, which isn't helpful. So write one.
* Add python-devel's gdbinit, which provides useful debugging macros.Peter Jones2010-02-261-0/+2
| | | | | This has to go in initrd.img instead of install.img because it needs to be in $HOME, which is the root directory.
* Minor style fix (indent "cat" correctly")Peter Jones2010-02-261-2/+2
| | | | | "cat" should be indented the same as other commands in this function, even though the trailing lines are /correctly/ unindented.
* doReIPL should return when going back through steps, too (#563862).Chris Lumens2010-02-251-1/+1
| | | | | | | Without this change, going backwards from package installation errors will bounce at the reipl step and go forwards again without giving you a chance to do anything about it. The result is arbitrary errors about setting up authentication because no packages were installed.
* Skip the filter/cleardisk steps on upgrades, too (#568334).Chris Lumens2010-02-251-4/+4
| | | | | | We run upgrade.setSteps late, from the UI should you select "upgrade" from the proper screen. This means the earlier text.setSteps gets overridden so we need to add a permanent=1 to all these.
* New version.David Lehman2010-02-253-77/+85
|
* Check for the real device-mapper nodes in /proc/swaps. (#567840)David Lehman2010-02-251-2/+13
|
* It's necessary to give each vfprintf invocation a fresh va_list (#568235)Ales Kozumplik2010-02-251-3/+6
| | | | | | | Commit 3fb12e4eafebfa3885c25b9ab93e9c35f6847425 changed the way variable argument list is handled in log.c this causes SIGSEGV on x86_64. I should see 'man vfprintf' the next time.
* Don't unconditionally unskip the partition step on failure (#567889).Chris Lumens2010-02-251-1/+3
| | | | | Remember that this step does not exist in text mode and we therefore cannot add it back into the step list when autopart fails.
* rpm doesn't always give the callback a tuple (#567878).Chris Lumens2010-02-251-0/+3
| | | | | | On erasure callbacks, we get just a string that's the name of the package in question instead of the usual tuple. We're most likely to hit this during upgrades, after packages have been installed.