summaryrefslogtreecommitdiffstats
path: root/testModule/hooks/mount.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/mount.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/mount.sh')
-rwxr-xr-xtestModule/hooks/mount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testModule/hooks/mount.sh b/testModule/hooks/mount.sh
index 93a11e7c..28958fb6 100755
--- a/testModule/hooks/mount.sh
+++ b/testModule/hooks/mount.sh
@@ -3,5 +3,5 @@ if [ $MOUNT_READY ]; then
else
export MOUNT_READY=true
warn '............MOUNT.............'
- #mount /dev/nbd0 /sysroot/TEST
+ mount /dev/nbd0 /sysroot
fi