summaryrefslogtreecommitdiff
path: root/archiso/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'archiso/hooks')
-rw-r--r--archiso/hooks/archiso_pxe_nbd2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso/hooks/archiso_pxe_nbd b/archiso/hooks/archiso_pxe_nbd
index b36b05d..f18fd4c 100644
--- a/archiso/hooks/archiso_pxe_nbd
+++ b/archiso/hooks/archiso_pxe_nbd
@@ -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
}