-
Notifications
You must be signed in to change notification settings - Fork 198
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
Differentiate grub entries #1239
Comments
Well...we generate a new deployment (bootloader entry) for any change, which could include just say We also currently don't retain a bootloader entry for the "base tree" by default. So the initial state is unusual in doing this transition, after that we'll keep a rollback around that was your previous booted. I'm not entirely sure what the |
Right. I don't care about the details of the label. What's important is that they are not identical and I can figure out which one I want... |
Yeah, that's a good point, and something I've also desired in the past as well. OTOH, it'd be pretty messy to condense what a layer changes into a convenient number of characters minimal enough for the GRUB2 entry. Random ideas:
In both cases, the user needs to know which corresponds to which (e.g. "oh yeah, |
Yet another idea: let me provide a label to differentiate |
Or |
If you unlayer one package and layer another one, you still can’t differentiate. |
The problem with that is that it's not sustainable as you keep updating and doing other operations. The easiest solution for this is to just add the timestamp of when it was deployed, e.g.:
Then it's obvious which one was deployed in which order even if one does Aside: I think we should get rid of the
|
Including in the GRUB label whether something is pinned or not, and at what pin location (e.g. pin 0, pin 1) would be useful. I also agree with the OP that custom labels would be useful, but specifically for pinned deployments - e.g. 'New Install', 'Pre-rebasing 37 to 38', etc. Optional, of course, as some users wouldn't use this feature, but would make the GRUB entries much easier to navigate for those that do. |
When I use package layering, rpm-ostree creates a second grub entry for the images with the layered packages. That is very useful in principle. But sadly, both entries have identical labels,
Fedora 27 (Workstation Edition) 27.68 (ostree)
on my system. It would be enough to add a hint that lets me find out which one is the one 'with the layer', say
Fedora 27 (Workstation Edition) 27.68 (ostree+layer)
The text was updated successfully, but these errors were encountered: