summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support booting from FCP-attached CD/DVD drive on s390 (#184648)David Cantrell2008-07-178-250/+453
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The s390 can boot El Torito CD or DVD images iff they are attached by zFCP, used as the IPL device, and contain a specially formatted boot image on the disc. IBM provided the tool to combobulate the boot image together and a description of the desired execution path. When you boot on s390, the linuxrc.s390 will look to see if you IPL'ed from a CD or DVD. If you did, it will ask if you also want to install from that device. If you answer yes (y, Y, or any case spelling of 'yes'), the script will bring the IPL device online so the kernel assigns it a device name. Then it skips over the network configuration and starts you in to loader. If you tell it no or did not IPL from a CD or DVD, it'll launch the missiles--wait, no, I mean you get the normal network installation questions before loader starts. I have no way to test this as it requires the following changes: (1) Rel-eng needs to build s390x media with -no-emul-boot and specify the new cdboot.img file on that platform. I have already contacted rel-eng about making this change. (2) I don't have a CD-ROM drive in my mainframe. IBM does and testing is all falling on them. IBM knows this...maybe. I explain all of this like anyone else on the team will ever get a chance to experience it. So there you have it. A letter opener.
* New version.anaconda-11.4.1.16-1Chris Lumens2008-07-171-1/+16
|
* Support xdriver= againJeremy Katz2008-07-172-0/+21
| | | | | | | | | | | For now, we need to be able to support xdriver= as sometimes, drivers are broken and people want vesa instead. This is kind of lame and it'd be nice if we didn't have to carry such hacks. So take the argument and write out a minimal xorg.conf if it's given. This is all hidden away in the anaconda class, although arguably it could belong in instdata instead. But if it's in instdata, more things might actually try to depend or care about it. And we don't want that.
* Fix loadkeys on serial consoleNiels de Vos2008-07-171-1/+1
| | | | | | | | | | | when running anaconda (kickstart) over a serial linedisplay (two line output device) loadkeys does not function. The output of anaconda is writing to /dev/console, which is achieved by kernel parameter "console=ttyS1". If user input is needed (ks.cfg-%pre) the layout of the keyboard does not match the settings in ks.cfg. Obviously the loadkeys of anaconda does not function correctly if the output is a serial port. This patch fixes this by not using /dev/console, but /dev/tty0 (the master-tty).
* don't change from cmdline to textmode on lowmem systemsNiels de Vos2008-07-171-1/+1
| | | | | | | this one-liner should make installation in cmdline possible for systems with little RAM. Currently if little RAM is detected, anaconda changes to textmode. Running in cmdmode should also be possible. This patch is completely untested for now, but please verify.
* Update the VNC over text mode patch, so it correctly passes the password to ↵Martin Sivak2008-07-171-1/+1
| | | | VNC server (#455612)
* Set interface MTU if user specified mtu= param (#435874)David Cantrell2008-07-163-8/+84
| | | | | If the user passed mtu=X as a boot parameter, set the interface MTU to that value before configuring the network.
* Bring up the network before attempting to mount the NFSISO source.Chris Lumens2008-07-161-5/+8
|
* Catch mount errors when adding NFS repos (#455645).Chris Lumens2008-07-161-1/+10
|
* Fix a traceback when trying to save exceptiona via scp.Chris Lumens2008-07-161-1/+2
|
* Give a progress bar when cleaning up after upgrades (#208725).Chris Lumens2008-07-161-17/+21
|
* Look for repo config files in /etc/anaconda.repos.d.Chris Lumens2008-07-162-2/+4
| | | | | | | | | yum wants to look in installroot+/etc/yum.repos.d for config files, which means it ends up looking under /mnt/sysimage. On fresh installs this is no problem because that path does not exist, but on upgrades it does. We end up with the wrong repo config objects in the upgrade case. The least hacky fix is to change where we store repo config files to a path that likely won't exist on installed systems.
* baseurl should be a list, mirrorlist should not.Chris Lumens2008-07-161-2/+2
|
* It's called crypto_blkcipher.ko these days.Chris Lumens2008-07-162-3/+3
|
* New version.anaconda-11.4.1.15-1David Cantrell2008-07-151-1/+9
|
* Declare variables before trying to use them (#455361).Chris Lumens2008-07-151-0/+2
|
* Fix a typo.Chris Lumens2008-07-151-1/+1
|
* Add a text-mode network configurator dialog so default installs can work.Chris Lumens2008-07-152-4/+277
|
* Use the right format for the NFS methodstr, but harder this time.Chris Lumens2008-07-151-1/+1
|
* Ask the user if he wants to use VNC instead of text mode (#453551)Martin Sivak2008-07-152-9/+24
|
* Fix a segfault when displaying the wrong CD message.Chris Lumens2008-07-141-4/+4
|
* Use the right format for the NFS methodstr.Chris Lumens2008-07-141-1/+1
|
* Point the upd-instroot script the the directory where all the FAK pluginsJoel Andres Granados2008-07-141-1/+1
| | | | live.
* New version.anaconda-11.4.1.14-1Chris Lumens2008-07-111-1/+28
|
* Remove an extra tab that was causing problems with the Iloko translation.Chris Lumens2008-07-111-1/+1
|
* Use the right stage2.img path for kickstart URL installs (#452140).Chris Lumens2008-07-111-4/+9
|
* Convert package errors to unicode before displaying them (#441200).Chris Lumens2008-07-111-6/+12
|
* Display a status message while waiting for the CD to become ready.Chris Lumens2008-07-111-0/+9
|
* Fix window title to be the same as all others.Chris Lumens2008-07-111-1/+1
|
* In cmdline mode, give some feedback when transferring loader files.Chris Lumens2008-07-111-3/+6
|
* If network config info isn't provided for cmdline, abort.Chris Lumens2008-07-111-3/+11
|
* If we're not given a method in cmdline mode, we have to quit.Chris Lumens2008-07-111-1/+5
|
* In cmdline mode, set language to the default if none is provided.Chris Lumens2008-07-111-4/+5
|
* Don't stop on the method screen if stage2= is provided.Chris Lumens2008-07-111-4/+7
|
* Add support for NFS to the repo editor (#443733).Chris Lumens2008-07-101-3/+28
|
* Fix whitespace silliness.Peter Jones2008-07-101-2/+2
|
* Fix closing the drive door so that if the kernel happens to start giving us ↵Peter Jones2008-07-101-5/+93
| | | | the right error code, we'll handle it correctly...
* Correct argument order for newtWinMessage.Chris Lumens2008-07-101-4/+5
|
* Fix the mysterious Error: OK message.Chris Lumens2008-07-101-12/+4
|
* The return value from mediaCheckCdrom is totally useless.Chris Lumens2008-07-101-8/+4
|
* Add better error handling when initializing yum (#453695).Chris Lumens2008-07-103-19/+92
| | | | | | | This adds a dialog for when mounting or accessing the provided URL fails right when creating the AnacondaYum object. The user can either provide a new method string, or hit cancel in which case they get the default yum.repos.d repository.
* 2008-07-10 Kjartan Maraas <kmaraas@broadpark.no> (viaKjartan Maraas2008-07-101-16/+37
| | | | | | kmaraas@fedoraproject.org) * po/nb.po: Updated Norwegian bokmål translation.
* 2008-07-09 Oron Peled <oron@actcom.co.il> (via oron@fedoraproject.org)Oron Peled2008-07-091-37/+109
| | | | * po/he.po: Some more Hebrew messages.
* Add functions for creating repos as well.Chris Lumens2008-07-092-0/+10
|
* These constants aren't used anymore.Chris Lumens2008-07-091-5/+0
|
* Don't handle all possible exceptions as if they were repo errors.Chris Lumens2008-07-091-4/+4
|
* Merge branch 'merge'Chris Lumens2008-07-094-389/+1097
|\
| * Remove NFS and HD as options for now.Chris Lumens2008-07-091-3/+7
| |
| * Reorganize to make it easier to reset the "base" repository.Chris Lumens2008-07-093-120/+174
| | | | | | | | | | This has the side effect of making it possible to switch from a URL installation repo to a CD and back during stage2.
| * Remove the pkgSack when a repo is disabled. Also, one repo must be enabled.Chris Lumens2008-07-091-3/+21
| |