mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
initramfs-framework: fix typos
Fix typos in debugging and error messages. (From OE-Core rev: 29b33a9329d69806fda9ef6ce65423df6c19e787) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 4995e222ebdc9b5508c2f03a11868f184e4629a0) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
04fd6fdcb8
commit
538258bd28
@@ -117,7 +117,7 @@ if grep -q devtmpfs /proc/filesystems; then
|
|||||||
mount -t devtmpfs devtmpfs /dev
|
mount -t devtmpfs devtmpfs /dev
|
||||||
else
|
else
|
||||||
if [ ! -d /dev ]; then
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ rootfs_run() {
|
|||||||
fi
|
fi
|
||||||
fi
|
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
|
sleep $delay
|
||||||
C=$(( $C + 1 ))
|
C=$(( $C + 1 ))
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user