<DC-IRC>
[Discord] <khazakar> Quick question - is it possible with armbian/build to provide custom config.txt in some simple manner?
<DC-IRC>
[Discord] <khazakar> customization-image.sh which copies config.txt from overlay to boot/firmware doesn't work
<DC-IRC>
[Discord] <khazakar> Eventually, is there a doc available which shows examples of hooks usage? Maybe "pre_umount_final_image" would be appropriate with in-place replacement of config.txt? Idk
<DC-IRC>
[Discord] <Werner> I managed to do exactly that but I don't know anymore how I did it. I think I used this exact hook but not sure anymore. Also have no option to check on that for a few days
<DC-IRC>
[Discord] <khazakar> Tried PR linked above, but as "userpatches", on branch 24.08. seems that it doesn't work unless I patch that entirely inside that file, to add what I need as config file. Pathich using "customize-image.sh* doesn't work for me, by simply doing `cp /tmp/overlay/config.txt /boot/firmware/config.txt`
<DC-IRC>
[Discord] <khazakar> Tried PR linked above, but as "userpatches", on branch 24.08. seems that it doesn't work unless I patch that entirely inside original file not as userpatches, to add what I need as a config file. Pathich using "customize-image.sh* doesn't work for me, by simply doing `cp /tmp/overlay/config.txt /boot/firmware/config.txt`