diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-07-09 21:45:40 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-07-09 21:45:40 +0000 |
commit | 2bb09b7d284d82a54cd46b5bda5c3541a0891ce7 (patch) | |
tree | 1715880b28483108593674999df9c46cb204ad8a /isys/eddsupport.h | |
parent | 02d56153af18491f1b964ffb506f7ad09662d030 (diff) | |
download | anaconda-2bb09b7d284d82a54cd46b5bda5c3541a0891ce7.tar.gz anaconda-2bb09b7d284d82a54cd46b5bda5c3541a0891ce7.tar.xz anaconda-2bb09b7d284d82a54cd46b5bda5c3541a0891ce7.zip |
add patch from Rezwanul_Kabir (AT dell DOT com) to add support for using
the edd module's export of mbr signatures to map BIOS disks to Linux disk
names. exposed for use in kickstart with part --onbiosdisk=,
ks=bd:80p1:/ks.cfg, and harddrive --biospart=80p1
Patch from anaconda-devel-list, #106674
Diffstat (limited to 'isys/eddsupport.h')
-rw-r--r-- | isys/eddsupport.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/isys/eddsupport.h b/isys/eddsupport.h new file mode 100644 index 000000000..b7a390f43 --- /dev/null +++ b/isys/eddsupport.h @@ -0,0 +1,9 @@ +#ifndef EDDSUPPORT_H +#define EDDSUPPORT_H + +int probeBiosDisks(); +char* getBiosDisk(char *); + +#endif + + |