Skip to content

Conversation

@shouhei
Copy link

@shouhei shouhei commented Nov 25, 2025

Fix link to bake_flatcar_image.sh

Fixing the link to bake_flatcar_image.sh in index.md

How to use

--

Testing done

None.

  • Changelog entries added in the respective changelog/ directory (user-facing change, bug fix, security fix, update)
  • Inspected CI output for image differences: /boot and /usr size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.

@shouhei shouhei requested a review from a team as a code owner November 25, 2025 06:00
## How do I use sysexts?

Simply consume the extensions you need via Ignition, or use [`bake_flatcar_image.sh`](bake_flatcar_image.sh) to create an OS image with the sysext(s) of your choice included.
Simply consume the extensions you need via Ignition, or use [`bake_flatcar_image.sh`](https://github.com/flatcar/sysext-bakery/blob/main/tools/bake_flatcar_image.sh) to create an OS image with the sysext(s) of your choice included.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I think it was a relative link before. I guess, we can use this instead of URL link:

Suggested change
Simply consume the extensions you need via Ignition, or use [`bake_flatcar_image.sh`](https://github.com/flatcar/sysext-bakery/blob/main/tools/bake_flatcar_image.sh) to create an OS image with the sysext(s) of your choice included.
Simply consume the extensions you need via Ignition, or use [`bake_flatcar_image.sh`](../tools/bake_flatcar_image.sh) to create an OS image with the sysext(s) of your choice included.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review!

I noticed the link was missing on https://flatcar.github.io/sysext-bakery/ , so I used the GitHub URL to ensure it works correctly on both GitHub and GitHub Pages.

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.

2 participants