diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-20 20:27:51 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-20 20:27:51 +0000 |
commit | 37cffbcd7e0b1c48acceabab06b5beaa51393dfa (patch) | |
tree | 18c7dd177ec88e6beb7fa1fdeda4e15e6b8b2eb1 /mdk-stage1 | |
parent | 48351d9a571b78326a6807029fcfa4e3d6ae9326 (diff) | |
download | drakx-37cffbcd7e0b1c48acceabab06b5beaa51393dfa.tar drakx-37cffbcd7e0b1c48acceabab06b5beaa51393dfa.tar.gz drakx-37cffbcd7e0b1c48acceabab06b5beaa51393dfa.tar.bz2 drakx-37cffbcd7e0b1c48acceabab06b5beaa51393dfa.tar.xz drakx-37cffbcd7e0b1c48acceabab06b5beaa51393dfa.zip |
add an example on modules with options
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/doc/UPDATEMODULES | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mdk-stage1/doc/UPDATEMODULES b/mdk-stage1/doc/UPDATEMODULES index 4a4a42178..89d86d365 100644 --- a/mdk-stage1/doc/UPDATEMODULES +++ b/mdk-stage1/doc/UPDATEMODULES @@ -52,6 +52,8 @@ fat # updated msdos (handling of 9+4 filenames) msdos ppa +# ISA network card needing options +ne io=0x300 irq=7 [root@obiwan mnt]# --=----=----=----=----=----=----=----=----=-- @@ -62,9 +64,11 @@ ppa b- fat loaded from the marfile on the boot floppy c- msdos loaded from the update modules floppy d- ppa loaded from the update modules floppy + e- ne loaded from the marfile on the boot floppy -Beware, the dependencies are not handled automatically in the case of load -from the update modules floppy, that's why on our example we need to load -"fat" from the standard modules before "msdos" from the update floppy. +!!! Beware !!!, the dependencies are not handled automatically in +the case of load from the update modules floppy, that's why on +our example we need to load "fat" from the standard modules +before "msdos" from the update floppy. |