#296 Cannot install to bare metal using kickstart due to ref name problems in f26 release
Closed: Fixed 6 years ago Opened 6 years ago by jberkus.

I pave my bare metal cluster using a kickstart similar to the one here: http://www.projectatomic.io/blog/2016/10/install-with-kickstart/

However, as of f26 release, this no longer works. Which is surprising given that f26 alpha did work. The problem is this line in my updated kickstart:

ostreesetup --osname="fedora-atomic" --remote="fedora-atomic" --url="file:////run/install/repo/content/repo" --ref="fedora/26/x86_64/atomic-host" --nogpg

This should pull the ref from the local media (USB key). However, what I get now is "openat: no such file or directory" So somehow the ref is broken in the ISO.


Metadata Update from @jberkus:
- Issue assigned to dustymabe
- Issue tagged with: F26

6 years ago

That was it. I need to write a blog on the Kickstart changes for 26. Assigning this ticket to myself so that I remember to write it.

Metadata Update from @jberkus:
- Issue assigned to jberkus (was: dustymabe)

6 years ago

However, as of f26 release, this no longer works. Which is surprising given that f26 alpha did work.

pretty sure "alpha" had this change in it - maybe you updated your kickstart then and didn't persist the changes? Or maybe used the interactive install.

Metadata Update from @dustymabe:
- Issue tagged with: host

6 years ago

Metadata Update from @jberkus:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata