Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't try to do format handling on drives without media (#523467) | Hans de Goede | 2009-09-30 | 1 | -0/+4 | |
| | ||||||
* | Wait for mdraid arrays to become clean before reboot / halt | Hans de Goede | 2009-09-30 | 2 | -0/+9 | |
| | | | | | | | With the new external metadata mdraid support we need to wait for raid sets to become clean (iow for mdmon to have finished updating the metadata) before rebooting. Otherwise we get a full array sync on the first boot after installation. | |||||
* | Stop /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid sets | Hans de Goede | 2009-09-30 | 2 | -0/+9 | |
| | | | | | | | | | | Touch /dev/.in_sysinit, as that stops /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid sets. This patch adds the touching twice, once to our own init, for when running as standalone installer, and once in python for when running from a livecd, to stop the udev trigger "block" we do will cause /lib/udev/rules.d/65-md-incremental.rules to trigger in the livecd case. | |||||
* | Sending translation for Dutch | warrink | 2009-09-30 | 1 | -223/+236 | |
| | ||||||
* | Sending translation for Portuguese | ruigo | 2009-09-30 | 1 | -277/+291 | |
| | ||||||
* | Sending translation for Spanish | beckerde | 2009-09-30 | 1 | -278/+292 | |
| | ||||||
* | Sending translation for Polish | raven | 2009-09-30 | 1 | -223/+235 | |
| | ||||||
* | New version. | David Cantrell | 2009-09-29 | 3 | -210/+246 | |
| | ||||||
* | Improve loader messages in parseCmdLineFlags when passing vnc (#526350). | Steffen Maier | 2009-09-29 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | Instead of the misleading 21:55:23 INFO : vnc forced cmdline mode from cmdline 21:55:23 INFO : early networking required for syslog it now prints correctly 21:55:23 INFO : vnc forced graphical mode from cmdline 21:55:23 INFO : early networking required for vnc The early networking message was introduced solely for syslog in 620bdb978bfe46f96f04865e776edd15728b85d8 but later reused without adaptation also for vnc in b27dcdc6a37b5429b50579dbf0650e880a95988c. | |||||
* | Update po/anaconda.pot during a 'bumpver' run. | David Cantrell | 2009-09-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | Since we have to store anaconda.pot in the source tree for the translators, make sure we update it when bumpver is run so it stays current. When you run 'make bumpver', you will now be checking in at least two files but up to three: anaconda.spec.in [required] configure.ac [required] po/anaconda.pot [optional, only if it needed updating] Make sure you add all of these files for 'New version' commits. | |||||
* | Add 'make release' as a synonym for 'make archive'. | David Cantrell | 2009-09-29 | 1 | -0/+2 | |
| | ||||||
* | Whitespace cleanup in loader/net.c. | David Cantrell | 2009-09-29 | 1 | -56/+70 | |
| | | | | | Clean up whitespace in chooseNetworkInterface() and make the whole function use consistent whitespace. | |||||
* | Clean up getHostandPath() debugging messages for host & file. | David Cantrell | 2009-09-29 | 1 | -3/+4 | |
| | ||||||
* | Need an extra \ on the PS1 line in /.profile | David Cantrell | 2009-09-29 | 1 | -1/+1 | |
| | | | | Need \\$ and not just \$ in PS1. | |||||
* | Korean font package name changed (#525597) | David Cantrell | 2009-09-29 | 1 | -1/+1 | |
| | | | | un-core-fonts-dotum -> un-core-dotum-fonts | |||||
* | We can't prompt for new network info in cmdline mode (#526262). | Chris Lumens | 2009-09-29 | 1 | -0/+8 | |
| | ||||||
* | yaboot supports /boot on ext4 (#526219). | Chris Lumens | 2009-09-29 | 1 | -0/+1 | |
| | ||||||
* | bootloader --append= should append, not set the args list (#524004). | Chris Lumens | 2009-09-29 | 1 | -1/+1 | |
| | ||||||
* | Don't check if /boot is under the 4MB mark on i/p Series (#526200). | Chris Lumens | 2009-09-29 | 1 | -3/+4 | |
| | ||||||
* | "minimal" has been renamed to "core" (#526191). | Chris Lumens | 2009-09-29 | 1 | -1/+1 | |
| | ||||||
* | Remove some unused isys methods. | Chris Lumens | 2009-09-29 | 2 | -142/+0 | |
| | ||||||
* | Make sure the disk holding /boot is setup before setting boot flag (#526063) | Hans de Goede | 2009-09-29 | 1 | -0/+1 | |
| | | | | | | | | | When re-using existing partitions, without changing them other then formatting them, the disk for /boot may not be yet setup when writing the bootable flag to its partition table. This triggers an error like: Error opening /dev/mapper/jmicron_GRAID : No such file or directory When the disk in question is a dmraid set. | |||||
* | Use temporary repo id for edited object to prevent Duplicate Repo error ↵ | Radek Vykydal | 2009-09-29 | 2 | -1/+7 | |
| | | | | (#524599). | |||||
* | Do not delete repo twice or when it had not been added actually (#524599). | Radek Vykydal | 2009-09-29 | 1 | -2/+0 | |
| | ||||||
* | Disable repo before deleting it (#524599). | Radek Vykydal | 2009-09-29 | 1 | -0/+3 | |
| | | | | Otherwise yum will want to use it later. | |||||
* | Log more, repo editing UI. | Radek Vykydal | 2009-09-29 | 1 | -1/+3 | |
| | ||||||
* | Make _enableRepo a little more readable. | Radek Vykydal | 2009-09-29 | 1 | -3/+3 | |
| | ||||||
* | Sending translation for Polish | raven | 2009-09-26 | 1 | -566/+581 | |
| | ||||||
* | New version. | David Cantrell | 2009-09-25 | 3 | -14/+24 | |
| | ||||||
* | Move S390MODS to inside makeBootImages(), remove libiscsi_tcp. | David Cantrell | 2009-09-25 | 1 | -4/+1 | |
| | | | | | | | | | | Since s390x is building a list of arch-specific modules for the initrd.img based on what exists in /lib/modules/VERSION/kernel/s390, we need to build the list inside makeBootImages() so that all required variables are set up and the kernel is unpacked. Remove libiscsi_tcp from the list since the iscsi modules are included when INITRDMODS is expanded in mk-images. | |||||
* | Require the latest and greatest python-meh. | Chris Lumens | 2009-09-25 | 1 | -1/+2 | |
| | ||||||
* | Add a stub enableNetwork method for cmdline mode (#525779). | Chris Lumens | 2009-09-25 | 1 | -0/+7 | |
| | ||||||
* | Adapt to python-meh passing a bug description around. | Chris Lumens | 2009-09-25 | 2 | -4/+5 | |
| | ||||||
* | Return None for next part type if all primary slots full. (#524859) | David Lehman | 2009-09-25 | 1 | -6/+7 | |
| | ||||||
* | Sending translation for Oriya | mgiri | 2009-09-25 | 1 | -292/+225 | |
| | ||||||
* | Sending translation for Dutch | peterve | 2009-09-24 | 1 | -6/+5 | |
| | ||||||
* | Make sure the Minimal group is selected by default on RHEL installs (#524561). | Chris Lumens | 2009-09-24 | 2 | -0/+8 | |
| | ||||||
* | Sending translation for Brazilian Portuguese | igor | 2009-09-24 | 1 | -319/+305 | |
| | ||||||
* | Sending translation for Hebrew | mark125 | 2009-09-24 | 1 | -1341/+1096 | |
| | ||||||
* | New version. | Chris Lumens | 2009-09-24 | 2 | -1/+7 | |
| | ||||||
* | Simplify s390x module list generation. | David Cantrell | 2009-09-24 | 1 | -50/+3 | |
| | | | | | | Only pull in kernel modules in kernel/drivers/s390 as well as libiscsi_tcp. The mk-images script takes care of dependency resolution and regenerating the modules.dep file. | |||||
* | Read cmsfs* commands from $IMGPATH/usr/sbin in mk-images | David Cantrell | 2009-09-24 | 1 | -1/+1 | |
| | ||||||
* | Sending translation for Polish | raven | 2009-09-24 | 1 | -286/+218 | |
| | ||||||
* | Sending translation for Oriya | mgiri | 2009-09-24 | 1 | -1298/+1526 | |
| | ||||||
* | Sending translation for Russian | ypoyarko | 2009-09-24 | 1 | -323/+256 | |
| | ||||||
* | Use correct kernel-bootwrapper on ppc64. | David Cantrell | 2009-09-23 | 2 | -3/+4 | |
| | | | | | | In scripts/upd-instroot, include kernel-bootwrapper on ppc and ppc64 in the $PACKAGES list. And make sure we keep and use /usr/lib64/kernel-wrapper files. | |||||
* | Sending translation for Serbian (Latin) | kmilos | 2009-09-23 | 1 | -287/+219 | |
| | ||||||
* | Sending translation for Serbian | kmilos | 2009-09-23 | 1 | -287/+219 | |
| | ||||||
* | Anaconda no longer requires hal. | Bill Nottingham | 2009-09-23 | 1 | -1/+1 | |
| | ||||||
* | Sending translation for Tamil | ifelix | 2009-09-23 | 1 | -287/+218 | |
| |