| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
IT IS ACCOMPLISHED.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Since mount can handle mounting files on loopback for us now, there's no
reason to continue doing so manually in loader.
|
| |
|
|
|
| |
It's not called from anywhere. We unmount all filesystems in the end
anyway, using the machinery in loader/undomounts.c.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Patch from Ricky Zhou to add a pinwheel and progress bar for
FTP and HTTP downloads from loader.
|
| |
|