From: Ulrich Ölmann Date: Wed, 25 Sep 2024 12:02:26 +0000 (+0200) Subject: initramfs-framework: init: fix typo X-Git-Tag: yocto-5.2~1691 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4ca9161d9de1a522a34c9088dedf6c346afbbed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git initramfs-framework: init: fix typo Amend a small typing error. Signed-off-by: Ulrich Ölmann Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/init b/meta/recipes-core/initrdscripts/initramfs-framework/init index 716a156f823..a48b77e95eb 100755 --- a/meta/recipes-core/initrdscripts/initramfs-framework/init +++ b/meta/recipes-core/initrdscripts/initramfs-framework/init @@ -70,7 +70,7 @@ fatal() { fi } -# Variables shared amoung modules +# Variables shared among modules ROOTFS_DIR="/rootfs" # where to do the switch root MODULE_PRE_HOOKS="" # functions to call before running each module MODULE_POST_HOOKS="" # functions to call after running each module