From 03da2ca189288c4122f173509417961ac5fb1619 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 2 Apr 2016 13:44:54 -0700 Subject: [PATCH] Diagram --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d0cf5d..db8678c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,26 @@ forward and backward in a secure, repeatable, staged manner. Images utilize a tmpfs overlay filesystem, so by default filesystem changes are discarded on reboot or upgrade. +## Overview + ++-------------------------------------------------------------+ +| Physical disk | +| +-----------------------------------------+ +-------------+ | +| | /boot | | /persistent | | +| | +-----------------+ +-----------------+ | | | | +| | | 1459629471.iso | | 1459629717.iso | | | | | +| | | | | | | | | | +| | | kernel | | kernel | | | | | +| | | initrd | | initrd | | | | | +| | | | | | | | | | +| | | +-------------+ | | +-------------+ | | | | | +| | | | squashfs | | | | squashfs | | | | | | +| | | | / (root) fs | | | | / (root) fs | | | | | | +| | | +-------------+ | | +-------------+ | | | | | +| | +-----------------+ +-----------------+ | | | | +| +-----------------------------------------+ +-------------+ | ++-------------------------------------------------------------+ + ## Setup ```bash @@ -18,7 +38,7 @@ cd iconograph ## Image creation -### Overview +### Image composition Icon creates images by merging the kernel and boot system of a desktop live CD with a server/custom filesystem. You'll need to download the desktop live CD