diff options
| author | torben | 2015-04-20 14:44:12 +0200 |
|---|---|---|
| committer | torben | 2015-04-20 14:44:12 +0200 |
| commit | 81e7552e02341e6bff0ac1daccbe9156fbd1d147 (patch) | |
| tree | 3cfe9fe7ea679cfdcbcce3634a3dc59e4355cb91 /testModule/hooks/pre-pivot.sh | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff) | |
| download | systemd-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-x | testModule/hooks/pre-pivot.sh | 8 |
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 |
