diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 57c5de4ca0..573def151f 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -464,7 +464,7 @@ if [ -z "$ROOTFS" -a "x$FSTYPE" != "xvmdk" ]; then | |||
464 | fi | 464 | fi |
465 | # ROOTFS is now set for all cases, now expand it to be an absolute path, it should exist at this point | 465 | # ROOTFS is now set for all cases, now expand it to be an absolute path, it should exist at this point |
466 | 466 | ||
467 | ROOTFS=`realpath $ROOTFS` | 467 | ROOTFS=`readlink -f $ROOTFS` |
468 | 468 | ||
469 | echo "" | 469 | echo "" |
470 | echo "Continuing with the following parameters:" | 470 | echo "Continuing with the following parameters:" |