diff options
Diffstat (limited to 'meta/recipes-core/initrdscripts')
| -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 |
