blob: d257c66117764ad4c07b4e0e3b85ca16b62a93cd (
plain)
1
2
3
4
|
#!/bin/sh
# Clone a git repository that holds an /etc. Doesn't check it out to /etc
# by default though. Calls etc-init to set up hooks, and ensures that files
# like shadow are never world readable during the cloning process.
|