| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We were losing strings from liveinst/liveinst.desktop.in, ui/*.glade,
and lang-table whenever update-po would run. Expand the po/ Makefiles
with Rules-lang-table, Rules-glade, and Rules-liveinst. These files add
targets that generate the source files that the main po Makefile targets
will read. Use intltool-extract to generate these source files from the
glade files and the liveinst files. For lang-table, construct a source
file manually.
Modify scripts/getlangnames.py to open *.gmo files instead of *.mo
files.
In the ui/ and liveinst/ subdirs, add the *.h files to CLEANFILES so a
'make clean' operation will clear them out.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for using FCoE during the installation. This patch
merely lays the initial ground work, there is more work todo:
- The system will not boot without manual help after the install, as
dracut / mkinitrd do not support FCoE yet
- If FCoE is not used for / but for example for /srv, then information
about the nic used for FCoE needs to be written in a to be defined
config file in the system, and rc.sysinit needs to be thought to read
this file and bring up FCoE SAN's / Fabrics not used for /
- kickstart support for FCoE still needs to be done
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The 'Shrink current system' dialog had some bounds checking problems.
Users could enter a size that was too small or too large.
Renamed the function and related controls to use 'shrink' instead of
'resize' in the name to better reflect what the code does.
Use the format's size to set the bounds rather than the partition's.
Since we are shrinking here, we only want to let users select a size
smaller than the current format size.
A size smaller than the minimum will automatically be set to the correct
minimum. Likewise, a size larger than the maximum will automatically be
set to the correct maximum.
|
|
|
|
| |
Change the title and indicate the entry field is expecting megabytes.
|
| |
|
|
|
|
|
|
| |
For some textfields we specify a non UTF-8 "asterisk" char as hidden char,
which no longer works with the latest (py)gtk. This patch switches to using
a proper UTF-8 char for this.
|
|
|
|
|
| |
Also, change the wording in the UI slightly to indicate you can add a port
to the proxy string.
|
|
|
|
| |
Various packaging fixed from review (#225246)
|
|
|
|
|
| |
We used "default" a lot in the text. Change based on notting's suggestion
and make the intro text a little clearer to match
|
| |
|
| |
|
|
|
|
|
| |
Switch to fullscreen on lowres screens as that avoids some problems
with live installs on such machines
|
| |
|
| |
|
|
|
|
|
|
| |
Retrofit in this context means to add the new passphrase to all
preexisting LUKS devices that we have keys to. This is an effort
to simplify management of systems containing encrypted devices.
|
|
|
|
|
| |
Forwart port of rhel-5 patch by pjones, commit-id:
e9556f9e39629534b4b44ba64c7fef6b981b4f0e
|
| |
|
| |
|
|
|
|
|
|
| |
Removed the old netpostconfig.glade file. Moved the network
configuration screen over to glade entirely. Prompt for just
the hostname.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This decreases the widget load we were seeing from having so much crammed
into one single page.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for save to bugzilla, using the python-bugzilla module.
We get the bugzilla URL from product.bugUrl and require the user to already
have a valid account with that bugzilla instance. That should cut down on
potential abuse.
To cut down on the number of possible duplicates, we hash the file name,
function name, and line of each frame in the traceback and store that hash in
the bug itself. Before filing a new bug, we query for any bugs containing that
hash value. If found, we simply add the traceback as a new attachment and put
the user on the CC list. If not found, we create a new bug. Either way, the
user is encouraged to visit their bug and make a more meaningful comment.
|
| |
|
|
|
|
|
|
|
| |
This editor is capable of modifying all types of installation repositories,
though it currently only contains code for doing the real work on URLs.
Eventually, this will allow for improved error handling and replacement of
all the method selection stuff in loader.
|
| |
|
|
|
|
|
|
|
| |
* Ensure that if you press enter in the passphrase dialog, it activates
the enter button (#442431)
* Let the dialogs know about their parent window so they can be centered
* Add an image to denote the fact that it's a password
|
|
|
|
|
|
| |
Doing our own gtk.main() causes things to get "odd" from some callers,
so just make this a normal GtkDialog. Also, make sure that when we pop
up the dialog, the busy cursor isn't showing
|
|
|
|
|
|
| |
While we definitely want encryption to be readily available, turning it
on by default raises too many chances for a user to forget passwords, etc
and so we want them to opt-in to it.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Basic rules are the same for partitions, LVs, RAID devices:
- Existing LUKS headers can only be removed if the device is being formatted.
- You can create a new filesystem on the device and retain the preexisting
LUKS header.
- You can add a LUKS header to a non-encrypted preexisting device only if
creating a new filesystem on the device.
- We prompt for passphrase only for non-preexisting LUKS headers, meaning
those that existed when we read the disk layout initially. We do not support
adding or changing passphrases for preexisting encrypted devices.
|
| |
|
|
|
|
|
|
|
| |
If you're doing a live install, you often won't have removable media inserted
but you _can_ just save the exception somewhere and then report it. So let's
take advantage of that. Not implemented for text mode as text-mode live
installs aren't that relevant
|
|
|
|
|
|
|
| |
Make sure the root password entry box has focus when we
get to the password screen. Pressing Enter will take
you down to the confirm box. Pressing Enter in confirm
is the same as clicking Next on the screen.
|
|
|
|
|
|
|
|
|
| |
Make sure the root password entry box has the focus when we get to
the root password screen. Remove the reference to root-password.png
in the glade file to avoid libglade warnings on the console. Try to
see if we can get Enter keypresses from the confirm password entry
box to trigger the Next button. It's not working for me, but my
keyboard is acting up with the latest kernel.
|
|
|
|
|
|
| |
We're going to try to switch to PackageKit for the installed system and
having both pirut and PackageKit installed just makes the user experience
odd
|
|
|
|
|
|
| |
If we try to read the repodata during doRepoSetup and find that it's not
there, allow editing the repository right away and attempt to reconfigure.
These changes will be reflected in task selection later on.
|
|
|
|
| |
as the BIOS drive order.
|
|
|
|
|
|
|
| |
Clean up the code for the iw and textw root password entry
interfaces. Move functions outside of the classes to inside
the class, clean up formatting, turn gtk interface in to a
glade file, remove unused code and variables.
|
| |
|
|
|
|
|
| |
Add a new choice when autopartitioning to resize an existing partition to
make room for your install.
|
| |
|
|
|
|
| |
As a convenience, a checkbox allows the user to indicate that the passphrase they are entering should also be used to access all subsequently discovered encrypted devices.
|
| |
|
|
|
|
|
|
|
|
| |
All Makefiles have a standard RH license boilerplate. Existing
copyright ranges have been expanded out to list each year, since you
are supposed to do that for license boilerplates (ranges aren't
valid). Any existing authors mentioned are listed under the Red Hat
Author(s) part.
|