This commit is contained in:
Shital Savekar 2017-08-08 15:50:39 +05:30
Родитель ccbf869abd
Коммит a567c32dbe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@ if [[ $bootLogs =~ "Data path switched to VF" ]];
then
echo "DATAPATH_SWITCHED_TO_VF"
else
wget https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/tools/hv/bondvf.sh
wget https://raw.githubusercontent.com/torvalds/linux/master/tools/hv/bondvf.sh
chmod +x ./bondvf.sh
./bondvf.sh
cp bondvf.sh /etc/init.d