Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

05core: create top-level user symlinks on first boot #1879

Closed

Commits on Jul 29, 2022

  1. 05core: create top-level user symlinks on first boot

    With this, users can specify an Ignition config like
    
    ```yaml
    variant: fcos
    version: 1.4.0
    storage:
      files:
        - path: /etc/ostree/config.d/01-foobar.conf
          contents:
            inline: |
              [toplevel-links]
              foobar=/var/foobar
    ```
    
    and on first boot, a `/foobar` symlink will be created.
    
    Requires: ostreedev/ostree#2681
    Related: coreos/rpm-ostree#337
    jlebon committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    d5459e1 View commit details
    Browse the repository at this point in the history