From 9770fb1de1911f7ceeabe647ce6b446415163bed Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Tue, 3 Dec 2002 06:13:24 +0000 Subject: added hd install support --- loader2/cdinstall.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'loader2/cdinstall.h') diff --git a/loader2/cdinstall.h b/loader2/cdinstall.h index ed30be0c8..fe49437d9 100644 --- a/loader2/cdinstall.h +++ b/loader2/cdinstall.h @@ -4,6 +4,11 @@ #include "../isys/probe.h" #include "modules.h" +char * mountCdromImage(struct installMethod * method, + char * location, struct knownDevices * kd, + moduleInfoSet modInfo, moduleList modLoaded, + moduleDeps * modDepsPtr, int flags); + char * findRedHatCD(char * location, struct knownDevices * kd, moduleInfoSet modInfo, -- cgit