Im able to produce ostree and installer.iso image - BUT
rpm-ostree-toolbox creates ostree tree with missing grub file, resulting
in a failing installer.
More details about this problem here:
https://github.com/projectatomic/rpm-ostree-toolbox/issues/77
Commands used for ostree and installer creation were:
---
rpm-ostree-toolbox treecompose -c
~/repos/sig-atomic-buildscripts/config.ini --ostreerepo
/srv/rpm-ostree/centos-atomic-host/7/
Another issue is that also imagefactory KVM centos-atomic-host image
build fails in anaconda install stage - complaining about unknown
missing file - might be the same problem - not sure...
>From the build VM /tmp/anaconda.log:
---
21:40:35,454 INFO anaconda: Creating xfs on /dev/vda1
21:40:36,242 INFO anaconda: executing
ostreesetup=<pykickstart.commands.ostreesetup.RHEL7_OSTreeSetup
object at 0x7fdd038d3110>
21:40:36,570 ERR anaconda: Failed to pull from repository: Server
returned status 404: Not Found
---
Last lines from the build VM /tmp/program.log:
---
21:40:36,339 INFO program: Running... ostree
--repo=/mnt/sysimage/ostree/repo remote add --set=gpg-verify=false
installmedia http://192.168.122.1:47990/
21:40:36,377 DEBUG program: Return code: 0
---
Any suggestions how to debug it further? Where should I file a bug
report?