summaryrefslogtreecommitdiffstats
path: root/loader/kickstart.h
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-11-17 10:44:30 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-11-17 11:05:48 -1000
commitb27dcdc6a37b5429b50579dbf0650e880a95988c (patch)
treed2b0fabe17ea333a1e1b052d970d54572a1d2380 /loader/kickstart.h
parentef6e19535cf181ef06a1e76fc02792807fc78334 (diff)
downloadanaconda-b27dcdc6a37b5429b50579dbf0650e880a95988c.tar.gz
anaconda-b27dcdc6a37b5429b50579dbf0650e880a95988c.tar.xz
anaconda-b27dcdc6a37b5429b50579dbf0650e880a95988c.zip
Do not bring up network for non-remote kickstart locations (#471658)
If the user passes ks=hd: or another non-remote kickstart location, do not bring up networking during installation. However, if they pass the 'vnc' parameter, make sure we do bring up networking early because we can't let them configure it by the time we get to stage2.
Diffstat (limited to 'loader/kickstart.h')
-rw-r--r--loader/kickstart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/kickstart.h b/loader/kickstart.h
index c8d4a7861..0ca12dcae 100644
--- a/loader/kickstart.h
+++ b/loader/kickstart.h
@@ -45,6 +45,7 @@ int ksReadCommands(char * cmdFile);
int ksGetCommand(int cmd, char ** last, int * argc, char *** argv);
int ksHasCommand(int cmd);
+int isKickstartFileRemote(char *ksFile);
void getKickstartFile(struct loaderData_s * loaderData);
void runKickstart(struct loaderData_s * loaderData);
int getKickstartFromBlockDevice(char *device, char *path);