-
Notifications
You must be signed in to change notification settings - Fork 194
Document void-mklive #126
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
Comments
it's documentation is in source (and very helpful at that), and an entry point is its README.md |
Agreed the source documentation is rather helpful. Is there not a way that comments in source code can be converted easily into docs like via Lua (though would honestly need tweaking of course, or it would be AwesomeWM current docs disaster its devs are so radically intolerant of criticism about) |
I think we could improve the README, for example:
This should also probably be mentioned in the README.
That sounds like a lot of work just to document how a few simple scripts work. People trying to add a new device can read the source (they would have to do it anyway) and look at other similar commits like 388993e. |
+1 also the docker images are generated from this repo and have absolutely no mention
This attitude is the only reason I never asked to add documentation or asked for help with these scripts. I always got it working but often reinvented some functionality that exists somewhere inside to, for example, get the docker images to actually build from source. It's fine to not want to personally write documentation but having this attitude towards documentation contribution makes people leave projects. |
I believe docker has been moved to https://github.com/void-linux/void-docker |
Sorry I'm a little out of date. I'll disable notifications on this repo also. Just my 2 cents on the issue. |
No worries, I agree on importance. |
I agree, but I found it easy to figure that out from the README and calling the scripts with -h. What I didn't find out at all was how to update the kernel and the other parts for the boot partition. It looks like for newer revisions of the rpi4 board updated software from https://github.com/raspberrypi is required. See #264. At the moment I'm not able to get my rpi4 up and running with void. :-( |
I probably made the same mistake as mentioned in #210. Didn't specify rpi4**-musl** for mkplatformfs.sh because -h mentions only rpi4 not rpi4-musl! After copying the image to the sd card I overwrote 16 files on the boot drive with those from the raspberrypi/firmware repository. start*.* and fixup*.* from the following commit. Commit 165bd7bc by Dom Cobley, 2022-01-06 16:59 I got the idea from the following link: https://community.volumio.org/t/volumio-not-working-on-raspberry-pi-4-rev-1-5-board-start4-elf-not-compatible/53113/11 And now my rpi4 is booting void linux. :-) |
This should no longer be necessary, see void-linux/void-packages#38958 |
covered in #359 i think |
I think there should be a user guide for void-mklive describing bootstrapping a void image from start to finish like here:
#105 (comment)
Reasons for better documenting void-mklive from the pov of a user:
Should the documentation for void-mklive go in this repository or void-docs?
cc: @flexibeast
The text was updated successfully, but these errors were encountered: