index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <leone.simo@gmail.com> | 2011-03-02 04:43:32 -0800 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-03-20 16:51:46 -0300 |
commit | 5d775d72364a62ba42dcdee52f2a712831e85b48 (patch) | |
tree | 9d13ebcca1c5c7efb928e8350753357ada92e36d /archiso/hooks/archiso_pxe_nbd | |
parent | b171f8f11fdc04a22c7b8f3ff3b9dd164986daae (diff) |
-rw-r--r-- | archiso/hooks/archiso_pxe_nbd | 2 |
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 } |