diff options
| author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2024-09-25 14:02:26 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:00:51 +0100 |
| commit | 2f09eddfebc235d0a87057c58897a5c540b86029 (patch) | |
| tree | e47ab54410179a2f9fe48c5d0f1f4b7c2e7053ca | |
| parent | 6a81cfd64d5bec011cc7e78337997a4e3b8e47a0 (diff) | |
| download | poky-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-x | meta/recipes-core/initrdscripts/initramfs-framework/init | 2 |
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 |
| 74 | ROOTFS_DIR="/rootfs" # where to do the switch root | 74 | ROOTFS_DIR="/rootfs" # where to do the switch root |
| 75 | MODULE_PRE_HOOKS="" # functions to call before running each module | 75 | MODULE_PRE_HOOKS="" # functions to call before running each module |
| 76 | MODULE_POST_HOOKS="" # functions to call after running each module | 76 | MODULE_POST_HOOKS="" # functions to call after running each module |
