Commit graph

44 commits

Author SHA1 Message Date
Philip Müller
dc48e4e43c [initcpio] fix shutdown hook
- see also: https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/merge_requests/155
2022-12-19 19:41:52 +07:00
Philip Müller
fa815e8bab [hooks] fix typos in miso 2020-06-11 17:50:35 +02:00
Philip Müller
61f1373d95 [hooks] check for path in miso 2020-06-11 17:37:58 +02:00
Philip Müller
0a420b5818 [miso_loop_mnt] update checks 2020-02-13 23:32:21 +01:00
Bernhard Landauer
ac9e91cf52 [miso_loop_mnt] find loop devices by path; https://gitlab.manjaro.org/tools/development-tools/manjaro-tools/issues/309 2019-08-26 09:29:18 +02:00
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
udeved
e080dd3dbe initcpio: add ca-certificates.crt for pxe http 2017-07-03 10:51:20 +02:00
elishl
4433351b95 Update miso 2017-07-03 10:50:47 +02: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
artoo
42e0735b77 prepare 0.15.1 (#261)
* improve btrfs handling devtools patches

* buildios: drop ck on openrc

* data: update base-devel-udev

* util-iso-image: configure live logind on openrc too

* util-iso-image: fix logind cof path on openrc

* util-mount: always bind mount /etc/resolve.conf in chroot

* util: create empty /etc/resolv.conf on minimal requirement for pacman

* util: revert last 2 commits, default mirrorliust is now always generated

* util-iso-image: simplify logind config

* data: rm workaround from mlinitcpio.conf

* data: reenable workaround

* Unify grub (#262)

* initial commit testing unified grub

* buildiso: update to working grub version

* data: remove grub; move to own repo

* buildiso: adopt new grub-theme path

* clean up makefile

* buildiso: rm pxe_boot switch; always enabled now

* data: rm memdisk hook from initcpio

* util-iso-boot: clean up grub code

* initcpio_ back pxe hook arch patch

* buildiso:
* always clean entire chroot profile on -c
* tweak kernels.cfg

* util-iso-boot: fix efiboot mount path

* util-iso-boot: some corrections to efi.img

* buildiso: improve grub configuration

* util-iso-boot: add mhwd args in configure_grub()

* util-iso-boot: fix typo in mhwd args

* util-iso-boot: display proper grub image name for efi image
2017-03-26 18:54:45 +02: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
b592c3fc8f initcpio: install miso hooks in sysconfdir 2016-12-06 15:16:17 +01:00
udeved
f19be5470a initcpio: try to remove remove /run/miso/bootmnt from umount list since its too early call to be unmounted yet 2016-10-16 00:54:21 +02: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
ce9a123a59 initcpio: rename install dir; 2016-10-11 00:33:00 +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
6bef9c9c95 [initcpio] proper pxe inst hooks 2015-05-11 00:12:30 +02:00
Philip
a00289cce6 [initcpio] remove miso_pxe_nbd
- this script is outdated and broken
2015-05-10 23:36:17 +02:00
ppatpat
712f2b95d4 Create miso_pxe_http 2015-05-08 08:23:03 -06:00
ppatpat
6fc805c415 Create miso_pxe_common 2015-05-08 08:22:11 -06: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