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

Conversation

jlebon
Copy link
Member

@jlebon jlebon commented Jul 29, 2022

With this, users can specify an Ignition config like

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

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
Copy link
Member Author

jlebon commented Jul 29, 2022

With this, users can specify an Ignition config like

You can see a more complete demo of this in ostreedev/ostree#2681.

@bgilbert
Copy link
Contributor

bgilbert commented Aug 5, 2022

Should we have Butane sugar for the [toplevel-links] section?

@jlebon
Copy link
Member Author

jlebon commented May 29, 2024

@jlebon jlebon closed this May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants