Do not clone IPXE since it's a submodule

This commit is contained in:
Max Weiss 2021-04-28 23:03:21 -07:00
parent d014b6acfa
commit 9a524663cc
Signed by untrusted user: maxweiss
GPG Key ID: C2D8443BA1D372DB
1 changed files with 5 additions and 5 deletions

View File

@ -4,12 +4,12 @@
function clone_ipxe_upstream() {
local ipxe_src_dir="$1"
if [ -d "$ipxe_src_dir" ]; then
>&2 echo "Clone dir location already exists."
return 1
fi
#if [ -d "$ipxe_src_dir" ]; then
# >&2 echo "Clone dir location already exists."
# return 1
#fi
git clone git://git.ipxe.org/ipxe.git "$ipxe_src_dir" || return 1
#git clone git://git.ipxe.org/ipxe.git "$ipxe_src_dir" || return 1
cd "$ipxe_src_dir"
# Known good commit