зеркало из https://github.com/Azure/ARO-RP.git
remove new lines at the beginning of the scripts and make generate
This commit is contained in:
Родитель
608158c010
Коммит
1d7e400b8b
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -1,4 +1,3 @@
|
|||
|
||||
# Hack - wait on create because the WALinuxAgent sometimes conflicts with the yum update -y below
|
||||
sleep 60
|
||||
|
||||
|
|
|
@ -47,6 +47,14 @@ EOF
|
|||
|
||||
systemctl enable proxy.service
|
||||
|
||||
cat >/etc/cron.weekly/pull-image <<'EOF'
|
||||
#!/bin/bash
|
||||
|
||||
docker pull $PROXYIMAGE
|
||||
systemctl restart proxy.service
|
||||
EOF
|
||||
chmod +x /etc/cron.weekly/pull-image
|
||||
|
||||
cat >/etc/cron.weekly/yumupdate <<'EOF'
|
||||
#!/bin/bash
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
yum -y update
|
||||
|
||||
lvextend -l +50%FREE /dev/rootvg/rootlv
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
yum -y update
|
||||
|
||||
lvextend -l +50%FREE /dev/rootvg/rootlv
|
||||
|
|
Загрузка…
Ссылка в новой задаче