From 12df1976488e22b4437c45f70c1058eb2f21c5ac Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 23 Jan 2012 12:47:19 +0100 Subject: [PATCH] add comment --- files/dispatch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/files/dispatch.sh b/files/dispatch.sh index 673f2f6..911a34a 100644 --- a/files/dispatch.sh +++ b/files/dispatch.sh @@ -91,6 +91,7 @@ if [ ${DISPATCH_STAGE} -eq 2 ]; then dispatchProgress 3 fi +# Begin stage #3 if [ ${DISPATCH_STAGE} -eq 3 ]; then einfo "Dispatching system..." emerge -1 --nodeps baselayout &> /dev/null || die "Unable to emerge baselayout!" 3