summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-04-29 20:34:09 +0200
committermaximilian attems <maks@debian.org>2008-04-29 20:54:50 +0200
commit5133e1f923511a0fdb3665f0efd302bd32b23e42 (patch)
tree93304ff4723e80bf1850bcc111c360ca544369da /hook-functions
parent61f005efdb6f3b182fd12c365b1dd5d8e77f9e40 (diff)
downloadinitramfs-tools-5133e1f923511a0fdb3665f0efd302bd32b23e42.tar.gz
initramfs-tools-5133e1f923511a0fdb3665f0efd302bd32b23e42.zip
Documentation typo fixes addition.
MODULES=list loads modules very early, when the firmware loader udev might not be there yet. thanks David Martínez Moreno <ender@tuenti.com> for report.
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions2
1 files changed, 1 insertions, 1 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