Commit graph

7 commits

Author SHA1 Message Date
elishl
0a2f73993d Allow for site redirection
Sites (like sourceforge.com) use redirection.
The added parameter will take that into account.
2017-08-24 23:10:27 +03:00
elishl
aa84e639a3 Corrections for PXE boot (#266)
* Correction for a faulty condition

The current condition works for checking existence of the .sfs files on the local file system.
The proposed condition checks for the existence of the .sfs files on a remote server.

* Correction for NFS & NBD & HTTP boot

By default, Calamares searches for the .sfs files in the "bootmnt" directory.
When "copytoram==y" (relevant for NFS & NBD & HTTP boot), the .sfs files are stored in the "copytoram" directory.
The proposed code binds the "copytoram" dir with "bootmnt" so Calamares can "see" the .sfs. files.
2017-05-06 14:38:13 +02:00
udeved
ab51b4be29 initcpio: try to fix shutdown unmounting 2016-10-15 11:50:30 +02:00
udeved
45f5f97ba5 initcpio: fix pxe, checksum signing checks 2016-10-12 13:14:46 +02:00
udeved
914566c553 initcpio: add persistence option; aufs probably doesn't work(wip) 2016-10-11 17:47:13 +02:00
udeved
5b0771a1d0 initcpio: update miso_pxe_http 2016-10-11 00:16:36 +02:00
ppatpat
8306f2ac79 Create miso_pxe_http 2015-05-08 07:47:11 -06:00