Commit graph

8 commits

Author SHA1 Message Date
Bernhard Landauer
4134a2db17 whitespaces 2018-04-19 23:24:19 +02:00
elishl
37c3daa526 Allow for site redirection
Sites (like sourceforge.com) use redirection.
The added parameter will take that into account.
2017-08-25 12:45:42 +01:00
elishl
251f56befd 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-07 09:30:08 +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