k3s-io / k3s-ansible

Apache License 2.0
1.89k stars 780 forks source link

Enable skipping bootcmd verification in Raspberry PI #298

Closed jlpedrosa closed 4 months ago

jlpedrosa commented 4 months ago

Changes

Add skip_rpi_cmdline variable to enable skipping the mutation of /boot/firmware/cmdline.txtvin Ubuntu Raspberry.

In some scenarios (ie: network boot) the firmware and kernel is loaded during booting.

Linked Issues