Commit graph

16 commits

Author SHA1 Message Date
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
d738f72680 initcpio: fix miso and miso_aufs hook in checksum and verify mode 2017-02-15 01:15:41 +01:00
udeved
d5d9d9d329 initcpio: fix overlay_root 2016-10-15 17:56:24 +02:00
udeved
cef3499930 initcpio: create dedicated overlay_root instead of using cowspace 2016-10-15 17:53:53 +02:00
udeved
ab51b4be29 initcpio: try to fix shutdown unmounting 2016-10-15 11:50:30 +02:00
udeved
426d3f26cb initcpio: fix dm-snapshot mounting to also use overlay/aufs 2016-10-13 21:32:31 +02:00
udeved
90268828b2 initcpio: fix miso overlay boot 2016-10-13 19:08:08 +02:00
udeved
adaa439d4a buildiso: prepare for sign and checksum of sfs 2016-10-13 16:12:17 +02:00
udeved
45f5f97ba5 initcpio: fix pxe, checksum signing checks 2016-10-12 13:14:46 +02:00
udeved
c47afc3878 buildiso; default to overlayfs for hooks 2016-10-12 12:58:14 +02:00
udeved
94c5d1ca56 initcpio: rm overlayfs code from aufs; confused files 2016-10-12 12:47:00 +02:00
udeved
914566c553 initcpio: add persistence option; aufs probably doesn't work(wip) 2016-10-11 17:47:13 +02:00
udeved
da8b6a828a initcpio: add miso_pxe_nbd and miso_pxe_nfs 2016-10-10 22:07:07 +02:00
Philip
c54915e2bc explicitly detach loop device on umount and silent losetup error
Umount detaches the loop device automatically, but let's make it explicit to be sure. Additionally losetup gives: losetup: /dev/loop0: detach failed: No such device or address This is kind of expected, let's silent the error message.
2015-09-20 01:00:54 +02:00
ppatpat
71ac2335ba Update miso
If we retrieved the squashed files by HTTP we consider the "device" is found....
2015-05-08 07:44:37 -06:00
udeved
4e79e94152 move to subdir 2014-12-17 03:31:03 +01:00
Renamed from hooks/miso (Browse further)