viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

Update embiggen script to use `grubby` #175

Closed viccross closed 1 year ago

viccross commented 1 year ago

Updating the kernel parm line was being done manually in the script, without knowing for sure if any defaults have been updated. Now that we can do in-field updates, the system may become unbootable if a kernel update does not have the default boot loader parameters. Changing the script to use grubby, the documented tool for kernel parameter updates, should ensure that the changes are appplied correctly.

viccross commented 1 year ago

Script should be transferred to the elan-tools repo as part of this.

In fact... creating an issue on elan-tools to onboard this script and implement the fix.

viccross commented 1 year ago

Commit a341435 removed embiggen-elan.sh from firstboot, and added support for moving to elan-tools.

Applied to the build ELANs with automation run tag 44.