diff options
| author | Dirk von Suchodoletz | 2007-07-19 19:22:19 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2007-07-19 19:22:19 +0200 |
| commit | 76844afa5692effee6d167ebf21e80e37b30f1ee (patch) | |
| tree | 0730373e4db8b702f34d38711285296d8974994e /initramfs/initrd-stuff/bin | |
| parent | Rewrite of tftp fileget - should be possible to use other servers than (diff) | |
| download | core-76844afa5692effee6d167ebf21e80e37b30f1ee.tar.gz core-76844afa5692effee6d167ebf21e80e37b30f1ee.tar.xz core-76844afa5692effee6d167ebf21e80e37b30f1ee.zip | |
Repaired uri_token function (no prepend of leading slash is required any
more)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1258 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/bin')
| -rwxr-xr-x | initramfs/initrd-stuff/bin/servconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig index 66fe5099..5e676d70 100755 --- a/initramfs/initrd-stuff/bin/servconfig +++ b/initramfs/initrd-stuff/bin/servconfig @@ -126,7 +126,7 @@ if [ "x$vmware" != "x" ] && [ "x$vmware" != "xno" ] ; then elif strinstr "/" "$vmware" ; then vmimgprot=$(uri_token $vmware prot) vmimgserv=$(uri_token $vmware server) - vmimgpath="/$(uri_token $vmware path)" + vmimgpath="$(uri_token $vmware path)" fi if [ -n "${vmimgserv}" ] ; then testmkd /mnt/var/lib/vmware |
