diff options
author | koreymacdougall <korey@koreymacdougall.com> | 2018-08-10 23:31:20 -0400 |
---|---|---|
committer | koreymacdougall <korey@koreymacdougall.com> | 2018-08-10 23:31:20 -0400 |
commit | 16968537df19ee62ba415303b877c73458260f61 (patch) | |
tree | 3c61b12d8d2fe2fe78469bff8473cd691cf3154e /docs/gnulinux | |
parent | 1dce9f4758c93938fdb91a8d1af7d76b03c5a422 (diff) | |
download | librebootfr-16968537df19ee62ba415303b877c73458260f61.tar.gz librebootfr-16968537df19ee62ba415303b877c73458260f61.zip |
Correct dm_mod typo in encrypted parabola setup doc
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index 5ff070a6..8de6ca0a 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -114,7 +114,7 @@ We'll begin by creating a single, large partition on it, and then encrypting it You will need the `device-mapper` kernel module during the installation; this will enable us to set up our encrypted disk. To load it, use the following command: - # modprobe dm-mod + # modprobe dm_mod We then need to select the **device name** of the drive we're installing the operating system on; see the above method, if needed, for figuring out device names. |