summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/runqemu-export-rootfs3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs
index 3ee311235d..fec288accd 100755
--- a/scripts/runqemu-export-rootfs
+++ b/scripts/runqemu-export-rootfs
@@ -118,6 +118,9 @@ case "$1" in
echo " echo RPCBIND_OPTIONS=-i >> /etc/sysconfig/rpcbind"
echo " /etc/init.d/rpcbind restart"
echo "==============================================="
+ echo "For Ubuntu 11.10 hosts"
+ echo "Add OPTIONS=\"-i -w\" to /etc/default/rpcbind"
+ echo "sudo service portmap restart"
fi
exit 1
fi