-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readme: expanded instructions on ImageBuilder #1028
Conversation
Pls, this is just an expansion of @aparcar's #1015... Can anyone review? |
I encountered a small issue with imagebuilder about batman-adv. I report it here in the meantime: In this situation, the batctl commands listed under 'debug tables' are not available [0], and instead return the help message. Output of `batctl n```` root@falena:~# batctl n Error - no valid command or debug table/JSON specified: n Usage: batctl [options] command|debug table|debug json [parameters] options: -h print this help (or 'batctl -h' for the parameter help) -v print versioncommands: debug tables: display the corresponding debug table JSON queries: display results of netlink query as JSON
|
Oooh, right! I found an old comment pointing out that this problem was likely going to appear: Do you think that we should include it by default (including |
About this comment I would add that the batctl package is still splitted into
As in the previous link from openwrt the difference in size is just 31KB. In both cases I think it should be defined as the full '+batctl-default' or '+batctl-tiny', instead of '+batctl' , but I haven't tested it!
|
I agree, let's add For the mini version, it would be great also.
OK, better. |
In #1015, @aparcar created an excellent documentation about using the ImageBuilder for building LibreMesh on OpenWrt 22.03 (not yet supported!!).
In #1015 (comment) I suggested a few edits, here I implemented those and many others.