summaryrefslogtreecommitdiffstats
path: root/testModule/hooks/pre-pivot.sh
diff options
context:
space:
mode:
authortorben2015-04-20 14:44:12 +0200
committertorben2015-04-20 14:44:12 +0200
commit81e7552e02341e6bff0ac1daccbe9156fbd1d147 (patch)
tree3cfe9fe7ea679cfdcbcce3634a3dc59e4355cb91 /testModule/hooks/pre-pivot.sh
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-81e7552e02341e6bff0ac1daccbe9156fbd1d147.tar.gz
systemd-init-81e7552e02341e6bff0ac1daccbe9156fbd1d147.tar.xz
systemd-init-81e7552e02341e6bff0ac1daccbe9156fbd1d147.zip
Cleanup refactoring. Evaluate minimal needed dependencies.
Diffstat (limited to 'testModule/hooks/pre-pivot.sh')
-rwxr-xr-xtestModule/hooks/pre-pivot.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/testModule/hooks/pre-pivot.sh b/testModule/hooks/pre-pivot.sh
deleted file mode 100755
index fcc6a977..00000000
--- a/testModule/hooks/pre-pivot.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-if [ $PRE_PIVOT_READY ]; then
- warn '............PRE-PIVOT ALREADY DONE.............'
-else
- export PRE_PIVOT_READY=true
- warn '............PRE-PIVOT.............'
- #mount /dev/nbd0 /sysroot/TEST/
- # strace -ff -o /sysroot/log.txt -p PID
-fi