aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-04-20 15:30:53 +0200
committer Eric Hameleers <alien@slackware.com>2022-04-20 15:30:53 +0200
commit4bcdd3b5b89409d530b6be8c0cdc0b217af8cd05 (patch)
tree90c884b571a5f9c2fcde5947eda3c5e03b25b032 /README.txt
parentc2ec9ee463a0e5392b31e7cb1f0dd555580a2463 (diff)
downloadliveslak-4bcdd3b5b89409d530b6be8c0cdc0b217af8cd05.tar.gz
liveslak-4bcdd3b5b89409d530b6be8c0cdc0b217af8cd05.tar.xz
Fix small typo in README
Thanks to Juan Fernandez for reporting.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 4b0a9e8..1125aa1 100644
--- a/README.txt
+++ b/README.txt
@@ -668,7 +668,7 @@ When the script is started, it will do some sanity checks and then extracts the
* the current USB wait time is checked.
Depending on the parameters passed to the script, it will then perform one or more of the following actions:
-== Update the kernel and moules ==
+== Update the kernel and modules ==
You can provide a new kernel and its modules in two ways. The '-k' option accepts a kernel image file or else a Slackware package contaning a kernel. The '-m' option accepts a directory tree of modules below "/lib/modules/, or else a Slackware package containing kernel modules.
If there is sufficient space on the Linux and EFI partitions, the script will make a backup of the current kernel and modules by renaming the kernel and the module directory with a ".prev" suffix. Sufficient space means that at least 10 MB of free space must remain on the partition(s) after making the backup and installing the new kernel plus modules. If space is an issue, you can skip making a backup by providing the '-b' parameter to the script (a possibly unsafe choice).