summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rößler2013-09-12 17:18:49 +0200
committerChristian Rößler2013-09-12 17:18:49 +0200
commitf984233a1115cdd13c7cc6f87ef646d135554cc5 (patch)
treeda979f8c3e94d6d2f9118ba385f7e34c46ba13e1
parent[clone_stage4] Beginning of a readme file - please comment / amend / revise! (diff)
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-f984233a1115cdd13c7cc6f87ef646d135554cc5.tar.gz
tm-scripts-f984233a1115cdd13c7cc6f87ef646d135554cc5.tar.xz
tm-scripts-f984233a1115cdd13c7cc6f87ef646d135554cc5.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
-rwxr-xr-xremote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx6
1 files changed, 0 insertions, 6 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx
index 69380a2f..4c1d9ffc 100755
--- a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx
+++ b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx
@@ -130,12 +130,6 @@ case "$1" in
echo "# Config written by openslx-dhcp-script (2)" >> /opt/openslx/config
echo "SLX_DNS='$dns'" >> /opt/openslx/config
- # TODO: This mounts stage4. Current method is for testing purposes only.
- # when going productive, this has to happen after user login, if the
- # user selects a native linux session.
- if [ "x$(grep -ci mount /proc/cmdline)" != "x0" ]; then
- systemctl start nfs-mount.service &
- fi
# Mark network target as reached
systemctl start network.target
fi