From a46c0c55d17e48fbc099d8eb0812a3ef24808afd Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Tue, 17 Dec 2002 17:39:43 +0000 Subject: add support for pulling ks.cfg from hd or cd --- loader2/hdinstall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'loader2/hdinstall.h') diff --git a/loader2/hdinstall.h b/loader2/hdinstall.h index 0587de7b0..8706304be 100644 --- a/loader2/hdinstall.h +++ b/loader2/hdinstall.h @@ -16,5 +16,6 @@ char * mountHardDrive(struct installMethod * method, struct loaderData_s * loaderData, moduleInfoSet modInfo, moduleList modLoaded, moduleDeps * modDepsPtr, int flags); +int kickstartFromHD(char *kssrc, int flags); #endif -- cgit