diff root-filesystem.sh @ 888:626288dd5cf3

Lots of comments.
author Rob Landley <rob@landley.net>
date Mon, 16 Nov 2009 01:45:56 -0600
parents d81382a8bb66
children db0f536aee7c
line wrap: on
line diff
--- a/root-filesystem.sh	Sun Nov 15 14:50:25 2009 -0600
+++ b/root-filesystem.sh	Mon Nov 16 01:45:56 2009 -0600
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+# Build a root filesystem for a given target.
+
 # Get lots of predefined environment variables and shell functions.
 
 source sources/include.sh || exit 1