#46 Add base bootc image
Merged by pbrobinson. Opened by pwhalen.
fedora-iot/ pwhalen/ostree add-bootc  into  main

Download 46.patch

Test base bootc image

Signed-off-by: Paul Whalen pwhalen@fedoraproject.org

This is RHEL only, I think we want /tmp on tmpfs in Fedora so maybe this should be uncommented?

Do we need this at all, I think we already have them in our repo?

This is RHEL only, I think we want /tmp on tmpfs in Fedora so maybe this should be uncommented?

I think the comment refers to the below script undoing the effects of it being commented in RHEL, its not commented in Fedora and tmp.mount exists so the symlink line isn't run. It's likely not needed at all but I think harmless.

Test build:
Executing postprocess inline script '1'
+ mkdir -p /usr/lib/systemd/system/local-fs.target.wants
+ test '!' -f /usr/lib/systemd/system/local-fs.target.wants/tmp.mount
+ sed -ie 's, /root, /var/roothome,' /usr/lib/tmpfiles.d/provision.conf
+ sed -ie '/^d- \/var\/roothome /d' /usr/lib/tmpfiles.d/provision.conf

Do we need this at all, I think we already have them in our repo?

We use metalink in our current repo file, there is an issue with using mirrors linked above in the comment.

rebased onto 782fa7a76d00351ecf08b68ada0b63ea10a65b29

We use metalink in our current repo file, there is an issue with using mirrors linked above in the comment.

Being containers not sure we need mirrors et el as it would be handled by that infrastructure.

rebased onto 8329945ded68e83941eb2ade0ca309f2d2965e3a

Pull-Request has been merged by pbrobinson

Metadata