| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
IT IS ACCOMPLISHED.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Prevents Anaconda from verifying the ssl certificate for all https
connections with an exception of the additional repos (where --noverifyssl
can be set per repo).
For instance, this allows downloading kickstart specified as
ks=https://... where the server is using a self-signed certificate.
Resolves: rhbz#696696
Related: rhbz#728562
|
| |
|
|
|
|
| |
We're not looking for the stage2 image anymore, so stop referring to
"installation image". Also, there's no prompting to do for rescue mode
anymore either.
|
| | |
|
| | |
|
| |
|
|
| |
Instead, it operates on loaderData->instRepo directly.
|
| |
|
|
| |
Related: rhbz#599040
|
| |
|
|
|
|
|
| |
This is required so the source layout and package layout have a similar enough
structure to make our test setup work. Without this move, you can't run
"make check" or checkbot without getting error messages about no such module
pyanaconda.booty.
|
| |
|
|
|
|
|
| |
Use the exact same regex in both places to take advantage of the
proxy regex unit testing.
Related: rhbz#602712
|
| |
|
|
|
|
| |
Make sure the Proxy url starts with http or ftp://
Resolves: rhbz#604126
|
| | |
|
| |
|
|
|
|
|
| |
Since yum requires the protocol and libcurl doesn't care if there's a protocol
given or not, add the protocol to the front of the proxy value itself. Also,
both yum and libcurl will process the proxy setting if it's got a port on the
end so remove all the special port handling.
|
| |
|
|
|
| |
While I'm enabling that, I might as well also set a max redirect limit
so anaconda doesn't go off looking forever.
|
| |
|
|
|
|
| |
This is in preparation to use logging from imount.c. We don't want a dependency
of isys on loader, instead move logging code into isys and change loader sources
to use the log.h header in isys.
|
| |
|
|
|
|
|
|
|
| |
terminates program in OOM scenarios.
This is to avoid having to copy-paste the asprintf-log-abort if branch
all the time. This commit also modifies existing asprintf() calls to
use the new macro in places where the change wouldn't modify program's
semantics.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recent trees have been giving errors when we get to the stage2 download
point, such as this one:
Unable to retrieve http://download.fedoraproject.org/pub/fedora/linux/development/x86_64/os//images/install.img.
libcurl needs to be initialized inside urlinstTransfer() so it has the
latest network state for the system. The above error is caused by old
DNS settings. libcurl won't automatically do a res_init(), so we need
to set up a new curl instance and use that.
Since this patch moves curl usage to be exclusively within
urlinstTransfer(), move 'curl' to that function as well and remove it
from loaderData.
Add curl cleanup calls at the end of urlinstTransfer().
|
| | |
|
| |
|
|
|
|
|
|
|
| |
The proxy parameter to be used on the cmdline and in kickstart is
of the form:
proxy=[protocol://][user[:password]@]host[:port]
This is also used as url --proxy= and repo --proxy=.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
These older functions operate by initiating a connection, returning a file
descriptor, the caller performing some random operation, and then closing
the connection. This new function does everything for you. If the downloaded
file doesn't end up where you want, you'll need to do the move yourself.
|
| |
|
|
|
|
| |
This reverts commit 5a0189827c1c6db21ecbfd01f00ee1f5edbb7a77.
gcc-4.4.0-0.31 in rawhide fixes the problem we were seeing.
|
| |
|
|
|
|
|
|
|
| |
Problem with -O2 and some string functions with the latest version of
gcc in rawhide. Work around the problem for now so we can compile,
ideally we can revert this patch in the future.
gcc bug:
https://bugzilla.redhat.com/show_bug.cgi?id=492973
|
| |
|
|
|
| |
Patch from Ricky Zhou to add a pinwheel and progress bar for
FTP and HTTP downloads from loader.
|
| | |
|
| | |
|
| |
|
|
| |
should be fine since I had originally just copied them into hampton from head :)
|
| |
|
|
| |
about these will be coming soon
|
| | |
|
| | |
|
| |
|
|
| |
add a flag that lets you test all GUI screens even via netboot
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
added telnet server support (not turned on) along with support for cramfs'd
files in many places
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
2) use built-in ftp and http code (because of #1)
|
| |
|
|
|
| |
o typo in exception screen
o other things that came along the way.
|
| | |
|
| |
|
|
| |
It is handy to sometimes link the loader with -lefence :)
|
| | |
|
| | |
|