| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This should help a little bit with the confusion people have where it looks
like filesystems are vanishing, when instead they are just moving to under
a different root. However, note that anything calling _do_refresh will cause
everything to be closed except the current page.
I do not yet see a way around that.
|
|
|
|
|
|
| |
When multiple pages can be expanded at the same time, the currentPage method
doesn't make a lot of sense. Instead, make it a property of the custom
spoke and have it depend on the current selector.
|
|
|
|
|
|
| |
We're using it all over the place anyway, so there's no point keeping the
underscore on it. Also I gave CreateNewPage a members attr as well, so there's
no need to test for it anymore.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Going back to the options dialogs is arguably not really a bug (the user may
want to go to custom partitioning), but they have other ways of doing those
things. Also, watching people test this out showed it to be very confusing
and led to people going down paths they didn't need to. Also, it's the way
it worked in F17.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This dialog now serves two different purposes: (1) You do not have enough
free space, and need to make some before you can continue to install. (2) You
do have enough free space but want to free up additional space.
Because the button is labeled "Reclaim space", we only want to allow clicking
on it if you have chosen some destructive action. Buttons should be labeled
with what they do, after all. However, we also want to take into account any
free space that may already exist on disk when considering whether you have
enough to continue.
|
|
|
|
|
|
| |
This is to help communicate how much total free space there is, in the case
where you've got enough but choose to go into the reclaim dialog to do some
other things anyway.
|
|
|
|
|
| |
If you go into the reclaim dialog already with enough space, it's a very
confusing thing to be told you do not have enough free space.
|
|
|
|
|
| |
This was caused by 1821378de1aecbbf5806edcad34ee928f0892296, which changed what
was being stored in the DiskOverviews.
|
|
|
|
|
|
|
|
|
|
|
|
| |
screen." (#905899).
This reverts commit f4ec3d682ffd93dfc7105eaa09acdd7fd672a3e8.
This patch also removes the button entirely. All I've ever seen it do is reduce
the installable package set to something like 30 packages and result in really
cryptic bugs about commands that should be there failing to run. It doesn't
seem to help in just removing the one or two packages that have a problem,
since it looks like it's frequently a core package with the problem.
|
| |
|
| |
|
|
|
|
| |
What would it do?
|
|
|
|
|
| |
The string needs to be converted to a raid level before passing it to
blivet.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This was just minor confusion. It's not the spoke being processed that
we need to be concerned about. It's all the ones that might get their
incompleteness checked.
|
|
|
|
|
|
| |
The primary case for this is if you've got initially all blank disks, though
you'd also hit it if you first went through reclaim and deleted everything,
then went back to the install options dialogs.
|
|
|
|
|
| |
Currently, the encryption checkbox kind of looks like it belongs with the
radio button group. A little extra padding might also help.
|
|
|
|
|
|
|
|
|
|
| |
The apply method should only set self.data, the execute method should do
all necessary runtime changes. The code for starting chronyd service and
adding/removing it to/from the list of installed packages and enabled
services should be placed somewhere where it can be used by text mode as
well.
Also use NTP_* constants instead of "chrony" and "chronyd" magic strings.
|
| |
|
|
|
|
|
|
|
|
|
| |
This behaviour tries to minimize the "surprise factor" we have
in the installer. When the user entered spoke, changed any data
and then left the spoke, the installer gave him no chance for
review or correcting the entered values. With this patch applied
the Hub waits for a click on the continueButton if any user
interaction happened before all the spokes were ready+completed.
|
| |
|
| |
|
|
|
|
|
| |
This moves the 'Encrypt my data' checkbox from the main storage spoke
into the dialog above the partition type combobox.
|
|
|
|
|
| |
If you entered a bad proxy the only way to get it to continue was to
change the source to something different.
|
| |
|
| |
|
|
|
|
| |
pykickstart now provides this information for all commands.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
We've got this shiny new method selection UI but if you want to use it, you've
first got to sit through the delay of fetching metadata for the closest mirror
which might be completely wrong for you. Thus, this parameter will skip the
default action. Entering and leaving the source spoke will unset this
parameter.
|
|
|
|
|
|
| |
This allows creating a new MountpointSelector using a Device as a template,
or modifying an existing MountpointSelector. It also consolidates a lot of
the specifics of doing that creation.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This disables the storage spoke and installs to /mnt/sysimage without
mounting any filesystems. If something is already mounted on
/mnt/sysimage it leaves it untouched.
This can be useful for utilities like livemedia-creator which will mount
a filesystem image on the directory and then run anaconda to install to
it.
|
|
|
|
|
|
| |
The idea here is that it makes things like "swap" more discoverable because
the user can pick them, plus it gets rid of the tooltip that is not at all
accessible.
|
|
|
|
| |
This helps out a bit with the sea of buttons at the bottom of the dialog.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Change a lot of wording and button text to make it clear what happens next.
(2) Allow going to the reclaim dialog even if you have enough space to begin
with.
(3) Get rid of the custom partitioning checkbox, and make it a button instead.
(4) Get rid of the modify software selection button from one dialog, since
there's now too many buttons.
|