mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Remove hyper-v image for now, qemu version used doesn't support it
This commit is contained in:
parent
69fc29d4b8
commit
00aeb21ceb
1 changed files with 7 additions and 7 deletions
14
build.sh
14
build.sh
|
@ -153,13 +153,13 @@ else
|
|||
fi
|
||||
echo "Done"
|
||||
|
||||
if [ "$OMR_TARGET" = "x86_64" ]; then
|
||||
echo "Checking if Hyper-V patch is set or not"
|
||||
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/images.patch; then
|
||||
patch -N -p1 -s < ../../patches/images.patch
|
||||
fi
|
||||
echo "Done"
|
||||
fi
|
||||
#if [ "$OMR_TARGET" = "x86_64" ]; then
|
||||
# echo "Checking if Hyper-V patch is set or not"
|
||||
# if ! patch -Rf -N -p1 -s --dry-run < ../../patches/images.patch; then
|
||||
# patch -N -p1 -s < ../../patches/images.patch
|
||||
# fi
|
||||
# echo "Done"
|
||||
#fi
|
||||
|
||||
echo "Checking if No check patch is set or not"
|
||||
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/nocheck.patch; then
|
||||
|
|
Loading…
Reference in a new issue