diff options
| author | Simon Rettberg | 2013-09-12 17:00:04 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-12 17:00:04 +0200 |
| commit | b4a10317b68a52276423b21367b135e3cefe2f25 (patch) | |
| tree | 75b5e8c20a13f165377ff5872fedea95e175077e /remote | |
| parent | [systemd] Add udev-acl rules (compatibility with CK) (diff) | |
| download | tm-scripts-b4a10317b68a52276423b21367b135e3cefe2f25.tar.gz tm-scripts-b4a10317b68a52276423b21367b135e3cefe2f25.tar.xz tm-scripts-b4a10317b68a52276423b21367b135e3cefe2f25.zip | |
[udhcp-script] Don't start nfs-mount
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx | 6 |
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 |
