diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu-export-rootfs | 3 |
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 | |||
118 | echo " echo RPCBIND_OPTIONS=-i >> /etc/sysconfig/rpcbind" | 118 | echo " echo RPCBIND_OPTIONS=-i >> /etc/sysconfig/rpcbind" |
119 | echo " /etc/init.d/rpcbind restart" | 119 | echo " /etc/init.d/rpcbind restart" |
120 | echo "===============================================" | 120 | echo "===============================================" |
121 | echo "For Ubuntu 11.10 hosts" | ||
122 | echo "Add OPTIONS=\"-i -w\" to /etc/default/rpcbind" | ||
123 | echo "sudo service portmap restart" | ||
121 | fi | 124 | fi |
122 | exit 1 | 125 | exit 1 |
123 | fi | 126 | fi |