Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use isSparc not isSPARCHEADmaster | Dennis Gilmore | 2010-03-05 | 1 | -1/+1 |
| | | | | | the function to determine what machine we are is isSparc not isSPARC correct typo | ||||
* | set the bootloader to silo for sparc installs | Dennis Gilmore | 2010-03-05 | 1 | -0/+1 |
| | | | | include silo as the bootloader on sparc arches | ||||
* | sparc64 is a lib64 arch | Dennis Gilmore | 2010-03-05 | 1 | -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 made | Dennis Gilmore | 2010-03-05 | 2 | -1/+2 |
| | | | | Make sure that we make a SPARC bootdisk Makefile | ||||
* | make sure we include sparc boot configs | Dennis Gilmore | 2010-03-05 | 1 | -1/+1 |
| | | | | Include generation of SPARC Boot configs | ||||
* | add function to get the sparc system type | Dennis Gilmore | 2010-03-05 | 1 | -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 /etc | Dennis Gilmore | 2010-03-05 | 1 | -6/+7 |
| | | | | | clean up sparc boot loader install so that it writes out and links into /etc correctly. | ||||
* | Fix generation of boot.iso on SPARC | Dennis Gilmore | 2010-03-05 | 1 | -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.h | David Cantrell | 2010-03-05 | 3 | -123/+0 |
| | | | | Remove unused code from isys. | ||||
* | Sending translation for Russian | igorbounov | 2010-03-05 | 1 | -4/+4 |
| | |||||
* | Keep default metacity schema generated for gconf. (#520146) | Radek Vykydal | 2010-03-05 | 1 | -0/+1 |
| | |||||
* | metacity, fix a displaying problem with WaitWindow and ProgressWindow (#520146) | Ales Kozumplik | 2010-03-05 | 1 | -4/+9 |
| | |||||
* | Nuke addFrame()'s showtitle parameter (#520146). | Ales Kozumplik | 2010-03-05 | 1 | -3/+3 |
| | |||||
* | Remove gui code we no longer need when mini-wm is gone (#520146) | Ales Kozumplik | 2010-03-05 | 2 | -101/+16 |
| | |||||
* | Remove mini-wm.c. (#520146) | Ales Kozumplik | 2010-03-05 | 5 | -131/+0 |
| | | | | and places where it's mentioned. | ||||
* | Introduces metacity window manager (#520146) | Ales Kozumplik | 2010-03-05 | 2 | -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 Kozumplik | 2010-03-05 | 1 | -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 Lumens | 2010-03-04 | 2 | -8/+13 |
| | |||||
* | Don't try to write firewall and auth information twice (#568528). | Chris Lumens | 2010-03-04 | 1 | -9/+0 |
| | |||||
* | Fixes bug #569373 - Change udev_trigger block calls to use change action | Brian C. Lane | 2010-03-04 | 2 | -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 Lumens | 2010-03-04 | 2 | -2/+4 |
| | |||||
* | report handles exn saving now, and doesn't require a Filer (#562656). | Chris Lumens | 2010-03-04 | 4 | -15/+0 |
| | |||||
* | Adapt to using report's UI API (#562656). | Chris Lumens | 2010-03-04 | 2 | -7/+6 |
| | |||||
* | Do some editing of package and filter UI strings (#569039). | Chris Lumens | 2010-03-04 | 4 | -10/+11 |
| | |||||
* | New version. | Chris Lumens | 2010-03-04 | 3 | -4/+19 |
| | |||||
* | Sending translation for Russian | igorbounov | 2010-03-03 | 1 | -310/+655 |
| | |||||
* | Sending translation for Icelandic | sveinki | 2010-03-03 | 1 | -1729/+2144 |
| | |||||
* | Sending translation for German | fab | 2010-03-02 | 1 | -197/+203 |
| | |||||
* | On live installs, the syslog is /var/log/dmesg. (#568814). | Chris Lumens | 2010-03-01 | 1 | -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 English | bruce89 | 2010-02-28 | 1 | -413/+747 |
| | |||||
* | Set up udev environment so anaconda's udev rules run in livecd. (#568460) | David Lehman | 2010-02-26 | 1 | -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 Lehman | 2010-02-26 | 1 | -1/+5 |
| | |||||
* | The justConfigFile parameter doesn't do anything on x86, either (#568567). | Chris Lumens | 2010-02-26 | 1 | -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 Jones | 2010-02-26 | 1 | -6/+0 |
| | | | | This reverts commit 74e65cbf111a4f17fa393192519910de53d6c7ac. | ||||
* | Revert "Remove MultipathDevice.identity* and add DMDevice.serial" | Peter Jones | 2010-02-26 | 1 | -44/+25 |
| | | | | This reverts commit c69b38827091b64c7091e415c6596a7045fd5039. | ||||
* | Revert "Add StorageDevice.serial_for_display" | Peter Jones | 2010-02-26 | 2 | -7/+0 |
| | | | | This reverts commit 8a4fdd59c1d0d613cb32778b7142da8ec0adbab1. | ||||
* | Revert "working on this" | Peter Jones | 2010-02-26 | 5 | -71/+21 |
| | | | | This reverts commit a24e722ebcb06c88f88605190caebdcf83236690. | ||||
* | working on this | Peter Jones | 2010-02-26 | 5 | -21/+71 |
| | |||||
* | Add StorageDevice.serial_for_display | Peter Jones | 2010-02-26 | 2 | -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.serial | Peter Jones | 2010-02-26 | 1 | -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 Jones | 2010-02-26 | 1 | -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 Jones | 2010-02-26 | 1 | -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 Jones | 2010-02-26 | 1 | -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 Lumens | 2010-02-25 | 1 | -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 Lumens | 2010-02-25 | 1 | -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 Lehman | 2010-02-25 | 3 | -77/+85 |
| | |||||
* | Check for the real device-mapper nodes in /proc/swaps. (#567840) | David Lehman | 2010-02-25 | 1 | -2/+13 |
| | |||||
* | It's necessary to give each vfprintf invocation a fresh va_list (#568235) | Ales Kozumplik | 2010-02-25 | 1 | -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 Lumens | 2010-02-25 | 1 | -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 Lumens | 2010-02-25 | 1 | -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. |