diff options
| -rwxr-xr-x | scripts/poky-qemu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu index 1086c3df1e..c76b3ab7b6 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu | |||
| @@ -113,6 +113,12 @@ while [ $i -le $# ]; do | |||
| 113 | if [ -z "$ROOTFS" ]; then | 113 | if [ -z "$ROOTFS" ]; then |
| 114 | if [ -f "$arg" ]; then | 114 | if [ -f "$arg" ]; then |
| 115 | process_filename $arg | 115 | process_filename $arg |
| 116 | elif [ -d "$arg" ]; then | ||
| 117 | # Handle the case where the nfsroot dir has -image- | ||
| 118 | # in the pathname | ||
| 119 | echo "Assuming $arg is an nfs rootfs" | ||
| 120 | FSTYPE=nfs | ||
| 121 | ROOTFS=$arg | ||
| 116 | else | 122 | else |
| 117 | ROOTFS=$arg | 123 | ROOTFS=$arg |
| 118 | LAZY_ROOTFS="true" | 124 | LAZY_ROOTFS="true" |
