summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/pb-udhcpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pb-udhcpc b/utils/pb-udhcpc
index 45c8019..91d40f6 100644
--- a/utils/pb-udhcpc
+++ b/utils/pb-udhcpc
@@ -15,7 +15,7 @@ pb_add () {
[ ${k_server_ip} != ${rootpath} ] || k_server_ip=${serverid}
- printf "add@/net/${interface}\0name=netboot\0image=tftp://${siaddr}${boot_file}\0args=root=/dev/nfs ip=any nfsroot=${k_server_ip}:${k_root_dir}\0" | pb-event
+ printf "add@/net/${interface}\0name=netboot\0image=tftp://${siaddr}/${boot_file}\0args=root=/dev/nfs ip=any nfsroot=${k_server_ip}:${k_root_dir}\0" | pb-event
}
pb_remove () {
OpenPOWER on IntegriCloud