summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Check X layouts specified in kickstart for validityVratislav Podzimek2012-10-122-0/+13
| | | | | | If we are given invalid X layouts (not supported), we have to remove them from the list. If none are left in the list, we should act like if there was none specified at all and add our defaults.
* Work with VConsole keymap and X layouts separatelyVratislav Podzimek2012-10-126-62/+112
| | | | | | | | | | | | | | | | | We need to set VConsole keymap and X layouts separately. We may get them all from kickstart, but if not, we have to convert the given one to the missing one and save the configuration. If X11 configuration is written before the server is started, it is loaded. This way we can get rid of using XklWrapper in main anaconda script. Also we need to write one more configuration file. And it's better to try to write all configuration files ignoring errors and in case some error(s) appeared, raise exception at the end of the procedure. Resolves: rhbz#853877 Resolves: rhbz#856362 Resolves: rhbz#859867
* Add class wrapping systemd-localed functionalityVratislav Podzimek2012-10-121-0/+112
|
* Don't write XkbVariants if none are specifiedVratislav Podzimek2012-10-121-2/+4
|
* Add comment to the begining of generated xorg.conf fileVratislav Podzimek2012-10-121-3/+5
| | | | | We should indicate where does this file come from. Moreover, without this comment vim doesn't turn on the syntax highlighting automatically.
* Don't display "None" for NIC vendors and products NM can't identify (#859540)Radek Vykydal2012-10-121-2/+2
|
* New version.Brian C. Lane2012-10-113-42/+87
|
* Don't try to load ifcfg files for wifi devices (#865355)Vratislav Podzimek2012-10-111-1/+2
| | | | | | | Wifi connections have separate ifcfg files, not specified by the device name. Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com>
* Rewrite isWirelessDevice to Python and DBus calls (#862801)Vratislav Podzimek2012-10-114-56/+17
| | | | | | | | Using libnm-glib from a separate thread results in a hang, probably because libnm-glib has to do some "loops magic" for its internal use of DBus. Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com>
* Use a capital "B" in the size module (#859932).Chris Lumens2012-10-111-2/+2
| | | | "b" means bits, which is definitely not what we want to display.
* The environment window needs a vertical scroll bar (#865066).Chris Lumens2012-10-111-3/+2
| | | | | | | | With the addition of Cinnamon and MATE and some others, there's now entirely too much stuff in the environment window to fit without scrolling. Plus, I guess smaller screens always needed to scroll. Without a scroll bar, GTK puts this window in a really bizarre place. See the screenshot attached to the bug.
* liveinst should recognize inst.updates too (#865398).Chris Lumens2012-10-111-0/+6
|
* Improve validation of device edit requests.David Lehman2012-10-111-7/+33
| | | | | | Catch some common errors that are not practical to prevent via the UI and show an error message instead of attempting to carry out the request.
* Fix listing of subvolumes for existing btrfs volumes.David Lehman2012-10-111-1/+1
|
* Remove overzealous correction of device type for /boot*. (#863574)David Lehman2012-10-111-3/+0
| | | | | | /boot can be on btrfs, lvm, or md. This should be handled in the ui. Related: rhbz#864131
* Pad filesystem minimum sizes to ensure other OS can still run.David Lehman2012-10-111-1/+6
|
* Handle encrypted partitions in size set classes.David Lehman2012-10-111-2/+18
|
* Don't set mountpoints of "(null)" in mountpoint selectors.David Lehman2012-10-111-2/+4
|
* Prevent crash trying to populate raid options on a one-disk system.David Lehman2012-10-111-1/+6
| | | | | Resolves: rhbz#862667 Resolves: rhbz#960994
* Rework type combos and don't offer RAID on one-disk systems.David Lehman2012-10-111-46/+135
| | | | | | | | BTRFS and RAID are not always in the device type combo, so we can't count on using direct index access to the combo. Resolves: rhbz#862667 Resolves: rhbz#860994
* Bundle more of data/ in updates.imgJesse Keating2012-10-101-0/+4
|
* Revive reipl (#860244)Jesse Keating2012-10-102-14/+9
| | | | | | | | reIPL used to be ran via dispatch, and would trigger either a reboot or a shut down. Now we'll run it as part of the s390 bootloader install. The message warning users to reipl themselves is somewhat lost here, something for another day perhaps. This at least gets the system working right.
* New version.Brian C. Lane2012-10-103-116/+179
|
* add noverifyssl to anaconda-dracut (#852229)Brian C. Lane2012-10-101-0/+7
|
* Don't crash when running anaconda a second timeJesse Keating2012-10-101-1/+4
| | | | | | This keeps the ugly hack going, but it keeps us from crashing on the s390 case where anaconda gets launched twice (once to prompt for ssh, once inside tmux to do the actual install).
* Handle ssh prompt in new tmux worldJesse Keating2012-10-101-1/+1
| | | | | | If anaconda is launched /inside/ tmux, the TMUX variable will be present. This is the anaconda we want to attach to, so don't prompt for ssh here.
* Add a service to run anaconda directly on the ttyJesse Keating2012-10-103-2/+26
| | | | | | | | | When installing on s390x, we just want to run pure anaconda on the tty. This will either detect s390x and print out ssh details for the user to ssh in to continue the install (and get tmux), or if a kickstart was provided and the RUNKS option was used it will just blast through the kickstart in cmdline mode. Tmux doesn't work in x3270, the terminal for s390x, so we have to avoid using it.
* Add a script to attach to anaconda's tmuxJesse Keating2012-10-102-1/+7
| | | | | This is useful as the install user's shell, rather than having anaconda direct as that shell.
* Add ARM-OMAP class to create a uboot partition to support the boot-loader.d.marlin2012-10-101-1/+35
| | | | | | | | | Break out the setup of ARM-OMAP systems, as they need to have a vfat partition at the start of the disk in order for the SOC to load the initial boot code. This also sets the weight for the '/' partition to ensure it is the last partition on the image. Signed-off-by: Brian C. Lane <bcl@brianlane.com>
* Avoid a loop of storage spoke executions during kickstart (#865048).Chris Lumens2012-10-101-1/+1
| | | | | | This likely hits every single kickstart install. Because we run execute over and over again, we're eventually going to hit a situation where storage just breaks.
* Correct lookup of raid.XX "mountpoints" for kickstart installs (#864764).Chris Lumens2012-10-101-2/+2
|
* Change language matching on the welcome screen back around.Chris Lumens2012-10-101-1/+1
| | | | | | Now that we're storing full languages in the store again (thanks to the mangling crud from earlier), that's what needs to get expanded when we are comparing the language setting from the command line or kickstart.
* Another attempt at fixing the squished screen bug (#849211).Chris Lumens2012-10-101-0/+1
| | | | | | | This doesn't fix the redraw-related size problem. I think that might just be an artifact of not using a compositing manager. This merely attempts to fix it so we don't display a spoke entirely smashed up in the upper left corner of the screen.
* Fix a stupid typo in the disk shopping cart (#864842).Chris Lumens2012-10-101-1/+1
|
* Reorder the buttons and labels on the bottom left of the storage spoke.Chris Lumens2012-10-091-2/+2
|
* Modify the DetailedErrorDialog buttons.Chris Lumens2012-10-094-38/+34
| | | | | | First, don't always put a cancel button on. That looks weird on the storage spoke where we don't mention cancel. Second, change the order such that the Quit or Cancel button comes left-most and is positioned secondarily.
* Sync up hidden/unhidden disks between the UI and storage module (#864180).Chris Lumens2012-10-091-0/+2
| | | | | Otherwise, the resize dialog is going to be referencing devices that are hidden in the devicetree, which makes them basically not exist.
* When handling a storage error, reload self.disks (#862972).Chris Lumens2012-10-091-0/+1
| | | | Otherwise, the resize dialog is going to be passed incorrect references.
* Fix sshd bringup when also using a kickstart file (#863441)Jesse Keating2012-10-091-2/+1
| | | | users.Users() no longer takes an argument, so don't try to pass one.
* Require root password spoke be visited (#859069)Jesse Keating2012-10-092-9/+4
| | | | | | Give up on getting cute with payload data to set required or not, just always make the user visit it. Also don't default the kickstart data to locked, that can confuse the UI
* add some thread loggingBrian C. Lane2012-10-093-0/+18
| | | | | | | * log when threads are started and are finished * log progress messages * log all the running threads and their stack frame when USR2 is received.
* Reword the description on the resize dialog (#863577).Chris Lumens2012-10-092-3/+23
| | | | It needs to be more clear that deleting filesystems is also an option.
* Present an error message if no disks are detected (#864093).Chris Lumens2012-10-094-5/+9
|
* When changing environments, don't explicitly exclude groups (#863886).Chris Lumens2012-10-093-2/+23
| | | | | Otherwise, you'll end up in a situation where packages the previous and current environment share will not get installed.
* Fix marking the "Modify Software Selection" button as sensitive in one case.Chris Lumens2012-10-091-1/+2
| | | | | When the custom checkbox is selected, we need to make sure the software spoke is ready when deciding whether the Modify button is sensitive or not.
* New version.Brian C. Lane2012-10-083-54/+146
|
* Add UI support for encrypted automatic partitioning.David Lehman2012-10-083-1/+48
| | | | | | Activating the checkbutton effectively sets the default behavior of applying encryption to all new block devices, even in the custom spoke.
* Add support to the custom spoke for encrypted block devices.David Lehman2012-10-082-37/+192
|
* Add a page for decrypting existing LUKS devices.David Lehman2012-10-081-1/+131
|
* Add a dialog for collecting a passphrase for newly encrypted devices.David Lehman2012-10-083-0/+412
|