1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

runqemu: Use readlink instead of realpath

(From OE-Core rev: 5a4b5c6b8ebd5f8d29888aafcd9608e03717bcd5)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold
2014-02-25 20:30:47 +02:00
committed by Richard Purdie
parent a76ac78169
commit e47afff7d8
+1 -1
View File
@@ -464,7 +464,7 @@ if [ -z "$ROOTFS" -a "x$FSTYPE" != "xvmdk" ]; then
fi
# ROOTFS is now set for all cases, now expand it to be an absolute path, it should exist at this point
ROOTFS=`realpath $ROOTFS`
ROOTFS=`readlink -f $ROOTFS`
echo ""
echo "Continuing with the following parameters:"