summaryrefslogtreecommitdiffstats
path: root/loader2/urls.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-46/+0
|
* Strip urlinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-1/+1
|
* Fix some errors on reporting which files are being downloaded.Chris Lumens2008-03-141-1/+1
|
* Only pass the file path to {ftp,http}GetFileDesc.Chris Lumens2008-03-071-1/+1
|
* Support stage2= for URL installs.Chris Lumens2008-03-041-2/+1
|
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-0/+19
|
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-071-3/+2
| | | | | | | This removes the separate FTP and HTTP network method dialogs in the loader and replaces them with a single configuration dialog that asks the user to input a URL. It also modified the secondary config screen to prompt just for a proxy and simplifies a lot of the conversion from URL to UI and back.
* * loader2/urlinstall.c: Do not pass silentErrors toDavid Cantrell2006-08-081-1/+1
| | | | | | | | | | urlinstStartTransfer() (#201247). * loader2/urls.c: Remove redundant download failure messages in the urlinstStartTransfer() function. Do not accept silentErrors as a parameter (#201247). * loader2/urls.h: Prototype update for urlinstStartTransfer().
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-2/+2
| | | | to it) all over the place.
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-3/+3
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* support for sending MAC address as an HTTP header, needed for RHN provisioningMike Fulbright2003-07-071-1/+1
|
* some helpful url to ui and back functionsMike Fulbright2002-12-041-0/+3
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+26
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd