-
Notifications
You must be signed in to change notification settings - Fork 305
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
Enable sysroot.bootprefix
by default
#3156
Conversation
OK, this needs #3157 which I split out separately for clarity. |
I've been testing this in various places and not seen any fallout, so let's finally enable this by default and have the situation where `/boot` is on the root `/` filesystem work out of the box.
f002f92
to
8627c8a
Compare
This got effectively shipped early in coreos/coreos-assembler@f5677a3 and we think there's a failure on s390x
|
@cgwalters and one other issue I'm seeing is that in the OSBuild workflow half the time we end up with media that won't boot:
Not sure if there is some filesystem consistency issue that could be contributing to that last one though. I opened coreos/fedora-coreos-tracker#1667 to track this at least at an FCOS level. |
We've enabled bootprefix by default for a while as part of For the failing to boot on x86_64 case, it's probably worth looking at the generated disk images (e.g. with guestfish) - do you see the kernel in place? Does the |
This reverts commit 8627c8a. See discussion in ostreedev#3156 ; we think this breaks s390x in some cases at least, and that warrants further investigation.
Nevertheless, revert in #3159 |
Inspecting a little more it's almost like there is something wrong with the
|
I think I'm about to reproduce the GRUB failure without sysroot.bootprefix set to true. Will investigate more tomorrow. |
I've been testing this in various places and not seen any fallout, so let's finally enable this by default and have the situation where
/boot
is on the root/
filesystem work out of the box.