| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Without gui.py and iw/, they're not useful anymore except as examples of
what not to do on newui.
|
| |
|
|
| |
Resolves: rhbz#735857
|
| |
|
|
|
|
|
| |
Useful for bringing up second interface for iscsi (e.g. for iface bound
and multipathed target)
Related: rhbz#500273
|
| |
|
|
|
|
|
| |
Resolves: rhbz#500273
In this initial support all used nodes will be either iface bound
using default iface.
|
| |
|
|
| |
Resolves: rhbz#739861
|
| |
|
|
|
|
|
|
| |
The translators don't know how to what to do about them: if they omit them
the dialog stretches wildly because wrapping wasn't set. If they include
them in the translation the text might look awkwardly formatted.
Resolves: rhbz#730879
|
| |
|
|
|
|
|
|
|
|
|
| |
Adds a new option dialog to the filtering screen, with a checkbox. If user
unchecks this, /etc/multipath.conf is generated with user_friendly_names
set to "no". This will give all mpath devices names in the
/dev/mapper/<wwid> format, partitions are /dev/mapper<wwid>p1.
The setting defaults to using the friendly names.
Resolves: rhbz#709653
|
| |
|
|
| |
Use LVM by default.
|
| | |
|
| |
|
|
| |
Resolves: rhbz#700085
|
| |
|
|
|
|
|
|
| |
This pretty much makes us behave like plymouth: We try every passphrase
we know until one works. If we have none, or none works, we prompt for
a passphrase. If that passphrase works, we add it to our list.
Resolves: rhbz#588942
|
| |
|
|
| |
Resolves: rhbz#679058
|
| | |
|
| |
|
|
|
|
|
|
| |
The default resolution of mainWindow is used for sessions that run
anaconda over ssh X forwarding. For normal graphical installs and VNC
sessions, we take the default resolution offered by the server.
Related: rhbz#663411
|
| | |
|
| |
|
|
| |
Resolves: rhbz#657376
|
| | |
|
| |
|
|
| |
Doesn't do anything but libglade warnings on tty1.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
For GUI this should allow the user to use different credentials for
discovery and login. Also, the discovery and login dialogs won't display
the complex authentication options by default, so they look less scary and
make it clear that CHAP is not always required.
Related: rhbz#469382
Related: rhbz#607827
|
| |
|
|
|
|
|
| |
This involved updating the main glade file, and I did so in glade-3
which makes the commit look much more involved than it needs to be. I
also removed some container widgets that have basically been unused
since we got rid of the release notes viewer and the help panel.
|
| |
|
|
| |
So one can speed through the filtering UI real quick.
|
| | |
|
| |
|
|
|
| |
The iSCSI, FCoE, and zFCP radio buttons all need to be part of the same
radio button group for set_active() to work correctly.
|
| |
|
|
| |
Related: rhbz#598413
|
|
|
a real Python package.
Also updates the build and autotools stuff to work with the new structure
|