Fix old port reference in NBD boot script

This commit is contained in:
Simo Leone 2011-03-02 04:43:32 -08:00 committed by Gerardo Exequiel Pozzi
parent b171f8f11f
commit 5d775d7236

View File

@ -84,7 +84,7 @@ archiso_pxe_nbd_mount_handler () {
archiso_mount_handler ${newroot}
if [ "${copytoram}" = "y" ]; then
msg "::: Disconnect NBD from ${nbdserver}:9040 at /dev/nbd0"
msg "::: Disconnect NBD from ${nbdserver} at /dev/nbd0"
nbd-client -d /dev/nbd0
fi
}