| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
| |
We have to potentially unmangle a lang value from say es_ES.UTF-8 down
to just "es" in order to find the group within comps.
|
| |
|
|
| |
Do not check initially_connected in refresh() but in __init__()
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Only include the swap request size in the case where we're about to
tell them they can run autopart in the existing free space, since
that's the main place it can be a surprise to find that you do not
actually have space for the selected software.
For the bug referenced below we still need to redo the space check
each time a new software selection is applied.
Related: rhbz#853636
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Don't even allow toggling of encryption for existing devices that have
their encryption applied at some lower level (eg: what our autopart
produces).
If the encryption is applied to container members (lvm, btrfs), let
Storage.setContainerMembers handle the changes. If toggling encryption
for an existing device or for any device for which we apply encryption
to the leaves (md, partition), handle the change of state directly in
_save_right_side.
|
| |
|
|
|
| |
At some point we'll want the same support for managing encrytion of
leaf devices, but for now that's handled by the custom spoke.
|
| |
|
|
| |
Related: rhbz#873445
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
The error message isn't the best one ever, and unfortunately the real error
is buried so deep that there's not really much hope of getting it to
display. At least this way, the user might think to look at the log file.
|
| |
|
|
|
|
| |
This will require lorax to actually put the plugin files in the image,
but once they are there we get all the benefit of somebody else's code
managing conditional package installs.
|
| |
|
|
|
| |
ksdata only gets set at the beginning and ending of a spoke, not when things are
changed on the spoke without leaving. Thus, ksdata is invalid.
|
| |
|
|
|
|
| |
It makes sense to set timezone to UTC or GMT-XX. Please mind that
"Etc" category doesn't come from my mind, that's how these timezones
are defined in the /usr/share/zoneinfo tree.
|
| |
|
|
|
|
| |
This is needed for displaying UTC and GMT-X timezones. Setting
timezone to "" graphically sets "Europe/London", but doesn't add
the pin.
|
| | |
|
| |
|
|
|
| |
rsync tries to remove xattrs even though -x has been specified. They
don't need to be copied anyway so exclude /dev/ /proc/ and /sys/
|
| | |
|
| |
|
|
|
|
|
|
| |
Spokes are imported very early (when the UI is being constructed), which is
before a language has been chosen. Thus, any strings at the top of the file
will be set up with the original translation, not the translation the user
selects. The fix is to simply translate them when they are needed and not
before.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This got broken by commit 33673a5c0. Previously after reclaim we would
run through on_continue_clicked again and presumably go through the
"continue" path, which is where we'd prompt for the passphrase.
|
| |
|
|
|
| |
We didn't apply the checks/controls of the dialog until some text was
entered, which allowed users to click through without entering anything.
|
| | |
|
| | |
|
| |
|
|
|
| |
It used to happen automatically but there was a change in NM so
we need to manage it ourselves (until we have secret agent).
|
| |
|
|
|
|
|
| |
This is an ugly hack, but it gets nfsiso working. You can switch from
NFSISO to another source, and back to the same NFSISO, just not to a
different NFSISO. That's going to have to be a "known issue" for F18
Beta.
|
| | |
|
| |
|
|
|
| |
This is only for F18, we really need a better solution for
the future.
|
| |
|
|
|
|
|
| |
Encoding should go between _territory and @script. Neither script nor is
not parsed by babel.Locale.parse.
Related: rhbz#866730
|
| |
|
|
| |
Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com>
|
| | |
|
| |
|
|
| |
If no value is < 1000, return the value in YBs.
|
| |
|
|
|
|
|
| |
Ensure the root partition '/' is the the last partition in the image.
This is required to allow resizing the root partition on firstboot.
Signed-off-by: Brian C. Lane <bcl@redhat.com>
|
| | |
|
| |
|
|
|
|
| |
Note that we'll never be able to mark all the exception reporting windows as
undecorated because those all come from libreport instead of us. But this is
at least a start.
|
| |
|
|
|
|
|
| |
Right now it gets lost floating around in all the free space in the bottom
right side of the screen, or even worse gets confused with the Finish
Partitioning button. This moves it to the left and up right under the
customize expander where it will hopefully be easier to find.
|
| |
|
|
|
| |
This is to match the same level of indent as is being applied to the customize
expander in custom partitioning.
|
| | |
|
| |
|
|
|
|
| |
- Convert the button bar to a GtkToolbar with appropriate styling.
- Font changes.
- Size and alignment changes to make the accordion larger.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
it is now in pyanaconda/packaging/livepayload.py
|
| |
|
|
|
| |
This adds a thread that uses os.statvfs to monitor the amount data
that has been copied to the destination mountpoints.
|