1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Remove hyper-v image for now, qemu version used doesn't support it

This commit is contained in:
Ycarus 2019-06-03 23:21:43 +02:00
parent 69fc29d4b8
commit 00aeb21ceb

View file

@ -153,13 +153,13 @@ else
fi fi
echo "Done" echo "Done"
if [ "$OMR_TARGET" = "x86_64" ]; then #if [ "$OMR_TARGET" = "x86_64" ]; then
echo "Checking if Hyper-V patch is set or not" # echo "Checking if Hyper-V patch is set or not"
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/images.patch; then # if ! patch -Rf -N -p1 -s --dry-run < ../../patches/images.patch; then
patch -N -p1 -s < ../../patches/images.patch # patch -N -p1 -s < ../../patches/images.patch
fi # fi
echo "Done" # echo "Done"
fi #fi
echo "Checking if No check patch is set or not" echo "Checking if No check patch is set or not"
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/nocheck.patch; then if ! patch -Rf -N -p1 -s --dry-run < ../../patches/nocheck.patch; then