summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2024-09-25 14:02:26 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-30 17:00:51 +0100
commit2f09eddfebc235d0a87057c58897a5c540b86029 (patch)
treee47ab54410179a2f9fe48c5d0f1f4b7c2e7053ca
parent6a81cfd64d5bec011cc7e78337997a4e3b8e47a0 (diff)
downloadpoky-2f09eddfebc235d0a87057c58897a5c540b86029.tar.gz
initramfs-framework: init: fix typo
Amend a small typing error. (From OE-Core rev: c4ca9161d9de1a522a34c9088dedf6c346afbbed) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xmeta/recipes-core/initrdscripts/initramfs-framework/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/init b/meta/recipes-core/initrdscripts/initramfs-framework/init
index 716a156f82..a48b77e95e 100755
--- a/meta/recipes-core/initrdscripts/initramfs-framework/init
+++ b/meta/recipes-core/initrdscripts/initramfs-framework/init
@@ -70,7 +70,7 @@ fatal() {
70 fi 70 fi
71} 71}
72 72
73# Variables shared amoung modules 73# Variables shared among modules
74ROOTFS_DIR="/rootfs" # where to do the switch root 74ROOTFS_DIR="/rootfs" # where to do the switch root
75MODULE_PRE_HOOKS="" # functions to call before running each module 75MODULE_PRE_HOOKS="" # functions to call before running each module
76MODULE_POST_HOOKS="" # functions to call after running each module 76MODULE_POST_HOOKS="" # functions to call after running each module