Replies: 2 comments 6 replies
-
Thanks, much appreciated. Sorry this is a long post ! Yes, I'll see if I can put something together on how to build shredos, including an explanation of the key folders and files that differentiate shredos from a vanilla buildroot. How you include software that isn't available in buildroot, such as the master build of nwipe. Once you have a working setup it's literally 3 commands and a couple of hours work for your computer to build shredos finishing up with the .img or .iso. Building shredos on a fresh vanilla release of buildroot is something else altogether. The way I'll do this is to create a document folder in shredos and start to write the AsciiDoc markup is used by buildroot which is the software ShredOS is build upon. As an example, the buildroot asciidoc manual can be found here . The resultant PDF document derived from the AsciiDoc markup can be found here By doing it like this, hopefully users will be able to submit pull requests and add more information, like a user guide, make corrections, etc. Also asciidoc can output the raw text in multiple formats, html & pdf in particular. I'll start the manual off with a Don't expect too much in regards to my spelling and grammar. I'm not a professional technical document writer (just an engineer). I'll be writing this pretty fast and I'm hoping others will be able to correct any grammatical errors they come across.
Have you tried building nwipe from source first? The procedure for that is pretty straight forward and I even wrote a script that will install all the dependencies, download the latest nwipe, build it and run it with a single command. It will give you a grounding in pretty much how every bit of C/C++ software is compiled. If you haven't already compiled nwipe from source, then I'd try that first. If you get stuck just let me know. Building shredos is far more complicated than building nwipe, not that I'm trying to put you off, everything is easy once you know how.. In fact taking a vanilla buildroot and adding the shredos stuff, then going through the literally thousands of settings to make sure everything is as it should be can take days if not weeks. However, it's nowhere nearly as bad as that if you Also I use ubuntu (KDE Neon) so if your using anything else that's not Debian based commands will probably differ to some degree. |
Beta Was this translation helpful? Give feedback.
-
:) This should go into https://github.com/PartialVolume/shredos.x86_64/discussions/categories/q-a, too, since it's not an issue, but a question. One of these days I'll have to re-try compiling ShredOS again and see how far I come. |
Beta Was this translation helpful? Give feedback.
-
@PartialVolume hi! Your work is great! And i'm a newbie in compiling... is there any way, to get from you a step by step guide, what must be instaled on pc, and how to compile ISO? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions