option to skip bootargs step
docteurmystere opened this issue · 2 comments
docteurmystere commented
i have a heavily customized uboot variable set, and the script is unable to parse them because the cp.l instructions are not directly in the bootcmd. i know what to change at reboot via serial console, but the script just exit(1)s on me without proceeding (i'm still in dry run). any chance to have an option to skip this particular step for those in my situation?
edit: better yet, separate skipping bootcmd update and bootargs update. ^^"
edit2: attaching fw_printenv output for reference.
qEnv.txt
docteurmystere commented
attaching possible patch. i am a noob at git, my apologies.
patch.txt
amouiche commented
The feature to skip some bootargs is now supported