-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #4: manually running mount commands and validateStoneSysNodes r…
…esults in a properly structured tODE directory structure ... major progress
- Loading branch information
1 parent
e69162c
commit ecc2dd9
Showing
4 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Set up /sys node structure | ||
mount --todeRoot / / _home | ||
mount --todeRoot sys/default /sys default | ||
mount --todeRoot sys/local /sys local | ||
mount --todeRoot sys/local/server/stones /sys stones | ||
# /sys/default/bin/validateStoneSysNodes --files --repair | ||
|
||
mount --stoneRoot / /sys stone | ||
commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# /sys/default/bin/validateStoneSysNodes --files --repair | ||
mount --stoneRoot / /sys stone | ||
# Define /home and /projects based on a composition of the /sys nodes | ||
mount --stoneRoot homeComposition.ston / home | ||
mount --stoneRoot projectComposition.ston / projects | ||
commit | ||
cd |