summaryrefslogtreecommitdiffstats
path: root/loader2/cdinstall.h
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-12-03 06:13:24 +0000
committerMike Fulbright <msf@redhat.com>2002-12-03 06:13:24 +0000
commit9770fb1de1911f7ceeabe647ce6b446415163bed (patch)
tree11752f5ac05b9f03150f605131ed1a07a9acf21b /loader2/cdinstall.h
parent4ce2b2e23978be5e870993e1da3f9225ad3d8ef9 (diff)
downloadanaconda-9770fb1de1911f7ceeabe647ce6b446415163bed.tar.gz
anaconda-9770fb1de1911f7ceeabe647ce6b446415163bed.tar.xz
anaconda-9770fb1de1911f7ceeabe647ce6b446415163bed.zip
added hd install support
Diffstat (limited to 'loader2/cdinstall.h')
-rw-r--r--loader2/cdinstall.h5
1 files changed, 5 insertions, 0 deletions
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,