mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-22 19:31:21 +00:00
[doc] module: Add unloading note for manual install
This commit is contained in:
parent
84a43fb651
commit
c5f71d18c4
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue