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

How to persist or append kernel parameters in u-boot configuration file /boot/extlinux/extlinux.conf? #90

Open
Jibun-no-Kage opened this issue Aug 21, 2024 · 0 comments

Comments

@Jibun-no-Kage
Copy link

How to persist or append kernel parameters in u-boot configuration file /boot/extlinux/extlinux.conf? Say I need to add 'ipv6.disable=1 to the append command for the given profile in the extlinux.conf file. If I edit the file, the changes are lost whenever some update or package invokes u-boot-update. How can I stop this behavior?

I tried adding the additional parameters to the /etc/default/u-boot file, per the u-boot documentation but this file seems to be completely ignored by u-boot-update? I added...

U_BOOT_PARAMETERS="ipv6.disable=1 fsck.mode=force fsck.repair=yes"
U_BOOT_TIMEOUT="60"
U_BOOT_FDT_OVERLAYS="/boot/gpiod-line-names.dtbo"

None of the above was in the /boot/extlinux/extlinux.conf file after u-boot-update was executed.

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

1 participant