pxe: come back to the previous directory

This commit is contained in:
pedro 2024-09-25 13:12:20 -03:00
parent 8d54a4c157
commit d2431bead7
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ label wb
INITRD initrd.img INITRD initrd.img
APPEND ip=dhcp netboot=nfs nfsroot=${server_ip}:${nfs_path}/ boot=live text forcepae APPEND ip=dhcp netboot=nfs nfsroot=${server_ip}:${nfs_path}/ boot=live text forcepae
END END
cd -
fi fi
} }