summaryrefslogtreecommitdiffstats
path: root/testModule/hooks/mount.sh
diff options
context:
space:
mode:
authortorben2015-05-04 13:57:16 +0200
committertorben2015-05-04 13:57:16 +0200
commit0ddd93e6daec1c2eadb025bbc7ab90b9e865516c (patch)
tree58d84520e5a7f802f1fc0abdca7933f47c4d5b4d /testModule/hooks/mount.sh
parentPepare merge. (diff)
parentworking version - STILL TESTING (diff)
downloadsystemd-init-0ddd93e6daec1c2eadb025bbc7ab90b9e865516c.tar.gz
systemd-init-0ddd93e6daec1c2eadb025bbc7ab90b9e865516c.tar.xz
systemd-init-0ddd93e6daec1c2eadb025bbc7ab90b9e865516c.zip
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
Diffstat (limited to 'testModule/hooks/mount.sh')
-rwxr-xr-xtestModule/hooks/mount.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/testModule/hooks/mount.sh b/testModule/hooks/mount.sh
index 28958fb6..e893642d 100755
--- a/testModule/hooks/mount.sh
+++ b/testModule/hooks/mount.sh
@@ -1,7 +1,3 @@
-if [ $MOUNT_READY ]; then
- warn '............MOUNT ALREADY DONE.............'
-else
- export MOUNT_READY=true
- warn '............MOUNT.............'
- mount /dev/nbd0 /sysroot
-fi
+#!/bin/bash
+
+mount /dev/root $NEWROOT