Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sparc bootloader config not written to /etcf12-branch | Dennis Gilmore | 2010-03-05 | 1 | -6/+7 |
| | | | | | clean up sparc boot loader install so that it writes out and links into /etc correctly. | ||||
* | use isSparc not isSPARC | Dennis Gilmore | 2010-03-05 | 1 | -1/+1 |
| | | | | | the function to determine what machine we are is isSparc not isSPARC correct typo | ||||
* | 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. | ||||
* | set the bootloader to silo for sparc installs | Dennis Gilmore | 2010-03-05 | 1 | -0/+1 |
| | | | | include silo as the bootloader on psarc 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 | ||||
* | 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. | ||||
* | make sure we include sparc boot configs | Dennis Gilmore | 2010-03-05 | 1 | -1/+1 |
| | | | | Include generation of SPARC Boot configs | ||||
* | Sending translation for Oriya | mgiri | 2010-01-07 | 1 | -50/+87 |
| | |||||
* | Sending translation for Kannada | shanky | 2010-01-07 | 1 | -48/+48 |
| | |||||
* | Sending translation for Bengali (India) | runab | 2010-01-07 | 1 | -754/+637 |
| | |||||
* | Sending translation for Telugu | kkrothap | 2010-01-06 | 1 | -169/+172 |
| | |||||
* | Sending translation for Chinese (Traditional) | tchuang | 2009-12-08 | 1 | -607/+538 |
| | |||||
* | Sending translation for Korean | eukim | 2009-12-08 | 1 | -450/+449 |
| | |||||
* | Sending translation for Russian | ypoyarko | 2009-12-07 | 1 | -565/+559 |
| | |||||
* | Sending translation for Assamese | amitakhya | 2009-12-07 | 1 | -451/+463 |
| | |||||
* | Sending translation for Czech | milankerslager | 2009-11-18 | 1 | -1492/+1505 |
| | |||||
* | Sending translation for Malayalam | anipeter | 2009-11-16 | 1 | -451/+448 |
| | |||||
* | Sending translation for Marathi | sandeeps | 2009-11-13 | 1 | -486/+479 |
| | |||||
* | Sending translation for Tamil | ifelix | 2009-11-13 | 1 | -450/+450 |
| | |||||
* | Sending translation for Kannada | shanky | 2009-11-13 | 1 | -456/+455 |
| | |||||
* | Sending translation for Oriya | mgiri | 2009-11-12 | 1 | -451/+450 |
| | |||||
* | Sending translation for Telugu | kkrothap | 2009-11-12 | 1 | -451/+449 |
| | |||||
* | Sending translation for Hindi | rajesh | 2009-11-12 | 1 | -450/+450 |
| | |||||
* | Sending translation for Gujarati | swkothar | 2009-11-12 | 1 | -10/+14 |
| | |||||
* | Sending translation for Punjabi | jassy | 2009-11-12 | 1 | -451/+463 |
| | |||||
* | Sending translation for Czech | jarekapolenar | 2009-11-10 | 1 | -1857/+1985 |
| | |||||
* | Sending translation for Italian | perplex | 2009-11-07 | 1 | -611/+613 |
| | |||||
* | New version. | David Cantrell | 2009-11-06 | 3 | -7/+10 |
| | |||||
* | Correct modopts initialization in loader (take 2) (#531932). | David Cantrell | 2009-11-06 | 1 | -10/+33 |
| | | | | | | | | | | | | | The edc665e6fa2ba71e89eb83412738622e916c3a05 commit prevented SIGSEGV but changed behavior of modopts to where we'd never get any values in modopts. What needed to happen is the else clause in addOption() needed to initalize the .options array and add in the option value. That wasn't happening, so strcat() calls in writeModulesConf() were causing SIGSEGV. This patch also adds some realloc() and malloc() checks. Tested with "radeon.nomodeset=1" and without that parameter on x86_64. | ||||
* | New version. | David Cantrell | 2009-11-05 | 3 | -3/+6 |
| | |||||
* | Set BETANAG to 0, we're nearing the actual release. | David Cantrell | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | New version. | David Cantrell | 2009-11-04 | 3 | -7/+10 |
| | |||||
* | Correctly initialize modopts in loader (#531932). | David Cantrell | 2009-11-04 | 1 | -10/+12 |
| | | | | | | Under certain conditions, modopts is never initialized. This patch fixes up that while preserving the existing functionality introduced with 29e18c35. | ||||
* | New version. | Chris Lumens | 2009-11-03 | 3 | -3/+8 |
| | |||||
* | Remove "anaconda" from attributes to skip (#532612, #532737). | Chris Lumens | 2009-11-03 | 1 | -23/+22 |
| | | | | | | When we dump the anaconda object in python-meh, the object won't be named "anaconda". It'll be named "obj". python-meh will stick that on the front of every attribute, so we need to remove "anaconda". | ||||
* | Sending translation for Greek | pkst | 2009-11-03 | 1 | -11/+12 |
| | |||||
* | Fix status for and consolidate handling of '-' in vg/lv names. (#527302) | David Lehman | 2009-11-02 | 1 | -11/+22 |
| | |||||
* | Sending translation for Greek | pkst | 2009-11-01 | 1 | -3141/+2348 |
| | |||||
* | New version. | Chris Lumens | 2009-10-30 | 3 | -5/+20 |
| | |||||
* | Use the new anaconda image in fedora-logos (#529267). | Jesse Keating | 2009-10-30 | 1 | -1/+1 |
| | |||||
* | Also mark the Back button as translatable (#526925). | Chris Lumens | 2009-10-30 | 1 | -1/+1 |
| | |||||
* | Call udev_trigger with "change", not "add", to populate udev db. (#531052) | David Lehman | 2009-10-30 | 1 | -2/+2 |
| | | | | | The reason this matters is that device-mapper devices' udev rules don't respond to "add" events. | ||||
* | Allow callers of udev_trigger to specify the action string. | David Lehman | 2009-10-30 | 1 | -2/+2 |
| | |||||
* | Add the bcm5974 kernel module needed for some touchpads (#474225). | Chris Lumens | 2009-10-30 | 1 | -1/+1 |
| | |||||
* | Fix "resize failed: 1" errors for ext2/ext3/ext4 (#517491). | David Cantrell | 2009-10-29 | 1 | -3/+25 |
| | | | | | | | | | | | | | | | | The following install test case has been failing: https://fedoraproject.org/wiki/QA:Testcase_Anaconda_autopart_%28shrink%29_install The problem was with the minSize property in Ext2FS. We use resize2fs to get the minSize for ext2/3/4 filesystems, which is good because resize2fs accounts for additional things an extX volume may need. The problem is the value it reports is in blocks. We have to convert those blocks to bytes, then to megabytes, then round up to account for any fractional megabytes. Use dumpe2fs to get the block size and use resize2fs as we have been, but modify the calculation of size. Also the _setTargetSize() method in FS needed a change. minSize can be less than or equal to newsize, not just less than. | ||||
* | Put the icon back on the Back button on livecd installs (#526925). | Chris Lumens | 2009-10-29 | 1 | -2/+64 |
| | |||||
* | Use /dev/mapper/live-osimg-min instead of the old device node name (#526789). | Chris Lumens | 2009-10-29 | 2 | -2/+2 |
| | |||||
* | Sending translation for Gujarati | swkothar | 2009-10-29 | 1 | -448/+443 |
| | |||||
* | New version. | David Cantrell | 2009-10-28 | 3 | -3/+6 |
| |