Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Add new ignition-fetch-offline.service #164

Merged
merged 2 commits into from
Jun 18, 2020
Merged

Commits on Jun 18, 2020

  1. Add new ignition-fetch-offline.service

    Make use of the new `fetch-offline` stage:
    
    coreos/ignition#979
    
    We run this between the `setup` and `fetch` stages (the latter possibly
    being skipped if networking is not required).
    
    We hit the same issue here that `coreos-copy-firstboot-network.service`
    hit, which is that we can't run before the `cmdline` hook because that
    runs *before* udev, but we want the `by-*` symlinks for
    `ignition-setup-user.service`.
    
    The hack we do here is to rerun the NM cmdline hook in case ignition
    dropped a snippet in `/etc/cmdline.d`. As mentioned in
    coreos/fedora-coreos-config#346, we'll be able
    to do this more cleanly once we run NM as a systemd service directly.
    jlebon committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    b74341a View commit details
    Browse the repository at this point in the history
  2. 30ignition: make var in dracut_func local

    No reason to leak this outside the function.
    jlebon committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    e9ed195 View commit details
    Browse the repository at this point in the history