Skip to content
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

kernel command line arguments do not get updated #2050

Closed
jlarsen45 opened this issue Apr 1, 2020 · 2 comments
Closed

kernel command line arguments do not get updated #2050

jlarsen45 opened this issue Apr 1, 2020 · 2 comments

Comments

@jlarsen45
Copy link

I am using intel-corei7-64 with grub2 as bootloader and using libostree through meta-updater ( ostree_2020.2.bb). If I change my kernel command line parameters the changes do not get updated when an update is performed.

Steps:

1. make image with Yocto project.
2. run image on board
3. view kernel parameters cat /proc/cmdline
4. change kernel command line parameters (OSTREE_KERNEL_ARGS)
5. make new image within Yocto project.
6. update board
7. view kernel parameters cat /proc/cmdline

Expected result: command line parameters are the new parameters from new OSTREE_KERNEL_ARGS

Actual result: command line parameters are stuck at initial values

@pattivacek
Copy link

This looks to be a duplicate of advancedtelematic/meta-updater#706, and the issue looks to be specific to meta-updater, not ostree, so I think this can be closed.

@cgwalters
Copy link
Member

Thanks; I think this is really a duplicate of #479 right?

Either way we agree it's a dup so closing, but nevertheless thanks for the report (and I also appreciate the triage too!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants