summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't try to do format handling on drives without media (#523467)Hans de Goede2009-09-301-0/+4
|
* Wait for mdraid arrays to become clean before reboot / haltHans de Goede2009-09-302-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 setsHans de Goede2009-09-302-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 Dutchwarrink2009-09-301-223/+236
|
* Sending translation for Portugueseruigo2009-09-301-277/+291
|
* Sending translation for Spanishbeckerde2009-09-301-278/+292
|
* Sending translation for Polishraven2009-09-301-223/+235
|
* New version.David Cantrell2009-09-293-210/+246
|
* Improve loader messages in parseCmdLineFlags when passing vnc (#526350).Steffen Maier2009-09-291-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 Cantrell2009-09-291-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 Cantrell2009-09-291-0/+2
|
* Whitespace cleanup in loader/net.c.David Cantrell2009-09-291-56/+70
| | | | | Clean up whitespace in chooseNetworkInterface() and make the whole function use consistent whitespace.
* Clean up getHostandPath() debugging messages for host & file.David Cantrell2009-09-291-3/+4
|
* Need an extra \ on the PS1 line in /.profileDavid Cantrell2009-09-291-1/+1
| | | | Need \\$ and not just \$ in PS1.
* Korean font package name changed (#525597)David Cantrell2009-09-291-1/+1
| | | | un-core-fonts-dotum -> un-core-dotum-fonts
* We can't prompt for new network info in cmdline mode (#526262).Chris Lumens2009-09-291-0/+8
|
* yaboot supports /boot on ext4 (#526219).Chris Lumens2009-09-291-0/+1
|
* bootloader --append= should append, not set the args list (#524004).Chris Lumens2009-09-291-1/+1
|
* Don't check if /boot is under the 4MB mark on i/p Series (#526200).Chris Lumens2009-09-291-3/+4
|
* "minimal" has been renamed to "core" (#526191).Chris Lumens2009-09-291-1/+1
|
* Remove some unused isys methods.Chris Lumens2009-09-292-142/+0
|
* Make sure the disk holding /boot is setup before setting boot flag (#526063)Hans de Goede2009-09-291-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 Vykydal2009-09-292-1/+7
| | | | (#524599).
* Do not delete repo twice or when it had not been added actually (#524599).Radek Vykydal2009-09-291-2/+0
|
* Disable repo before deleting it (#524599).Radek Vykydal2009-09-291-0/+3
| | | | Otherwise yum will want to use it later.
* Log more, repo editing UI.Radek Vykydal2009-09-291-1/+3
|
* Make _enableRepo a little more readable.Radek Vykydal2009-09-291-3/+3
|
* Sending translation for Polishraven2009-09-261-566/+581
|
* New version.David Cantrell2009-09-253-14/+24
|
* Move S390MODS to inside makeBootImages(), remove libiscsi_tcp.David Cantrell2009-09-251-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 Lumens2009-09-251-1/+2
|
* Add a stub enableNetwork method for cmdline mode (#525779).Chris Lumens2009-09-251-0/+7
|
* Adapt to python-meh passing a bug description around.Chris Lumens2009-09-252-4/+5
|
* Return None for next part type if all primary slots full. (#524859)David Lehman2009-09-251-6/+7
|
* Sending translation for Oriyamgiri2009-09-251-292/+225
|
* Sending translation for Dutchpeterve2009-09-241-6/+5
|
* Make sure the Minimal group is selected by default on RHEL installs (#524561).Chris Lumens2009-09-242-0/+8
|
* Sending translation for Brazilian Portugueseigor2009-09-241-319/+305
|
* Sending translation for Hebrewmark1252009-09-241-1341/+1096
|
* New version.Chris Lumens2009-09-242-1/+7
|
* Simplify s390x module list generation.David Cantrell2009-09-241-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-imagesDavid Cantrell2009-09-241-1/+1
|
* Sending translation for Polishraven2009-09-241-286/+218
|
* Sending translation for Oriyamgiri2009-09-241-1298/+1526
|
* Sending translation for Russianypoyarko2009-09-241-323/+256
|
* Use correct kernel-bootwrapper on ppc64.David Cantrell2009-09-232-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)kmilos2009-09-231-287/+219
|
* Sending translation for Serbiankmilos2009-09-231-287/+219
|
* Anaconda no longer requires hal.Bill Nottingham2009-09-231-1/+1
|
* Sending translation for Tamilifelix2009-09-231-287/+218
|