From 76844afa5692effee6d167ebf21e80e37b30f1ee Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 19 Jul 2007 17:22:19 +0000 Subject: 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 --- initramfs/initrd-stuff/bin/servconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs/initrd-stuff/bin') 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 -- cgit v1.2.3-55-g7522