diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-08 21:44:10 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-08 21:44:10 +0000 |
commit | 855ecf695a4d0a43e588074c51a7025ec052b6b9 (patch) | |
tree | 6802f24abb9608aa9da2195335aa4a14c99a899d /loader/devices.h | |
parent | 9b77e054fd055375b989cd16b04d32cfa7e3f5f9 (diff) | |
download | anaconda-855ecf695a4d0a43e588074c51a7025ec052b6b9.tar.gz anaconda-855ecf695a4d0a43e588074c51a7025ec052b6b9.tar.xz anaconda-855ecf695a4d0a43e588074c51a7025ec052b6b9.zip |
driver disks should completely work now
Diffstat (limited to 'loader/devices.h')
-rw-r--r-- | loader/devices.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/devices.h b/loader/devices.h index bc57f68d0..26de0d1c2 100644 --- a/loader/devices.h +++ b/loader/devices.h @@ -10,7 +10,8 @@ int devDeviceMenu(enum driverMajor type, moduleInfoSet modInfo, int devLoadDriverDisk(moduleInfoSet modInfo, moduleList modLoaded, moduleDeps *modDepsPtr, int flags, int cancelNotBack); int devInitDriverDisk(moduleInfoSet modInfo, moduleList modLoaded, - moduleDeps *modDepsPtr, int flags, char * mntPoint); + moduleDeps *modDepsPtr, int flags, char * mntPoint, + int removeable); void ejectFloppy(void); char * extractModule(char * location, char * modName); |