mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
initramfs-framework: fix typos
Fix typos in debugging and error messages. (From OE-Core rev: 4995e222ebdc9b5508c2f03a11868f184e4629a0) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8e40d3933e
commit
8de3508743
@@ -120,7 +120,7 @@ if grep -q devtmpfs /proc/filesystems; then
|
||||
mount -t devtmpfs devtmpfs /dev
|
||||
else
|
||||
if [ ! -d /dev ]; then
|
||||
fatal "ERROR: /dev doesn't exist and kernel doesn't has devtmpfs enabled."
|
||||
fatal "ERROR: /dev doesn't exist and kernel doesn't have devtmpfs enabled."
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ rootfs_run() {
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
debug "Sleeping for $delay second(s) to wait root to settle..."
|
||||
debug "Sleeping for $delay second(s) to wait for root to settle..."
|
||||
sleep $delay
|
||||
C=$(( $C + 1 ))
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user