diff options
| author | Michael Neves | 2013-05-13 17:14:02 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-13 17:14:02 +0200 |
| commit | 782fadc313997ffdfecb1bf6359334d99760cc92 (patch) | |
| tree | 68228820861e45f0d4acb2b781b83c8273fd265d | |
| parent | add vmplayer to target stage32 (diff) | |
| download | tm-scripts-782fadc313997ffdfecb1bf6359334d99760cc92.tar.gz tm-scripts-782fadc313997ffdfecb1bf6359334d99760cc92.tar.xz tm-scripts-782fadc313997ffdfecb1bf6359334d99760cc92.zip | |
add virtlib mount to udhcpc script and move script to /etc/openslx
| -rwxr-xr-x | remote/rootfs/rootfs-stage32/data/etc/openslx/udhcpc.openslx.script (renamed from remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script b/remote/rootfs/rootfs-stage32/data/etc/openslx/udhcpc.openslx.script index 0bdd796d..199495aa 100755 --- a/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script +++ b/remote/rootfs/rootfs-stage32/data/etc/openslx/udhcpc.openslx.script @@ -62,7 +62,9 @@ search lp.ruf.uni-freiburg.de # TODO i.e. event trigger [ "x$(grep -ci mount /proc/cmdline)" != "x0" ] && systemctl start nfs-mount.service - + # Always mount virtlib directory + systemctl start var-lib-virt.mount + ;; deconfig) |
