Commit graph

29 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
4371317016 initcpio_ back pxe hook arch patch 2017-03-25 12:14:39 +01:00
artoo
5ed1df3f39 Noaufs (#260)
* data: cleaning

* start 0.15.0

* buildiso: remove use_overlayfs setting

* buildiso: remove aufs support; die if kernel<4

* buildiso: make a new iso mount lib

* doc: upd mt.conf

* buildiso: add mkinitcpio.conf

* Makefile: remove aufs initcpio

* util: remove check for mkinitcpio.conf
2017-03-09 12:23:07 +01: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
09d20318df initcpio: clean up miso_aufs 2016-10-13 19:07:43 +02:00
udeved
adaa439d4a buildiso: prepare for sign and checksum of sfs 2016-10-13 16:12:17 +02:00
udeved
9d4e1ed639 initcpio: fix miso_aufs 2016-10-12 18:19:20 +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
60f8ae179f initcpio: fixes; overlayfs works now; aufs needs still work 2016-10-12 12:32:17 +02:00
udeved
bc88270c4c initcpio: fix miso_overlayfs 2016-10-11 21:55:52 +02:00
udeved
914566c553 initcpio: add persistence option; aufs probably doesn't work(wip) 2016-10-11 17:47:13 +02:00
udeved
b53e070f39 util-iso-*: prepare for initcpio updates 2016-10-11 17:12:38 +02:00
udeved
5b0771a1d0 initcpio: update miso_pxe_http 2016-10-11 00:16:36 +02:00
udeved
da8b6a828a initcpio: add miso_pxe_nbd and miso_pxe_nfs 2016-10-10 22:07:07 +02:00
Philip
93a1436c6d explicitly detach loop device on umount also for 'miso_loop_mnt' 2015-09-20 01:05:17 +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
Ramon Buldó
2a06b641c1 Add overlayfs support.
Building images works fine. Enable it by adding use_overlayfs="true" to manjaro-tools.conf.

The miso_overlayfs hook doesn't work, to test change the miso hook to miso_overlayfs.
2015-06-11 13:59:34 +02:00
Philip
a00289cce6 [initcpio] remove miso_pxe_nbd
- this script is outdated and broken
2015-05-10 23:36:17 +02:00
ppatpat
8306f2ac79 Create miso_pxe_http 2015-05-08 07:47:11 -06:00
ppatpat
7be80e66cc Create miso_pxe_common 2015-05-08 07:46:27 -06: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