1
0
Fork 0
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:
Ycarus 2019-06-03 23:21:43 +02:00
parent 69fc29d4b8
commit 00aeb21ceb

View file

@ -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