diff options
author | Chris Lumens <clumens@redhat.com> | 2009-08-26 16:32:23 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-09-30 11:59:16 -0400 |
commit | 894b07c8a90003907447c24253828d2c1ea650d4 (patch) | |
tree | 265eafd0141ce7092919edfefec43df787ca77f0 /loader/kickstart.h | |
parent | 7b73880c6ccc72a3dc86adf7450f635a270f1a47 (diff) | |
download | anaconda-894b07c8a90003907447c24253828d2c1ea650d4.tar.gz anaconda-894b07c8a90003907447c24253828d2c1ea650d4.tar.xz anaconda-894b07c8a90003907447c24253828d2c1ea650d4.zip |
getHostAndPath is only used by the nfs code, so move it.
Also, rip out all the username/password stuff too. That's not needed for
nfs.
Diffstat (limited to 'loader/kickstart.h')
-rw-r--r-- | loader/kickstart.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/loader/kickstart.h b/loader/kickstart.h index 0ca12dcae..3418cac0e 100644 --- a/loader/kickstart.h +++ b/loader/kickstart.h @@ -49,7 +49,5 @@ int isKickstartFileRemote(char *ksFile); void getKickstartFile(struct loaderData_s * loaderData); void runKickstart(struct loaderData_s * loaderData); int getKickstartFromBlockDevice(char *device, char *path); -void getHostandPath(char * ksSource, char **host, char ** file, char * ip); -void getHostPathandLogin(char * ksSource, char **host, char ** file, char ** login, char ** password, char * ip); #endif |