diff options
author | Mike Fulbright <msf@redhat.com> | 2002-12-17 17:39:43 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-12-17 17:39:43 +0000 |
commit | a46c0c55d17e48fbc099d8eb0812a3ef24808afd (patch) | |
tree | 923735037dbf8450eba0ace55143b92e8baf8123 /loader2/hdinstall.h | |
parent | ce10e9b32a53e20e5584a15754a21da98886be81 (diff) | |
download | anaconda-a46c0c55d17e48fbc099d8eb0812a3ef24808afd.tar.gz anaconda-a46c0c55d17e48fbc099d8eb0812a3ef24808afd.tar.xz anaconda-a46c0c55d17e48fbc099d8eb0812a3ef24808afd.zip |
add support for pulling ks.cfg from hd or cd
Diffstat (limited to 'loader2/hdinstall.h')
-rw-r--r-- | loader2/hdinstall.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |