You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While experimenting with bootc install to-filesystem for the bib work I noticed that on firstboot the /boot directory and partiton is not mounted:
[root@localhost ~]# ls -a /boot/
. ..
[root@localhost ~]# cat /etc/fstab
UUID=a22006db-c737-4eb2-9a35-50edad5832ba /boot auto ro 0 0
[root@localhost ~]# mount|grep boot
[root@localhost ~]#
I looked a bit into this but it seems an fedora:eln issue, I see /boot mounted just fine on quay.io/centos-bootc/centos-bootc-dev:stream9.
Feel free to close as not-actionable/irrelevant for bootc as it appears to be an image issue but I reported it because we talked about it and I wanted to followup properly.