mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 06:47:19 +00:00
[doc] module: Add unloading note for manual install
This commit is contained in:
parent
84a43fb651
commit
c5f71d18c4
@ -98,6 +98,15 @@ Multiple devices can be created by separating the sizes with commas. For
|
|||||||
example, ``static_size_mb=128,64`` would create two kvmfr devices:
|
example, ``static_size_mb=128,64`` would create two kvmfr devices:
|
||||||
``kvmfr0`` would be 128 MB and ``kvmfr1`` would be 64 MB.
|
``kvmfr0`` would be 128 MB and ``kvmfr1`` would be 64 MB.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
If you have already loaded an older version of the module, unload it
|
||||||
|
first. You can do this by rebooting, or with ``rmmod``:
|
||||||
|
|
||||||
|
.. code:: bash
|
||||||
|
|
||||||
|
rmmod kvmfr.ko
|
||||||
|
|
||||||
.. _module_usage:
|
.. _module_usage:
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user