Made the diff stat from inside the testfs, so new users/groups would stat correctly. Changed disco-ball fetch to fetch into the testfs, not into / (yikes!). New disco-ball command spin does what the main disco loop used to do for each module. Added the "users" disco ball to the standard library.
This commit is contained in:
@@ -8,7 +8,7 @@ fi
|
||||
|
||||
mount | grep $DISCOROOT >/dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
./disco-fs-mount || exit 1
|
||||
echo "disco filesystem is not mounted; please mount it and try again."
|
||||
fi
|
||||
|
||||
# Strip out any shebang and put the script in the root
|
||||
|
||||
Reference in New Issue
Block a user