Skip to content

Commit

Permalink
add flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
perryflynn committed May 19, 2024
1 parent 101c827 commit 4efdaea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ Features:
- 💻 Autostart Desktop configuration at first Desktop logon
- ⏱ From blank disk to booted system in ~10 Minutes

Workflow base installation & hostname based configuration:

```mermaid
graph LR
build["Build<br>ISO"] --> boot["Boot<br>ISO"]
boot --> bootstrap["Run<br>bootstrap"]
bootstrap --> reboot1["Reboot into<br>new OS"]
autorun1["Autorun host<br>playbook on<br>first boot<br>(Install OS components)"]
autorun1 --> reboot2["Reboot"]
reboot2 --> xfce["Boot into<br>XFCE4"]
xfce --> autorun2["Run host<br>playbook on<br>first XFCE Login<br>(Configure XFCE4)"]
autorun2 --> logout["Logout<br>to load<br>XFCE settings"]
logout --> done["Done!"]
```

## Architecture

All packages are installed from the official sources.
Expand Down

0 comments on commit 4efdaea

Please sign in to comment.