diff options
author | Ming Liu <liu.ming50@gmail.com> | 2021-05-21 14:14:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-22 09:59:04 +0100 |
commit | 08dee904c19db8cbf136222c8306ba387846ab03 (patch) | |
tree | 818a6184ee677e1952ffd4cd6305eab1845216ce /meta/recipes-core/initrdscripts | |
parent | 64b736ce0829436d952f0a5672ee03d7dd4642ad (diff) | |
download | poky-08dee904c19db8cbf136222c8306ba387846ab03.tar.gz |
initramfs-framework:rootfs: fix wrong indentions
(From OE-Core rev: cd4d76f43c6ead9f32dece1faa9c9c5da895d9cd)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/initrdscripts')
-rw-r--r-- | meta/recipes-core/initrdscripts/initramfs-framework/rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/rootfs b/meta/recipes-core/initrdscripts/initramfs-framework/rootfs index 10b9583172..e0efbe6ebe 100644 --- a/meta/recipes-core/initrdscripts/initramfs-framework/rootfs +++ b/meta/recipes-core/initrdscripts/initramfs-framework/rootfs | |||
@@ -56,8 +56,8 @@ rootfs_run() { | |||
56 | # It is unlikely to change, but keep trying anyway. | 56 | # It is unlikely to change, but keep trying anyway. |
57 | # Perhaps we pick a different device next time. | 57 | # Perhaps we pick a different device next time. |
58 | umount $ROOTFS_DIR | 58 | umount $ROOTFS_DIR |
59 | fi | ||
60 | fi | 59 | fi |
60 | fi | ||
61 | fi | 61 | fi |
62 | debug "Sleeping for $delay second(s) to wait root to settle..." | 62 | debug "Sleeping for $delay second(s) to wait root to settle..." |
63 | sleep $delay | 63 | sleep $delay |