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:
1
Makefile
1
Makefile
@@ -14,6 +14,7 @@ install:
|
||||
$(INSTALL_CMD) ./client/bin/disco-fs-diff $(EXEC_PREFIX)/disco-fs-diff
|
||||
$(INSTALL_CMD) ./client/bin/disco-sh-exec $(EXEC_PREFIX)/disco-sh-exec
|
||||
$(INSTALL_CMD) ./client/bin/disco-sh-shell $(EXEC_PREFIX)/disco-sh-shell
|
||||
$(INSTALL_CMD) ./client/bin/disco-shutup $(EXEC_PREFIX)/disco-shutup
|
||||
$(INSTALL_CMD) ./client/bin/disco $(EXEC_PREFIX)/disco
|
||||
$(INSTALL_CMD) ./universe/bin/disco-ball $(EXEC_PREFIX)/disco-ball
|
||||
$(INSTALL_CMD) ./universe/bin/disco-param $(EXEC_PREFIX)/disco-param
|
||||
|
||||
Reference in New Issue
Block a user