Fix old port reference in NBD boot script
This commit is contained in:
parent
b171f8f11f
commit
5d775d7236
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ archiso_pxe_nbd_mount_handler () {
|
||||||
archiso_mount_handler ${newroot}
|
archiso_mount_handler ${newroot}
|
||||||
|
|
||||||
if [ "${copytoram}" = "y" ]; then
|
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
|
nbd-client -d /dev/nbd0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue