summaryrefslogtreecommitdiffstats
path: root/loader/method.h
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-51/+0
| | | | IT IS ACCOMPLISHED.
* Remove unused unpackCpioBall() function.David Cantrell2010-11-101-1/+0
|
* Add some debugging prints.Chris Lumens2010-10-151-0/+1
|
* Remove a bunch of unused support functions.Chris Lumens2010-10-151-2/+0
|
* Remove the unused mountNfsImage and all code that was only called by it.Chris Lumens2010-10-151-2/+0
|
* Rework how loading images works for URL installs.Chris Lumens2010-10-151-2/+2
| | | | | | | | Since every boot method now includes the full installation environment, we don't have to go looking for install.img anymore. Therefore, the method configuration for URL installs only needs to (1) ask for where the packages live, and (2) attempt to fetch updates.img and product.img from that location.
* Get rid of mountLoopback and umountLoopback.Chris Lumens2010-10-071-5/+0
| | | | | Since mount can handle mounting files on loopback for us now, there's no reason to continue doing so manually in loader.
* removal: umountStage2().Ales Kozumplik2010-04-231-1/+0
| | | | | It's not called from anywhere. We unmount all filesystems in the end anyway, using the machinery in loader/undomounts.c.
* nfs: direct mounting of stage2.Ales Kozumplik2010-04-231-0/+1
| | | | | | | | | | The patch allows us to NFS mount an uncompressed directory as stage2 for instance like this: stage2=nfs:10.34.27.9:/pub/pungi/20100407/i386/os/images/squashfs-root During development this is useful because we can avoid lengthy mksquashfs calls.
* Download progress indicator for FTP and HTTP in stage 1.David Cantrell2008-08-251-1/+3
| | | | | Patch from Ricky Zhou to add a pinwheel and progress bar for FTP and HTTP downloads from loader.
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+58