Updated Building and Testing (markdown)

Anton Hvornum 2021-03-14 22:26:36 +01:00
parent d3b6085b2b
commit 8912d76b20
1 changed files with 11 additions and 0 deletions

@ -39,6 +39,17 @@ It will perform four simple tasks:
3. copy `guided.py` into the root git folder due to how the import works in Python
4. Finally it will run the latest version of `guided.py`
### Step 5: Build
[Archiso](https://wiki.archlinux.org/index.php/Archiso#Build_the_ISO) has great information and the latest info.
But in general, all you need to do (standing in the arciso folder), is to run:
```bash
# mkarchiso -v -w work/ -o out/ ./
```
And that should produce your ISO.
----
For a simple script that builds, boots and does all this automatically.