add comment

This commit is contained in:
belliash 2012-01-23 12:47:19 +01:00
parent 251e311482
commit 12df197648
1 changed files with 1 additions and 0 deletions

View File

@ -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