From d2431bead7ca1f24a090bc54111498f5c9e968f0 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 25 Sep 2024 13:12:20 -0300 Subject: [PATCH] pxe: come back to the previous directory --- pxe/install-pxe.sh | 1 + 1 file changed, 1 insertion(+) 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 }