Do not clone IPXE since it's a submodule #3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user