| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
This is all because I want the search box to only ever be as wide as the
language list view itself. Sure does take a lot of glade to accomplish
that.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
cmdline proxy strings use the standard form:
[protocol://][username[:password]@]host[:port]
proxy url strings are stored in the ksdata, either in method.proxy for
the global proxy or per repo in repo.proxy
ProxyString handles parsing the proxy url and returning it in various
forms useful for urlgrabber, yum and the UI.
--proxyAuth has been removed. It has no meaning with noloader.
Also fix a typo with sslverify in the repo configuration file.
|
| |
| |
| |
| |
| |
| |
| |
| | |
If a kickstart pre/post fails we read the logfile and add it to the
anaconda log. This doesn't work well for device nodes like /dev/console
so skip reading the log it isn't a regular file.
Resolves: rhbz#835563
|
| |
| |
| |
| |
| |
| | |
This basically reverts a commit of mine from January. Keeping the entry
and the list in sync is really not a big deal, and we need to provide a more
full-featured search capability than the default GTK model one anyway.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Not having a root in self.storage.roots for the newly created set means
deletion was broken in this case.
|
| | |
|
| |
| |
| |
| |
| | |
It also works better, in that using new_devices means when the last of the
autopart-created set is deleted, we know to re-display the CreateNewPage.
|
| | |
|
| |
| |
| |
| |
| | |
This also has the effect of making sure the RHS has something relevant
displayed in it after the filesystem is deleted.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Even if the boot disk has the correct disklabel type, we were asked
to reinitialize the disk(s), so do it.
|
| |
| |
| |
| |
| |
| | |
- Fix a typo
- Enable remove button for devices
- Fix a tb on removal of unused devices
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
If autopart is selected, we re-run clearpart and autopart on apply.
If not, we do neither.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Unset autopart flag after running ksdata.autopart.execute since we
are still techically doing custom partitioning.
Don't show devices queued for removal in the custom spoke.
Don't include Roots whose root device has been queued for removal.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Otherwise, we end up hung waiting for XklWrapper.get_interface to return
which it appears to never do. This only happens on kickstart installs in
my testing.
|
| | |
|
| |
| |
| |
| |
| | |
Otherwise, pressing the quit button on the beta nag dialog results in you
staring at a stuck screen while the payload thread continues to work.
|
| |
| |
| |
| |
| |
| | |
I'd like to be able to make more top-level .ui files, for stuff that is
used throughout anaconda. These shouldn't end up in a gui/ directory,
because nothing will be looking for them there.
|
| |
| |
| |
| |
| |
| | |
With the viewport there, the UI does not scroll automatically with keyboard
navigation. The result is that if you keep pressing the down arrow, you
eventually run off the bottom of the visible UI.
|
| |
| |
| |
| |
| | |
This is a hint that we're still doing something, even if an individual step
takes a long time.
|
| |
| |
| |
| |
| | |
Otherwise, the protocol drop down will start out sensitive no matter what
source we are using.
|
| |
| |
| |
| |
| |
| | |
Also, even testing for /usr/sbin/rhcrashkernel-param is enough to trip the
"set -e" test and bring the entire process silently crashing down. So
provide a way for that to return 0 too.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
/dev/live does not appear to be a symlink anymore. Luckily, we can read
out of /run/initramfs instead.
|
| |
| |
| |
| |
| | |
turnOnFilesystems will want to unmount it later, and doing an unmount here will
result in a traceback later when there's a double unmount.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This adds the -a option to makeupdates, it will expand the contents of
an rpm into the root of the updates image. This overlays the installer's
root filesystem, allowing any file to be updated.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This requires a little reorganization of the deletion code to make it reusable.
It also still goes through the confirmation dialog so the user has a choice to
think about what they're doing.
Note that it still doesn't cause a now-empty page to be removed (you can get
into that situation by removing everything yourself anyway), nor does it cause
anything useful to be displayed on the RHS, nor does it put back the
CreateNewPage if you delete the autopart-created installation.
|
| | |
|
| | |
|