diff --git a/README.md b/README.md index 40ce037..dbc3c53 100644 --- a/README.md +++ b/README.md @@ -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
ISO"] --> boot["Boot
ISO"] + boot --> bootstrap["Run
bootstrap"] + bootstrap --> reboot1["Reboot into
new OS"] + autorun1["Autorun host
playbook on
first boot
(Install OS components)"] + autorun1 --> reboot2["Reboot"] + reboot2 --> xfce["Boot into
XFCE4"] + xfce --> autorun2["Run host
playbook on
first XFCE Login
(Configure XFCE4)"] + autorun2 --> logout["Logout
to load
XFCE settings"] + logout --> done["Done!"] +``` + ## Architecture All packages are installed from the official sources.