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

How to mount an ignition file into the simplified provision image? #42

Open
odra opened this issue May 14, 2024 · 3 comments
Open

How to mount an ignition file into the simplified provision image? #42

odra opened this issue May 14, 2024 · 3 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@odra
Copy link

odra commented May 14, 2024

This issue tracker is intended only for IoT specific issues. Please try to reproduce the issue on a relevant Fedora release to determine if the issue is specific to IoT or a general issue in Fedora. If is a general issue in Fedora, please report it in Red Hat Bugzilla (see How to file a bug) or in an upstream project and not in this issue tracker.

Describe the bug
The docs are not clear how to use a custom ignition file with the simplified provision installer.

Can I use a local file or just a remote one over http?

To Reproduce
Please describe the steps needed to reproduce the bug:

  1. Download the simplified provision iso
  2. Run it using qemu-system
  3. How to mount an ignition file ...?

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

OS version:

Using Fedora IoT 40, I can't login into it.

Additional context

As the "bug" description says, the docs is not very clear how to mount an ignition file into the image.

@odra odra added the bug Something isn't working label May 14, 2024
@miabbott miabbott added the documentation Improvements or additions to documentation label May 16, 2024
@miabbott
Copy link
Member

@mmartinv could you tackle this one?

@mmartinv mmartinv self-assigned this May 17, 2024
@odra
Copy link
Author

odra commented May 28, 2024

Hello, any updates?

@mmartinv
Copy link

mmartinv commented Jun 11, 2024

@odra you need to edit the grub menu at boot time and append the following to the linux ... line:

coreos.inst.append=ignition.config.url=http://host/file.ign

The detailed steps are described in the official documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants