Commit Graph

6 Commits

Author SHA1 Message Date
Itxaka
b9fe50bf84
Add timeout wait for sysroot (#278) 2024-04-09 10:40:28 +02:00
Itxaka
e90eaaf38c
Add workflow (#98) 2023-03-14 16:47:34 +01:00
Itxaka
aa5939da89
Rework workflow (#77)
This makes immucore run more in parallel rather than block everything
else. We just tell sysroot.mount that eventually it will be mounted and
to wait for a bit.

This allows us to be more flexible where to run and run in parallel in
cases like cdrom in which we may do things but we need the sysroot to be
mounted already but not from us.

Also adds the initramfs stage directly in immucore and merges all the dracut config into one

    Dont create sysroot, just add a timeout override so it waits for us
    Dont block on the service, just make sure to finish before
    initrd.target
    Fix mounts from cmdline
    More proper log
    Store logs under the /run/immucore dir
    Store rootfs and initramfs logs separated
    Do not log the full stages in INFO level
    Run initramfs stage in immucore directly on boot and cd/netboot
    Drop systemd requirement from dracut module

Signed-off-by: Itxaka itxaka.garcia@spectrocloud.com
2023-03-08 11:45:11 +01:00
Itxaka
9672823510
Add Readme (#70)
* Add Readme

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>

* Apply suggestions from code review

Co-authored-by: Dimitris Karakasilis <jimmykarily@gmail.com>
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>

* Update stanzas with the newer ones and mark them as compatible with the
old ones

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>

* Apply suggestions from code review

Co-authored-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>

* Add suggestions from review

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>

---------

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
Co-authored-by: Dimitris Karakasilis <jimmykarily@gmail.com>
Co-authored-by: Mauro Morales <contact@mauromorales.com>
2023-03-03 10:11:21 +01:00
mudler
66aa6627f7 Add README 2023-02-06 18:53:21 +01:00
mudler
2b6de44b9d Initial import 2023-01-12 19:10:10 +01:00