diff --git a/pxe/install-pxe.sh b/pxe/install-pxe.sh index 1f79104..d312279 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -80,6 +80,7 @@ label wb INITRD initrd.img APPEND ip=dhcp netboot=nfs nfsroot=${server_ip}:${nfs_path}/ boot=live text forcepae END + cd - fi }