diff options
Diffstat (limited to 'core/carbs-init/build')
-rwxr-xr-x | core/carbs-init/build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/carbs-init/build b/core/carbs-init/build new file mode 100755 index 00000000..97c33153 --- /dev/null +++ b/core/carbs-init/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +mkdir -p "$1/usr" + +cp -R etc "$1" +cp -R lib "$1/usr" |