[arch-releng] [PATCH 2/3] Fix old port reference in NBD boot script

leone.simo at gmail.com leone.simo at gmail.com
Wed Mar 2 07:43:32 EST 2011


From: Simo Leone <leone.simo at gmail.com>

---
 archiso/hooks/archiso_pxe_nbd |    2 +-
 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
 }
-- 
1.7.4.1



More information about the arch-releng mailing list