Do not leave the initial slash in path in getHostandPath() (#505424)
The RHEL5 loader never expects the slash at the start of a server-side path and
prepends it automatically. This convention (which in itself is wrong and
shouldn't be adhered to in rawhide) has been broken by a4e02def.
---
loader2/kickstart.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)