Merge pull request #1835 from evrardjp/remove-trailing-whitespaces

Remove trailing whitespaces
This commit is contained in:
Erik Wilson 2020-05-28 17:07:01 -07:00 committed by GitHub
commit 02dccd328a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -404,7 +404,7 @@ fi
# IOSCHED_CFQ CFQ_GROUP_IOSCHED
flags="
BLK_CGROUP BLK_DEV_THROTTLING
BLK_CGROUP BLK_DEV_THROTTLING
CGROUP_PERF
CGROUP_HUGETLB
NET_CLS_CGROUP $netprio

View File

@ -8,5 +8,5 @@ cd $(dirname $0)/..
airgap_image_file='scripts/airgap/image-list.txt'
images=$(cat "${airgap_image_file}")
xargs -n1 docker pull <<< "${images}"
docker save ${images} -o dist/artifacts/k3s-airgap-images-${ARCH}.tar
docker save ${images} -o dist/artifacts/k3s-airgap-images-${ARCH}.tar
cp "${airgap_image_file}" dist/artifacts/k3s-images.txt

View File

@ -54,7 +54,7 @@ if ! grep "BEGIN PGP PRIVATE KEY BLOCK" <<<"$PRIVATE_KEY"; then
exit 0
fi
cat <<\EOF >~/.rpmmacros
cat <<\EOF >~/.rpmmacros
%_signature gpg
%_gpg_name ci@rancher.com
EOF

View File

@ -11,7 +11,7 @@ fi
if [[ $HOME = /go/* ]]; then
echo 'Must not launch vagrant from /go/'
exit 1
fi
fi
cd
# --- Default to root user for vagrant ssh

View File

@ -16,7 +16,7 @@ auto-mtu() {
}
# probe for any modules that may be needed
modprobe wireguard
modprobe wireguard
modprobe tun
# try wireguard kernel module first