Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimo Leone <leone.simo@gmail.com>2011-03-02 04:43:32 -0800
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-03-20 16:51:46 -0300
commit1e5db366c3309f1f957edb461897a9c607a3ba2d (patch)
treeb2d41be0150ff37fd42bda0f398c9f07d9393d74
parentb72003d6453e6995a30eea49a088c01e514dc553 (diff)
Fix old port reference in NBD boot script
-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
}