summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hook-functions2
-rw-r--r--initramfs.conf.53
2 files changed, 3 insertions, 2 deletions
diff --git a/hook-functions b/hook-functions
index b427dab..8c90d37 100644
--- a/hook-functions
+++ b/hook-functions
@@ -231,7 +231,7 @@ dep_add_modules()
# check that fstype rootfs recognition
if [ "${FSTYPE}" = "unknown" ]; then
- echo "mkinitramfs: unkown fstype on root ${root}"
+ echo "mkinitramfs: unknown fstype on root ${root}"
echo "mkinitramfs: workaround is MODULES=most"
echo "mkinitramfs: Error please report bug against klibc"
exit 1
diff --git a/initramfs.conf.5 b/initramfs.conf.5
index e5fcec9..8957ba6 100644
--- a/initramfs.conf.5
+++ b/initramfs.conf.5
@@ -30,7 +30,8 @@ The default setting is \fImost\fP.
\fInetboot\fP adds the base modules, network modules, but skips block devices.
-\fIlist\fP includes only modules from the additional modules list.
+\fIlist\fP includes only modules from the additional modules list to load them
+early.
.TP
\fB BUSYBOX