-
Notifications
You must be signed in to change notification settings - Fork 33
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
Updated packages not used during curtin installation #45
Comments
Hm this is strange. Is the old efivar installed in any other layer? (which image are you starting with?) |
I am using the current mantic-live-server-riscv64.img.gz. This contains:
I guess the add-debs-to-pool command could replace these. But this requires manual download. In my case from a private ppa. I am just wondering whether there should be an easier way to refresh the /pool packages from an archive. |
add-debs-to-pool does not work correctly see #46 |
Ah so here I think I know what might be going on.
Is this vaguely plausible? I'm not quite sure it makes sense but it's possible. Do you think you could send me the output of journalctl & /var/log/installer after one of these installs? (privately, I guess) |
Hello @mwhudson,
My update.yaml has
to update efivar which has a problem on the target system.
grub-install fails due to using the old efivar.
This is what I find on the file system:
The root file-system has the new package, but the target system is still using the old version.
My expectation was that the target would receive the updated packages before GRUB is installed.
Best regards
Heinrich
The text was updated successfully, but these errors were encountered: