[oe-commits] [openembedded-core] 04/11: init-live.sh: fix ROOT_MOUNT

git at git.openembedded.org git at git.openembedded.org
Tue Mar 29 12:01:35 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6b0fc87ced857763ae7e9d1012fb9f5c952c2cc8
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Tue Mar 29 00:49:51 2016 -0700

    init-live.sh: fix ROOT_MOUNT
    
    The '/' in the end is not needed, which caused '//' in the path.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/initrdscripts/files/init-live.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh b/meta/recipes-core/initrdscripts/files/init-live.sh
index f698535..04e58d5 100644
--- a/meta/recipes-core/initrdscripts/files/init-live.sh
+++ b/meta/recipes-core/initrdscripts/files/init-live.sh
@@ -2,7 +2,7 @@
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
-ROOT_MOUNT="/rootfs/"
+ROOT_MOUNT="/rootfs"
 ROOT_IMAGE="rootfs.img"
 MOUNT="/bin/mount"
 UMOUNT="/bin/umount"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list