From c5e36bc86a3f6124d5add084741aa2dcf152aec3 Mon Sep 17 00:00:00 2001 From: Sam Holmes Date: Fri, 20 Jan 2017 17:29:01 +0000 Subject: [PATCH] Tidy up README hierarchy further --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 26636af..01a02f6 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -# TODO +# pi-gen +_Tool used to create the raspberrypi.org Raspbian images_ +### TODO 1. Documentation -# Dependencies +## Dependencies `quilt kpartx realpath qemu-user-static debootstrap zerofree pxz zip dosfstools bsdtar libcap2-bin` -# Config +## Config Upon execution, `build.sh` will source the file `config` in the current working directory. This bash shell fragment is intended to set needed @@ -33,11 +35,11 @@ A simple example for building Raspbian: IMG_NAME='Raspbian' ``` -# Stage Anatomy +## Stage Anatomy -# Raspbian Stage Overview +### Raspbian Stage Overview The build of Raspbian is divided up into several stages for logical clarity and modularity. This causes some initial complexity, but it simplifies @@ -84,4 +86,4 @@ maintenance and allows for more easy customization. client, learning tools like Scratch, specialized packages like sonic-pi and wolfram-engine, system documentation, office productivity, etc. This is the stage that installs all of the things that make Raspbian friendly to - new users. + new users. \ No newline at end of file