mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
init-live.sh: fix ROOT_MOUNT
The '/' in the end is not needed, which caused '//' in the path. (From OE-Core rev: 6b0fc87ced857763ae7e9d1012fb9f5c952c2cc8) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
162207729b
commit
4e7eaed2c0
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
|
|
||||||
ROOT_MOUNT="/rootfs/"
|
ROOT_MOUNT="/rootfs"
|
||||||
ROOT_IMAGE="rootfs.img"
|
ROOT_IMAGE="rootfs.img"
|
||||||
MOUNT="/bin/mount"
|
MOUNT="/bin/mount"
|
||||||
UMOUNT="/bin/umount"
|
UMOUNT="/bin/umount"
|
||||||
|
|||||||
Reference in New Issue
Block a user