Hello all, Currently, for defaultenv v1, the /env/bin/boot_board script is called from /env/bin/init. However this means boot_board will not be run if booting manually (by running 'boot' from the barebox console). Shouldn't this script be called from /env/bin/boot instead? If a board needs any specific stuff to be done when booting, this probably applies both when autobooting and when booting manually (otherwise, anything that only applies only when autobooting could also be done from init_board instead of boot_board). Opinions? Guillermo Rodriguez Garcia guille.rodriguez@xxxxxxxxx _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox